What does this mean, and why does it appear on bottom of ALL html, php, css, js files?
HTTP/1.1 200 OK
Date: Fri, 06 Nov 2009 00:35:42 GMT
Server: Apache
Content-Length: 0
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/plain
I am running a nph-proxy.cgi script.
I already turned off ServerSignatures, and set it to Production in apache2.conf.
UPDATE:
I am rewriting
myproxysite.com/http/someothersite.com
to
myproxysite.com/cgi-bin/nph-proxy.cgi/http/someothersite.com
and this HTTP header is shown at bottom of each page.
However, when i remove the Rewrite Rules, this problem is gone !! Meaning when i access the proxy via myproxiste.com/cgi-bin/nph-proxy.cgi/http/someothersite.com, the HTTP header is NOT found at the bottom.