You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/07/24 21:39:41 UTC

DO NOT REPLY [Bug 11139] - Syntax errors in ssl virtual hosts are not detected

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11139>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11139

Syntax errors in ssl virtual hosts are not detected

trawick@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From trawick@apache.org  2002-07-24 19:39 -------
Was the syntax inside

<IfDefine SSL>
</IfDefine>

and you use something like "apachectl startssl" to start Apache, which 
defines SSL?  I'm not familiar with the mod_ssl patch to Apache 1.3, but
it may be that in order to have "apachectl configtest" check inside
<IfDefine SSL> you need to edit apachectl to include the -DSSL option
in the definition of the HTTPD variable somewhere around line 28.

An alternate solution is to yank the <IfDefine SSL> stuff from your config
file unless you actually want to be able to start Apache without SSL
support.

I'm marking the bug as INVALID for now.  I suspect that you are getting
bit by the lack of -DSSL when you do "apachectl configtest" and that is
not something that Apache 1.3 can help out with since the SSL support
for Apache 1.3, even the minimal tweaks for apachectl, comes from a third party 
and not from the ASF.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org