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=42027>. 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=42027 Summary: FileETag directive appears to be ignored Product: Apache httpd-2 Version: 2.2.4 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I am trying to control ETag generation. According to the docs, the FileETag directive should work inside a .htaccess with the FileInfo override. Here is my directory block in httpd.conf: <Directory "/home/me/public_html"> AllowOverride All Options All order deny,allow allow from all </Directory> My .htaccess in /home/me/public_html/i/.htaccess contains the following: FileETag None Yet, a GET request for foo.com/i/bar.jpg still returns an ETag seemingly comprised of all the available information (INode, MTime, Size). I tried also placing the FileETag None in the <Directory> block, thinking perhaps the documentation was incorrect and I had the same result. httpd was restarted in between all changes. No errors were logged in the error_log (loglevel warn). -- 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]
