[users@httpd] Re: Help configure non-SSL webpages on an SSL site?

2015-09-15 Thread Jonesy
On Tue, 15 Sep 2015 18:12:24 -0400, . wrote: > > I am a novice website admin, running Apache 2.4.7 on a Ubuntu box. I > want to be able to serve a subset of my website as http (port 80), even > though the overall site is on https (port 443). I managed to convert it > all to https this summer

[users@httpd] Session problem using ProxyPassReverse

2015-09-15 Thread Alex Rithen
Scenario: OP: Windows 7 Home Premium (64 bit) Test Env: XAMPP Version 5.6.8 Apache(80) is the front-end server. (Version 2.4) Tomcat(8080=http) (8009=ajp) is the back-end server containing Java code and Html/Css/JS for this particular application. (Version 8.0.22) Connection: ProxyPassReverse

[users@httpd] Help configure non-SSL webpages on an SSL site?

2015-09-15 Thread .
Hello, I am a novice website admin, running Apache 2.4.7 on a Ubuntu box. I want to be able to serve a subset of my website as http (port 80), even though the overall site is on https (port 443). I managed to convert it all to https this summer by providing links in

Re: [users@httpd] mod_cache + worker mpm + php-fpm mangling response headers on cache misses

2015-09-15 Thread Edward Lu
This looks like a bug. I believe I've tracked down the cause to a single errant line in the cache module; can you apply the attached patch to 2.4.x and see if it fixes the problem? - Thanks, Ed On Tue, Sep 1, 2015 at 5:55 PM, Neil Skrypuch wrote: > We're trying to