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://
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
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
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