[squid-users] fileupload restriction

2003-08-09 Thread Rohit Peyyeti
Hello all: I need help in setting up fileupload restriction in squid. I'm was running squid 2.4 till yesterday and upgraded it to squid 2.5 stable3 version running on redhat 7.3 version. I setup this rule which is the first among http_access rules but still file upload ACL does not work. What cou

Re: [squid-users] Seperating request by type

2003-08-09 Thread Henrik Nordstrom
On Saturday 09 August 2003 08.35, Rully Budisatya wrote: > I want to seperate the traffic depending on the type of document. I > want all request which is text/html (not image or binary) always go > direct without exception. And I want the rest which is not text to > always go to the parent proxy

RE: [squid-users] CPU utilization performance issue

2003-08-09 Thread Tay Teck Wee
Hi Adam, --- Adam Aube <[EMAIL PROTECTED]> wrote: > >For caching disks:- > >in order of preference for performance > >1)volume(best, unless your data REALLY critical, > then > >go down the list) > >2)raid 1(mirror, very costly) > >3)raid 5 > >4)raid 0(i was surprised when i first heard it, > can'

Re: [squid-users] Strange Log

2003-08-09 Thread Masood Ahmad Shah
your squid is running f9. but onething make sure that Squid does not depend on system board. Squid is an application. when you upgraded your BOIS it can make problem for file system. if file system is not working fine of course Squid will not. Becoz squid depend on file system, OS instead system bo

[squid-users] Multiple Host in Accelerator Mode

2003-08-09 Thread mmckenzie
I have a squid server running in accelerator mode with just one host. I want to put all of our serves in the proxy so all of our servers look like one server. Can I do this and how?? Thanks in advance. Mitchell S. McKenzie Intern Programmer Analyst Learning Environment & Internet Services

[squid-users] Resource temporarily unavailable

2003-08-09 Thread Brian Hechinger
2003/08/06 14:10:19| storeAufsOpenDone: (11) Resource temporarily unavailable 2003/08/06 14:10:19|/squid/s00/00/83/8369 2003/08/06 14:10:19| storeSwapOutFileClosed: dirno 0, swapfile 8369, errflag=-1 (11) Resource temporarily unavailable i'm getting these constantly. what info

Re: [squid-users] running squid2.4Stable7 - Content-length is missing when run ftp

2003-08-09 Thread Henrik Nordstrom
On Saturday 09 August 2003 00.26, Zand, Nooshin wrote: > Hi, > > When I ran ftp through squid proxy content-length is missing. Most likely tha FTP server contacted does not support the (nonstandard) SIZE command used which can be used to find out the file size before transfer. Without support fo

Re: [squid-users] CPU utilization performance issue

2003-08-09 Thread Adam Aube
> There is no benefit in performance as squid already > distrubutes the load on the drives quite nicely. Yes, but Squid has to distribute the load in software. If you have hardware RAID0, then the distribution is in hardware, which tends to be faster and less load on the CPU. So there is probably

Re: [squid-users] fileupload restriction

2003-08-09 Thread Rohit Peyyeti
Oh sorry, my mistake, here is what it is defined in my squid.conf which still does not work ;) acl my_network src 10.0.0.0/255.0.0.0 Thanks Peyyetir - Original Message - From: Hermann Strassner To: Rohit Peyyeti Cc: Squid Mailinglist Sent: Thursday, August 07, 2003 4:58 PM Subject: RE

Re: [squid-users] HTTP1.1 Pipelining...

2003-08-09 Thread Henrik Nordstrom
On Friday 08 August 2003 10.44, Max Clements wrote: > What is the current status of HTTP 1.1 pipelining in Squid 2.5 - I > cannot seem to find a definative status in the mailing list > archives nor in the FAQ? Browsers may pipeline requests to Squid, any version. By default Squid will process one

Re: [squid-users] Strange Log

2003-08-09 Thread Awie
Masood & Henrik Thanks for your answer. In my environment, there is no DNS server that handle naming service. I used RH 7.3 (kernel 2.4.20), Squid 2.4.S7. The GCC version is 2.96. So far, the machine run very well. As you and Henrik explained, seems the problem is coming from another source. I s

