[mod-security-users] Mod_Security SecServerSignature
Brought to you by:
victorhora,
zimmerletw
|
From: Christian M. <cma...@is...> - 2005-03-23 13:51:27
|
Hi all, I want to know if it is posible to use SecServerSignature when using mod_proxy, because i have done some test but the Server token doesnt change. In my httpd.conf i have: ProxyRequests Off ProxyPass / http://targetweb/ ProxyPassReverse / http://targetweb/ And then the minimal recommended configuration of the mod_security But when i telnet localhost 80, the server token that i get is the original from targetweb Any idea? Thanks in advance Christian Martorella |