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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