Re: [squid-users] URL could not be retrieved error...

2003-08-09 Thread Henrik Nordstrom
On Tuesday 05 August 2003 13.41, Luciano Bernardes de Paula wrote: > But when I use some iptables redirect rules ("all > incoming pkts destinated to port 80, go to port 3128") > in the squid box and set that as gateway for the > station, to make all the process transparent, any site > I try to rea

Re: [squid-users] URL could not be retrieved error...

2003-08-09 Thread Luciano Bernardes de Paula
Hi! The httpd_accel_host tag is with the default value... What can I try to do with this? My Linux has 2.4 kernel and iptables version is 1.2.4. Thanks! Seeya! --- Ehsan Lesani <[EMAIL PROTECTED]> escreveu: > Dear firend. > When you want to use squid in transparent mode you > should config so

[squid-users] [ Squid Cache: Version 3.0-PRE2-20030806 ] [ SSL ]

2003-08-09 Thread Imad Soltani
hello all , CLIENT X <-> SQUID BOX <---> WEB BOX squid & web boxes are redhat ( kernel 2.4.18 ) A internet user put a https://www.domain.com address on his browser The request come to squid box and then redirected to web box I try a lot of configuration , and i don't get good results my squid

Re: [squid-users] squid and SMP

2003-08-09 Thread Adam
> how well does squid take advantage of multiple CPUs on a machine? we will be > running squid on a dual cpu ultra2, and i would like to know if i am going to > take full advantage of that machine, or if i would be better off getting it > replaced with a faster single cpu box, or if running multip

Re: [squid-users] Compile error: squid-2.5.STABLE3-20030806

