Squid is a proxy server and web cache daemon. It has a wide variety of uses, from speeding up a web server by caching repeated requests; to caching web, DNS and other computer network lookups for a group of people sharing network resources; to aiding security by filtering traffic. 

Once after you have configured Squid, you may notice at the bottom of error page signature appears with GMT timezone. You might want to change to local timezone.


Generated Mon, 10 Nov 2010 10:49:15 GMT by LinuxArticles.org (squid/2.6.STABLE21)

 

To change time zone, edit every files stored in /usr/share/squid/errors/English. Put Below signature at the bottom of every page to display local timezone.

 

< BR clear=”all” >
< HR noshade size=”1px” >
< ADDRESS >
Generated %t by %h (%s)
< /ADDRESS >
< /BODY ></HTML >


 

Generated 10/Nov/2010 16:21:17 +0530 by LinuxArticles.org (squid/2.6.STABLE21)

Related Articles: