[users@httpd] HTTP Rewrite to HTTPS proxy works but direct HTTPS doesn't proxy

2013-05-30 Thread Pete Jibe
Hello, I've got an Apache SSL installation (v2.2.15 on OEL6.4) that proxies data to a back-end Glassfish installation. Within httpd.conf I've got a rewrite rule set up (I've got 4 IP VirtualHosts set up, just testing with one): RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteR

[users@httpd] content-length request header ssue with apache http server

2013-05-30 Thread Gaurang Tapase
Hi, I faced following issue in apache http server. 1) For a request, if content-length request header specifies x bytes as the content-length and server doesn't receive specified number of bytes within timeout period, 500 Internal Server Error is returned to the client. Server logs show, error in