2003-08-09 Thread Marc-Christian Petersen
On Wednesday 06 August 2003 13:13, Marc Elsen wrote: Hi Marc, > > make[1]: Leaving directory > > `/opt/squid/src/squid-2.5.STABLE3-20030806/src' make: *** [all-recursive] > > Error 1 > Whilst I don't have the solution, for this type of errors > you may also want to specify : yeah, sorry. I was

Re: [squid-users] Seperating request by type

2003-08-09 Thread Rully Budisatya
Thanks for the tips, just one more thing. What do the exact acl line should be for detecting files ending with /, .jpg etc...? How about delay_pools ? Can I use this ACL too so that I can limit the bandwidth depending on the guessed file type ? Thanks ... Rully - Original Message -

Re: [squid-users] [ Squid Cache: Version 3.0-PRE2-20030806 ] [ SSL]

2003-08-09 Thread Imad Soltani
Hello all , Thanks Henrik for the post I now tried to make a new functionnal and minimal squid.conf from 0 i put this on : visible_hostname proxy_hostname https_port ip_proxy:443 accel cert=s.crt key=s.key defaultsite=proxy_hostname acl all src 0.0.0.0/0.0.0.0 acl https proto https cache_pe

Re: [squid-users] Multiple Host in Accelerator Mode

2003-08-09 Thread Henrik Nordstrom
On Friday 08 August 2003 22.27, [EMAIL PROTECTED] wrote: > I have a squid server running in accelerator mode with just one > host. > > I want to put all of our serves in the proxy so all of our servers > look like one server. > > Can I do this and how?? Yes it is possible. For Suqid-2.5 the easi

Re: [squid-users] Log files too large

2003-08-09 Thread Schelstraete Bart
Gator wrote: I am finding that Squid (2.5.STABLE2) will fail when the log files reach a certain size. I moved them off to access.log.2 and store.log.2 and life was fine again. 1624135928 Aug 8 10:36 access.log.2 2147483647 Aug 8 09:02 store.log.2 How do I set up these files to rotate automatica

RE: [squid-users] Using Squid for distributing bandwidth proportionatly to diff networks.

2003-08-09 Thread Adam Aube
> Can I distribute this (312 Kbps) bandwidth to three > different networks using Squid See the Delay Pools FAQ: http://www.squid-cache.org/Doc/FAQ/FAQ-19.html#ss19.8 If you want to evenly distribute your bandwidth among the networks, look into using a class 3 delay pool. If not, try using multi

Re: [squid-users] OS browser logging

2003-08-09 Thread Henrik Nordstrom
On Friday 08 August 2003 10.32, Colin wrote: > Hi, > > I installed Squid as a reverse proxy, it is important=20 > for me and my clients to log the client browser and OS > (sent in the http header) like in apache. Perhaps this is of help: http://devel.squid-cache.org/customlog/ Regards Henrik -

[squid-users] logfileWrite: c:/squid/log/store.log: (13) Permission deniedafter storeDirWriteCleanLogs (Squid 2.5 on Windows 2000)

2003-08-09 Thread Wagner Markus
Hi, every time when squid starts storeDirWriteCleanLogs it can't write into the access.log file anymore. 2003/08/07 12:03:40| storeDirWriteCleanLogs: Starting... 2003/08/07 12:03:40| WARNING: Closing open FD 19 2003/08/07 12:03:42| 65536 entries written so far. 2003/08/07 12:03:45|131

Re: Fw: [squid-users] Strange Log

2003-08-09 Thread Awie
Henrik & Masood, Thanks for your kind help. Now, it is clear that source of problem came from System board. Thx & Rgds, Awie - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Awie" <[EMAIL PROTECTED]> Cc: "Squid-users" <[EMAIL PROTECTED]> Sent: Saturday, August 09,

Re: [squid-users] Log files too large

2003-08-09 Thread Henrik Nordstrom
On Saturday 09 August 2003 18.35, Schelstraete Bart wrote: > Sorry my mistake. Squid should be modified to allow files bigger > then 2 gigs...but the question is: Who wants that > I think nobody wants to use this. Squid-3.0 does have experimental support for large files, at least on Linu

Re: [squid-users] Squid3: vhost reverse proxy/accel bw extender

2003-08-09 Thread Henrik Nordstrom
On Thursday 07 August 2003 16.42, Jim Flowers wrote: > http_port ifc1.ip:80 ; listen for queries on outside interace You want some options there to enable accelerator mode... I would suggest http_port ip:80 accel vhost defaultsite=www.yourmaindomain.com If you do not want to support Host: ba

Re: [squid-users] OWA and squid

2003-08-09 Thread Jonathan Giles
You suggestion works very nicely. Thanks for all the help and patience! jg On Tuesday, August 5, 2003, at 04:38 PM, Henrik Nordstrom wrote: Make sure the OWA web server has support for virtual domains enabled. If all else fails, create a virtual domain instance with the external domain name. T

Re: [squid-users] redirector_access usage question

2003-08-09 Thread Henrik Nordstrom
On Wednesday 06 August 2003 19.29, [EMAIL PROTECTED] wrote: > I am successfully authenticating my users using squid_ldap_auth on > my version 2.5.STABLE3 server. I also have a basic redirector > working. What I would like to do is redirect the first page > requested by my users (when they are stil

Re: [squid-users] [ Squid Cache: Version 3.0-PRE2-20030806 ] [ SSL ]

2003-08-09 Thread Henrik Nordstrom
On Saturday 09 August 2003 18.15, Imad Soltani wrote: > And same error > my squid.conf is not correct anyway ? You also need to "http_access allow" the request. If not Squid will not allow the request to take place. -- Donations welcome if you consider my Free Squid support helpful. https://ww

[squid-users] security concern

2003-08-09 Thread Tay Teck Wee
Hi, I did a telnet to my squid port 8080 and input an invalid request n got the following reply(truncated):- HTTP/1.0 400 Bad Request Server: squid/2.5.STABLE3line 2 Mime-Version: 1.0 Date: Fri, 08 Aug 2003 17:52:22 GMT Content-Type: text/html Content-Length: 1213 Expires: Fri, 08

Re: [squid-users] logfileWrite: c:/squid/log/store.log: (13) Permission denied after storeDirWriteCleanLogs (Squid 2.5 on Windows 2000)

2003-08-09 Thread Henrik Nordstrom
On Thursday 07 August 2003 13.54, Wagner Markus wrote: > Hi, > > every time when squid starts storeDirWriteCleanLogs it can't write > into the access.log file anymore. > > Squid Cache (Version 2.5.STABLE1-CVS): Terminated abnormally. Upgrading to a more recent version of SquidNT may be a good idea