Re: [us...@httpd] Transparent Proxy Server Installation

2009-07-25 Thread Julien Pauli
That is the answer, yes. People must know that there is a main difference between a normal HTTP request, and a request made to a proxy (forward). The request is not exactly the same. A standard minimal HTTP request : GET / HTTP/1.1 Host: somehost The same one but to a forward proxy : GET http://

[us...@httpd] Cron to check that domains are running

2009-07-25 Thread sbogde
Hi, I have a dedicated server (lamp & cpanel) under which I host different web domains: www.domain1.com, www.domain2.com, www.domain3.com, www.domain4.com, ... I'm upset because sometimes (rarely, though) I discovered (by opening www.domainX.com in the browser) that my domains did not work and

[us...@httpd] apache problems with blocking cgi requests

2009-07-25 Thread Digvijoy Chatterjee
Hi, We are running apache 2.0.35 on RHEL4 running in prefork mode. Its a standard apache configuration for running cgi scripts. I can send it if required The behaviour we are observing with apache is after servicing 2 cgi requests which are blocking (do a long database lookup ~5 minutes) apache w

[us...@httpd] SSL mode configuration

2009-07-25 Thread Anisha Parveen -X (anparvee - Infosys at Cisco)
Hi all, I want to configure SSL mode in my tomcat. I have cross checked my configurations with the default ssl.conf. Everything seems fine. But https://localhost does not work. I use mod_jk for apache-tomcat connection. I am a beginner here and dont have much knowledge on same. Kindly let me k