Hi!
I have found a small bug in 'apachectl' script (apache_1.3.33+mod_ssl-2.8.22).
'configtest' option of this script does not work inside <IfDefine SSL> clause.
The simple workaround is to add next block of code into script:
configtestssl)
if $HTTPD -t -DSSL; then
:
else
ERROR=8
fi
;;
and according to it to change an usage string
With best regards,
mike
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]