Minor bug in apachectl script (apache+mod_ssl distrib)

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 modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Michael Kichanov [ Fr, 10 Juni 2005 13:21 ] [ ID #832729 ]
Webserver » gmane.comp.apache.mod-ssl.user » Minor bug in apachectl script (apache+mod_ssl distrib)

Vorheriges Thema: SSL client authentication
Nächstes Thema: SSL handshake interrupted by system