compiler construction - Apache FIPS support issue -
i have compiled openssl fips library
cd openssl-fips-2.0.1 ./config make make install cd openssl-1.0.1c ./config fips shared make depend make make install
it has installed in /usr/local/ssl
$sudo /usr/local/ssl/bin/openssl version openssl 1.0.1c-fips 10 may 2012
compile apache fips supported openssl
cd httpd-2.2.27 ./configure --prefix=/usr/local/httpd-fips --with-ssl=/usr/local/ssl --enable-so make make install
added following option in apache sslfips on
, got following error
$sudo /usr/local/httpd-fips/bin/apachectl -t syntax error on line 38 of /usr/local/httpd-fips/conf/extra/httpd-ssl.conf: invalid command 'sslfips', perhaps misspelled or defined module not included in server configuration
Comments
Post a Comment