[users@httpd] Re: unsucribe

2013-05-22 Thread Doug McNutt
At 00:49 +0200 5/23/13, macintosh macintosh wrote: >Mailing-List: contact users-h...@httpd.apache.org; run by ezmlm >Reply-To: users@httpd.apache.org >list-help: >list-unsubscribe: >List-Post:

[users@httpd] unsucribe

2013-05-22 Thread macintosh macintosh

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

[users@httpd] Apache (httpd) server how to force redirect to a non-www domain under while under https

2013-05-22 Thread Yaakov Chaikin
Hi, On a default installation of CentOS (on AWS), I have the following configuration in my conf.d directory. So, besides for this configuration, I just have the default conf/httpd.conf file. What I am trying to achieve is a configuration that: 1) If URL starts with http://www.example.com, it goe

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"