Re: [squid-users] Squid dies on Windows NT server afterfetching 10-15 urls

From: Guido Serassio <serassio@dont-contact.us>
Date: Fri, 04 Oct 2002 21:37:13 +0200

Hi,

At 21.11 04/10/2002, Jigar Rasalawala wrote:
>Hi,
>
>Thanks for yr reply.
>I post it my squid.conf file here. I am running squid.2.5.pre13 on
>WindowsNT server.
>I am using some script which reads url from some txt file and opens copy
>of
>IE brwoser and fetch the url.
>
>
>any reply or suggestion appriciated..
>
>Thanks
>Jigar

Your squid.conf is wrong:

http_access allow localhost
http_access deny all

This means that only the proxy machine can use Squid.

But, If I can't test what Your script does, How You think I can help You ?
I'm not a diviner ....
So, If You don't want to post Your script, please don't ask me no more.

Regards

Guido

>********************* Squid.conf
>http_port 8080
>refresh_pattern ^ftp: 1440 20% 10080
>refresh_pattern ^gopher: 1440 0% 1440
>refresh_pattern . 0 20% 4320
>acl all src 0.0.0.0/0.0.0.0
>acl manager proto cache_object
>acl localhost src 127.0.0.1/255.255.255.255
>acl SSL_ports port 443 563
>acl Safe_ports port 80 21 443 563 70 210 1025-65535
>acl Safe_ports port 280 # http-mgmt
>acl Safe_ports port 488 # gss-http
>acl Safe_ports port 591 # filemaker
>acl Safe_ports port 777 # multiling http
>acl CONNECT method CONNECT
>http_access allow manager localhost
>http_access deny manager
>http_access deny !Safe_ports
>http_access deny CONNECT !SSL_ports
>http_access allow localhost
>http_access deny all
>
>************** end of conf
>
>Guido Serassio wrote:
> >
> > Hi,
> >
> > At 19.37 02/10/2002, Jigar Rasalawala wrote:
> > >Hi,
> > >
> > >
> > >I am using Squid2.3.STABLE5 on Windows NT server ( alos tried with
> > >Windows 2000 server ) with 128 MB RAM.
> > >I successfully installed squid on windows PC.
> > >I also registered squid as windows services. It runs very well, when I
> > >point my browser to 127.0.0.1:8080 ( where
> > >squid is running ).
> > >
> > >I have developed utility to do performance test, which opens copy
> > >browser and fetch urls from urls.txt ( list of urls
> > >are in this file ).
> > >
> > >Squid dies after fetching 10-15 urls from the script. I found following
> > >messages in cache.log file.
> > >I also tried with Squid2.5.PER13. I am getting same error.
> > >
> > >For more information, IF I installed squid on linux PC and runs the same
> > >script, it works well. I can go throguh
> > >complete URL files.
> > >
> > >What is wrong with squid runs on my Windows MT server ?
> > >
> > >Any help or hint appriciated...
> > >
> >
> > SquidNT runs without problems after 6 hours of Web Polygraph at 20 req/sec
> > and many users runs it fine. So may be that your script is the problem ...
> > Do You can post it ?
> >
> > Regards
> >
> > Guido
> >

-
=======================================================
Serassio Guido
Via Albenga, 11/4 10134 - Torino - ITALY
E-mail: guido.serassio@serassio.it
WWW: http://www.serassio.it
Received on Fri Oct 04 2002 - 13:37:46 MDT

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