Minor bug in apachectl script (apache+mod_ssl distrib)

Minor bug in apachectl script (apache+mod_ssl distrib)

am 10.06.2005 13:21:06 von Michael Kichanov

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 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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org