I'm building a new litespeed server from scratch and ran into a problem with openssl. Everytime I define a listener to be secured with a certificate the server fails to start, and no useful debuging info is logged under /conf/error.log; why?
I know from the changelog that .9.7h is supported since 2.1.3, but I'm hoping I can go later with the sources?
Stats:
FreeBSD6.0
litespped 2.1.6
mysql 5.0.16
php5.1.0 w/ this config:
./configure --enable-fastcgi --with-config-file-path=../conf --enable-discard-path --disable-path-info-check --with-mysql=/usr/local/bin/mysql --with-openssl=/usr/local/ssl
openssl .9.8.a w/ straight
./config && make && make test && make
I used the instructions from the howto to make a private key, and self signed cert. This worked flawless for me under freebsd 5.4 and openssl .9.7f I think.
There were no build errors that I'm aware of, and the phpinfo shows it compiled fine
Must I use .9.7h or what could be the problem?
I know from the changelog that .9.7h is supported since 2.1.3, but I'm hoping I can go later with the sources?
Stats:
FreeBSD6.0
litespped 2.1.6
mysql 5.0.16
php5.1.0 w/ this config:
./configure --enable-fastcgi --with-config-file-path=../conf --enable-discard-path --disable-path-info-check --with-mysql=/usr/local/bin/mysql --with-openssl=/usr/local/ssl
openssl .9.8.a w/ straight
./config && make && make test && make
I used the instructions from the howto to make a private key, and self signed cert. This worked flawless for me under freebsd 5.4 and openssl .9.7f I think.
There were no build errors that I'm aware of, and the phpinfo shows it compiled fine
Must I use .9.7h or what could be the problem?