Anyone has any idea why I cannot disable the FileETag ?
I have this in my apache config file: FileETag None, I have restarted the server, I'm running on centos 5 and apache 2.2.3. Still, everytime I'm using the Yslow tool in Firefox I got errors that I should disable the ETags.
Why they aren't disabled already?!
Thank you!

Did you disabled this in global configuration or not in httpd.conf?

Sorry, forgot to update this. It's been solved using this in the httpd.conf:

Header unset ETag
FileETag None

... at the end, so it works for all servers.
Thanks for trying to help!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.