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=14692>. 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=14692 apache child pid exit signal Segmentation fault (11) ------- Additional Comments From [EMAIL PROTECTED] 2002-11-22 11:55 ------- Hello, I did some tests, and I think that is error is solved. look the content of file conf.d/php.conf <Files *.php> SetOutputFilter PHP SetInputFilter PHP LimitRequestBody 524288 </Files> this means that my php script can't have more than 5k ? my index.php have 3k, and if I test with lynx http://localhost the "[notice] child pid 3654 exit signal Segmentation fault (11)" flood me but if I delete that line: "LimitRequestBody 524288" the errors stop!! I don't know nothing about development, but this solved my problem.. what to you think about this? thanks for all the help --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
