Re: [users@httpd] Interaction of mod_headers and mod_expires

2013-05-22 Thread Michael Weiser
Hello Yehuda, On Wed, May 22, 2013 at 09:07:36AM -0400, Yehuda Katz wrote: > You need to add Vary: User-Agent to tell the proxy that the server returns > different content depending on the user agent. Incredible. That did it and is much more elegant than what I had in mind. Thanks! -- Michael

Re: [users@httpd] Interaction of mod_headers and mod_expires

2013-05-22 Thread Yehuda Katz
On Wed, May 22, 2013 at 7:21 AM, Michael Weiser < m.wei...@science-computing.de> wrote: > RewriteEngine on > RewriteCond %{REQUEST_URI} !/browser_not_supported/ > RewriteCond %{HTTP_USER_AGENT} > ^Mozilla/4\.0\s*\(compatible;\s*MSIE\s*(1|2|3|4|5|6|7|8)\.(?!.*IEMobile) > RewriteRule (.*) /browser_n

[users@httpd] Interaction of mod_headers and mod_expires

2013-05-22 Thread Michael Weiser
Hi, I've inherited a web server setup that has mod_expires configured like this: ExpiresActive on ExpiresDefault "access plus 24 hours"