Minor bug in apachectl script (apache+mod_ssl distrib)

Michael Kichanov <[email protected]>
Newsgroups gmane.comp.apache.mod-ssl.user
Message-ID <[email protected]>
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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.