Dear users,
I'm working on custom error pages...they are working fine but I want to hide end line which showing squid information like that
Generated Wed, 12 Mar 2003 16:46:02 GMT by serv (squid/2.5.STABLE1-20021228)
See errorpage.c from source:
} error_hard_text[] = {
{
ERR_SQUID_SIGNATURE,
"\n<br clear=\"all\">\n"
"<hr noshade size=1>\n"
"Generated %T by %h (%s)\n"
"</BODY></HTML>\n"
}
};Change it whatever you want..then recompile your squid..
Regards, Ilker G. --------- "Peace at home,peace at the world." K.Ataturk
