DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38213>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38213 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-10 19:58 ------- (In reply to comment #1) > Your traceback is no less than 29 function calls deep in third-party > software. > This bugzilla is for Apache, not PHP, Zend, or whatever applications you are > using on top of those. OK. FWIW, I'm not sure if this is Apache's issue or more likely PhP's but the SSI was including a .html file which had it's MimeType set to also go to the PhP parser. It was easy enough to fix, just had to add one line to the .htaccess: AddType text/html .html I guess it was sending all .html files to the PhP parser for whatever reason. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
