Re: [squid-users] Error pages

From: Ilker Gokhan <ilker.gokhan@dont-contact.us>
Date: Wed, 25 Sep 2002 15:53:46 +0300

Oki DZ wrote:
> How can I remove the tailer of the error pages? i.e. the ones like:
> Generated Wed, 25 Sep 2002 09:04:10 GMT by bdg (Squid/2.4.STABLE7)
> Where can I set it up in squid.conf?

 From squid.conf you cant do this..You have to change it from code.

~/squid/src/errorpage.c: unmodified: line 70 of 618 [11%] (This )
} 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"
     }
};

Then recompile your squid again..

Regards,
Ilker G.
Received on Wed Sep 25 2002 - 06:51:28 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:24 MST