Re: [users@httpd] Show custom error pages while redirecting to HTTPS on Apache 2.2

2016-04-01 Thread Aitor González
these in server config context so > they get propagated down the context tree or define them again in the new > virtualhost where you need them. > > > > El vie., 1 abr. 2016 a las 9:18, Aitor González () > escribió: > >> Using Apache 2.2, I am trying to redirecting

[users@httpd] Show custom error pages while redirecting to HTTPS on Apache 2.2

2016-04-01 Thread Aitor González
Using Apache 2.2, I am trying to redirecting HTTP requests to HTTPS requests to a Tomcat 6 server and that works fine. But I am trying to redirect errors to custom error pages and while that works as long as I don't redirect the HTTP requests to HTTPS requests, it doesn't work when I redirect. Th