RE: [EMAIL PROTECTED] 502 proxy error

2008-10-30 Thread Mehta, Anish
Are you using mod_proxy_ajp and load balancing between backend servers? We used to see this error a lot but when we added timeout parameter to BalancerMember directive if went away. You may also want to try this or add the same parameter to ProxyPass directive (timeout=300). Regards, AM

RE: [EMAIL PROTECTED] Issue with SSL configuration.

2008-10-30 Thread Mehta, Anish
Define following in your httpd.conf. This will change the URL to HTTPS even if someone types in HTTP. Listen *:80 VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/(.*) https://%{SERVER_NAME}/$1

[EMAIL PROTECTED] Broken pipe: ajp_ilink_send(): send failed

2008-10-23 Thread Mehta, Anish
Hi - I have Apache 2.2.3 Web server that connects to two Tomcat 5.5.26 app servers via mod_proxy_ajp. Following is the configuration on Web Server. ProxyRequests Off Proxy * Order deny,allow Allow from all /Proxy Proxy balancer://ampapps BalancerMember