- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: problem with RELOAD via squid proxy
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
Forums
Discussions
Discussions
Discussions
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
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-05-2004 10:24 AM
04-05-2004 10:24 AM
problem with RELOAD via squid proxy
I have cisco vpn client version 4.0
( vpnclient-linux-4.0.Rel-k9 )
installed on linux server ( SuSE 8.2 ).
On the same linux server is the proxy
squid-2.5.STABLE3-98 installed.
WIN2000 sp4 clients use the VPN connection
with Internet Explorer 5.5 or IE 6 via squid proxy.
So I don't have to install any VPN clients
on the windows workstations.
The problem is to RELOAD some frame application websites with the following reload code:
..............................................................................................................................
..............................................................................................................................
after reload web page contents are empty !
If I try to install the cisco vpn client
directly on the WIN2000 workstation, it works very well.
All frame websites were reloaded correctly.
Knows someone what's wrong or what should I change at squid.conf ?
kind regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 05:27 PM
04-05-2004 05:27 PM
Re: problem with RELOAD via squid proxy
your IE seems to have problem in sending refresh requests.
upgrade your IE 5.5 to IE 6. your problem will be solved.
regards,
U.SivaKumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 09:04 PM
04-05-2004 09:04 PM
Re: problem with RELOAD via squid proxy
with IE 6 sp1 and all updates.
greetings
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 09:15 PM
04-05-2004 09:15 PM
Re: problem with RELOAD via squid proxy
Press SHIFT+Refresh what happens ?
edit squid.conf and put this line.
ie_refresh on
restart squid and let me know the results.
regards,
U.SivaKumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 09:53 PM
04-05-2004 09:53 PM
Re: problem with RELOAD via squid proxy
Perhaps you need upgrade to Squid-2.5.STABLE4. This is from Squid FAQ.
--------
Upgrade to Squid-2.5.STABLE4 or later to work around a Host header related bug in Cisco PIX HTTP inspection. The Cisco PIX firewall wrongly assumes the Host header can be found in the first packet of the request.
-----------
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 10:12 PM
04-05-2004 10:12 PM
Re: problem with RELOAD via squid proxy
I've tried but still doesn't help.
kind regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 10:43 PM
04-05-2004 10:43 PM
Re: problem with RELOAD via squid proxy
If you face the same problem with latest version of squid also , then avoid caching that particular site. Edit squid.conf
http_stop http://www.problemsite.com
Restart squid. If possible purge the squid cache directory once.
regards,
U.SivaKumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 12:01 AM
04-06-2004 12:01 AM
Re: problem with RELOAD via squid proxy
I've tried :
http_stop http://X.X.X.X
at squid.conf and get following message after restart:
# rcsquid restart
Shutting down WWW-proxy squid 2004/04/06 13:51:14| parseConfigFile: line 3197 unrecognized: 'http_stop http://X.X.X.X' done
Starting WWW-proxy squid
And how can I exclude this webseite from
proxy caching at squid.conf ?
I've tried to delete all squid cache files as well and still doesn't work.
I'll try to update squid, but can't find
rpm packet squid-2.5.STABLE4 for SuSE 8.2
kind regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 04:35 PM
04-06-2004 04:35 PM
Re: problem with RELOAD via squid proxy
Edit squid.conf . remove http_stop line.
put this line.
cache_stoplist www.problematic.com
restart squid.
regards,
U.SivaKumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 09:18 PM
04-06-2004 09:18 PM
Re: problem with RELOAD via squid proxy
with cache_stoplist X.X.X.X
I get still errors:
# rcsquid restart
Shutting down WWW-proxy squid 2004/04/07 11:11:33| parseConfigFile: line 3218 unrecognized: 'cache_stoplist X.X.X.X'
- wait a minute ............... done
Starting WWW-proxy squid done
I will try with:
acl dest_acl dstdomain X.X.X.X
always_direct allow dest_acl
and maybe with:
reload_into_ims on
greetings
chris