[users@httpd] HSTS and double redirect

2018-09-09 Thread Gabriella Pepe
Hello Users, I was testing my website here https://hstspreload.org and I received this error: Error: HTTP redirects to www first http://example (HTTP) should immediately redirect to https://example (HTTPS) before adding the www subdomain. Right now, the first redirect is to https://www.example. T

[users@httpd] VirtualHosts on different ports and trying a non-response when asking to a non-allowed service.

2012-12-06 Thread Pepe
I have an apache server with 3 virtual host (all DNS work already done): http://www1.example.com --> listens on port 80 http://www2.example.com --> listens on port 80 with required user authentication https://wwwsecure.example.com --> listens on port 443 Everyone with different DocumentRoot. Ever