Re: [users@httpd] Redirecting virtual host to https in Apache 2.4

2014-02-18 Thread Michel Labarre
gine on #RewriteCond%{HTTPS} !=on #RewriteRule (.*) https://%{HTTP_HOST} #RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Pointers welcome. Thanks. Dave. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [users@httpd] Socket level time-out configuration in the Apache HTTP server

2014-02-06 Thread Michel Labarre
Hi It's a common problem with long time process. But if the user close its browser and application runs, this one has no interaction with network. We have the following scenario: . connection : handshake with SYN, SYN-ACK - ACK packets between browser and apache . HTTP request received from the

[users@httpd] SSL session-id caching with mod_proxy

2014-01-22 Thread Michel Labarre
Hi I found one about dealing with my problem since 2009 without answering. I have a 2.4 apache in reverse proxy mode. The connections between the proxy and a server (for now) use SSL. I found a high activity on the server. After analyzing all the connections perform an SSL handshake. Each Hansha