- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- configure squid to retun some sties always from it...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2007 12:16 AM
тАО04-30-2007 12:16 AM
is it possible to configure squid to always return some sites from its cache ? if yes then plz let me know HOW ?
say I want that when anyone want to access http://mail.yahoo.com, or http://www.hotmail.com squid always return the page from its cache.
is it possible ?
plz help
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2007 01:06 AM
тАО04-30-2007 01:06 AM
Re: configure squid to retun some sties always from its cache ?
refresh_pattern mail.yahoo.com 259200 100% 259200 ignore-reload
override-expire override-lastmod always-cache
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2007 04:29 AM
тАО04-30-2007 04:29 AM
Re: configure squid to retun some sties always from its cache ?
This will probably make the sites functionally useless in short order.
Both hotmail and yahoo frequently update their sites and improve security. You users will in some short weeks be unable to use their mail at all. The performance benefit from such a change would be very small.
What might help would be more memory on the squid server to assist it in caching what can be cached.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2007 06:59 PM
тАО05-01-2007 06:59 PM
Re: configure squid to retun some sties always from its cache ?
when I put the refresh_pattern option in squid.conf as per your instruction, I got the following error
# squid -k recon
2007/05/02 11:16:09| redreshAddToList: Unknown option 'mail.yahoo.com': always-cache
i even put the "regex" in the refresh_pattern as
refresh_pattern regex mail.yahoo.com 259200 100% 259200 ignore-reload .......
# squid -k recon
FATAL: Bungled squid.conf line 2074: refresh_pattern regex mail.yahoo.com 259200 100% 259200 ignore-reload override-expire override-lastmod always-cache
Squid Cache (Version 2.6.STABLE12): Terminated abnormally.
Thanks SEP for your kind suggestions.. but I am doing in LAB ... infect we have achieved the target using MS ISA 2k/2004, but the same has to be achieved using squid .. we are comparing
Thanks n Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2007 08:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2007 11:12 PM
тАО05-01-2007 11:12 PM