Re: [users@httpd] Apache redirection using http response headers

2016-06-11 Thread Eric Covener
On Sat, Jun 11, 2016 at 11:50 AM, sad man wrote: > Header set Location https://www.example.com/ > Header set X-Forwarded-Proto: https > Header set Strict-Transport-Security "max-age=180; includeSubdomains" > > Although the server receives a the headers I set there is no redirection > (default apa

[users@httpd] Apache redirection using http response headers

2016-06-11 Thread sad man
I want to force the user browser to use https URL when accessing my server (even if the user enters http URL). I have done redirections using "redirect" & "rewrite" but would also like to use this method. I load the headers module and add the following to my /etc/apache/sites-enabled/example.conf

Re: [users@httpd] Last-Modified header overridden

2016-06-11 Thread Luca Toscano
2016-06-09 16:07 GMT+02:00 Luca Toscano : > > > 2016-06-08 13:42 GMT+02:00 Luca Toscano : > >> [+devs] >> >> 2016-06-07 23:02 GMT+02:00 Luca Toscano : >> >>> >>> >>> 2016-06-07 10:55 GMT+02:00 Vacelet, Manuel : >>> On Mon, Jun 6, 2016 at 5:32 PM, Vacelet, Manuel < manuel.vace..