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=24459>. 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=24459 Mod Expires generates internal error Summary: Mod Expires generates internal error Product: Apache httpd-2.0 Version: 2.0.47 Platform: PC OS/Version: FreeBSD Status: NEW Severity: Normal Priority: Other Component: mod_expires AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] After upgrading from Apache 2.0.45 to 2.0.48, I started receiving the followin error: internal error: bad expires code: /usr/local/www/domain.com/docs/robot.txt Very akward, since the document in question was not using mod_expires. I have the follwing in my httpd.conf ExpiresActive On ExpiresByType text/html A86400 ExpiresByType text/css A604800 ExpiresByType application/x-javascript A604800 ExpiresByType image/gif A2678400 ExpiresByType image/jpeg A2678400 ExpiresByType image/x-icon A5356800 Output of httpd -l: Compiled in modules: core.c mod_access.c mod_deflate.c mod_env.c mod_expires.c mod_headers.c mod_unique_id.c mod_setenvif.c prefork.c http_core.c mod_alias.c mod_rewrite.c mod_so.c The change I made from upgrading to 2.0.48 is statically compiling in mod_expires (among others). The problem / error was solved by putting in an ExpiresDefault in the httpd.conf. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
