- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- squid problem with the size of the webseite
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
07-08-2004 11:28 AM
07-08-2004 11:28 AM
squid problem with the size of the webseite
I have Squid Version 2.5.STABLE5 installed on SUSE 9.1
add a new record line with this code:
or refresh:
works until about 45 records lines but I cannot add more lines or use the refresh script button
after 45 records squid shows empty website each time.
I must use squid and cannot change the script on this webseite.
which settings do I need change at my squid configuration ?
greetings
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 11:36 AM
07-08-2004 11:36 AM
Re: squid problem with the size of the webseite
Those lines state they are calling javascript commands of which we have no way of knowing what it actually does!
the whole content of the web page might help, as well as the actual log entries in the squid log so we can see what it thinks it's doing.
But in all honesty, it sounds more like the HTTP server is the one balking, not Squid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 04:39 PM
07-08-2004 04:39 PM
Re: squid problem with the size of the webseite
Is there any entries in cache.log file or /var/log/messages.
By the way to squid with more number of refresh clicks,will not be good.
Check the squid.conf file with,
reload_into_ims on
It may be helpful and see the refresh_pattern TAG for this. To set the separate for these kind of opearations.
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2004 12:00 PM
07-10-2004 12:00 PM
Re: squid problem with the size of the webseite
I cannot show your the whole webseite,
because I have connection to this webserver only via VPN tunnel.
but this webseite looks something like:
http://www.freewebs.com/cipka/HTMLCompiler%5F003.htm
without proxy works well and I can add new lines and refresh totals without any problems, but it must work via proxy as well.
our clients can connect to this webseite only via proxy.
in accesslog I see only:
1089478958.187 933 192.168.2.80 TCP_MISS/200 2130 GET http://X.X.X.X/servlet/HTMLCompiler? - DIRECT/X.X.X.X text/html
1089478958.552 329 192.168.2.80 TCP_MISS/304 209 GET http://X.X.X.X/stylesheets/en/default/Common/fwlogoff.css - DIRECT/X.X.X.X -
1089478958.897 345 192.168.2.80 TCP_MISS/304 209 GET http://X.X.X.X/images/fwlogon.gif - DIRECT/X.X.X.X -
reload_into_ims on doesn't help.
any other idea ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 02:06 AM
07-11-2004 02:06 AM
Re: squid problem with the size of the webseite
with:
request_body_max_size 1000 KB
it works well.
greetings
chris