Monty Ree wrote:

Hello, all.

I would like to hide squid version or server information for security reason. So I set "via off" at squid.conf file. But via information is seen as ever.

Is there any directive or method like ServerTokens at apache?

Hello ,

Compile squid by altering the following line in squid source file src/errorpage.c.
Line:69: "Generated %T by %h (%s)\n"
In the above line %s denotes the squid version which can modified to the requirement.

Thanks,
Visolve Squid Team
http://www.visolve.com/squid/

Reply via email to