这是什么意思,为什么它出现在所有html,php,css,js文件的底部?
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
Run Code Online (Sandbox Code Playgroud)
我正在运行一个nph-proxy.cgi脚本.
我已经关闭了ServerSignatures,并在apache2.conf中将其设置为Production.
更新:
我正在改写
myproxysite.com/http/someothersite.com
Run Code Online (Sandbox Code Playgroud)
至
myproxysite.com/cgi-bin/nph-proxy.cgi/http/someothersite.com
Run Code Online (Sandbox Code Playgroud)
并且此HTTP标头显示在每个页面的底部.
但是,当我删除重写规则时,这个问题就消失了!当我通过myproxiste.com/cgi-bin/nph-proxy.cgi/http/someothersite.com访问代理时,在底部找不到HTTP标头.
apache2 ×1