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=13525>. 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=13525 Syntax error in ssl-std.conf : IfDefine SSL s/b IfDefine HAVE_SSL Summary: Syntax error in ssl-std.conf : IfDefine SSL s/b IfDefine HAVE_SSL Product: Apache httpd-2.0 Version: 2.0.42 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Documentation AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] There's a syntax error in file docs/conf/ssl-std.conf If used without correcting, it causes ALL directives in the file to be IGNOED, therefore causing SSL to NOT WORK AT ALL. Symptom is messages like these in logs/error_log: [Thu Oct 10 23:08:53 2002] [warn] Init: Session Cache is not configured [hint: S SLSessionCache] FIX: Change line 15 from: <IfDefine SSL> TO: <IfDefine HAVE_SSL> I personally tested this and it fixed the problem. Other documentation also uses HAVE_SSL. E.g., http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/ref-guide/s1-apache-config.html Please fix --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
