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=22946>. 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=22946 Child segfaults during parsing SHTML served by a footer.cgi [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Additional Comments From [EMAIL PROTECTED] 2003-11-20 21:03 ------- Using this new SSI code causes after a SSI typo on a HTML page excessive error log entries (turns mad) and finally kills httpd. Started on [Thu Nov 20 20:15:02 2003] [error] [client 217.233.49.91] unknown parameter "de"ar" to tag if in /path/to/page.html Last one: [Thu Nov 20 20:25:08 2003] [error] [client 217.233.49.91] unknown parameter "de"ar" to tag if in /path/to/page.html Nov 20 20:24:24 server Out of Memory: Killed process 23703 (httpd). # zcat error_log.gz | grep "unknown parameter" |wc -l 4195938 (a little bit too much...) Probably caused by a misplaced " in following SSI code: <!-- start of content --> <!--#if expr="$lang != de" --> <!--#include virtual="content.en.html" --> <!--#endif --> <!--#if expr="$lang = de" --> <!--#include virtual="content.de.html" --> <!--#endif --> <!-- end of content --> Probably something like: <!--#if expr="$lang = "de" --> (I report only the issue, orig code was changed and fixed without saving the problem causing one by another guy). Can't currently verify this because the new SSI code is only running on production server and I'm far away from our lab. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
