[squid-users] Port allow question

2012-12-13 Thread Paras pradhan
Hi,

I have 0-65536 in safe ports and it is allowed.

acl Safe_ports port 0-65535
http_access deny !Safe_ports



But I am seeing this in access.log.

--
1355433138.267  0 192.168.0.2 TCP_DENIED/403 3413 CONNECT
192.168.0.2:35357 - NONE/- text/html
--

How do we allow 35357?

Thanks!
Paras.


[squid-users] msn,ftp

2003-01-29 Thread Paras pradhan
hi all

What do i have to do to proxying msn,ftp,kazza and more.actually i have 2
donwlinks in one box and i want msn, ftp come from that interface in which
squid is fetching the http pages.



Thanks


Paras pradhan
Systems Dept.
Bajranet PVT LTD
Kathmandu
Nepal.





[squid-users] cache refresh

2003-02-10 Thread Paras pradhan
hi all


i have squid running fine and good. but got one problem.

can i deelte particluar domain's cache from the cache?? let's say: i want
to delete the acb.com from cache.\

i am having refresh prob.i am getting the old page again and again and
again from the cache. how do i remove that and which is the best algo for
cache. i have more than 100 users htting my cache server at peak hours.

Thanks.


Paras pradhan
Systems Dept.
Bajranet PVT LTD
Kathmandu
Nepal.





[squid-users] Delay pools and time

2003-02-16 Thread Paras pradhan
hi all

is it possible to trun off delay pool at certain time. let's say:
i want my users donwload at the full avalibale speed at non peak hours
like 1 AM to 8 AM  . how can i do that autmaticalyy without restarting my
squid.

Thanks.


Paras pradhan
Systems Dept.
Bajranet PVT LTD
Kathmandu
Nepal.





[squid-users] cache refresh again

2003-06-06 Thread Paras pradhan
hi all,
i did the followwnig line to not to be cached the domain named abc.com.np

acl site urlpath_regex .abc.com.np http://i.abc.com.np
no_cache deny site

But still i am getting from cache (old pages).

And also i did

squidclient -m purge http://abc.com.np/

it gives error like:



Access control configuration prevents your request from
being allowed at this time.  Please contact your service provider if
you feel this is incorrect.

Your cache administrator is mailto:root";>root.


Help what i have 2 do to remove my defined cache pages.

Thanks in Advance.
Paras pradhan
Systems Dept.
Bajranet PVT LTD
Kathmandu
Nepal.




[squid-users] deny files

2003-08-14 Thread Paras pradhan
hi all

How do i deny to download and access files as *.vbs *.pif from squid??

i did for exe
---
acl EXE urlpath_regex \.[eE][xX][eE]
http_access deny EXE
---

it didn;t work
Thanks.

Paras pradhan
Systems Dept.
Bajranet PVT LTD
Kathmandu
Nepal.




Re: [squid-users] deny files

2003-08-14 Thread Paras pradhan
DiD as:

acl hello urlpath_regex .\exe$
http_access deny hello


NO luck.

what i am missing.??


Thanks
Paras.



> Pada 13-Aug-2003, Paras pradhan menulis:
>> How do i deny to download and access files as *.vbs *.pif from squid?
>> i did for exe
>> ---
>> acl EXE urlpath_regex \.[eE][xX][eE]
>> http_access deny EXE
>> ---
>
> Try \.[eE][xX][eE]$
>
> or simply:
> \.exe$
>
> I block certain files such as avi or mpeg, but for some others I just
> limit its allowable size, ..
>
> acl filepdf urlpath_regex -i \.pdf$
> reply_body_max_size 100 allow filepdf
>
>> Paras pradhan
>> Kathmandu
>> Nepal.
>
> HTH
>
> regards,
> aqil
> Indonesia


Paras pradhan
Systems Dept.
Bajranet PVT LTD
Kathmandu
Nepal.




[squid-users] Load Balancing

2005-10-21 Thread Paras pradhan
hi:

Currently i have a network running squid as a transparent proxy server
serving around 500 users. Around 40% of the users ie ( 200 users) use
the network and the performance is good with very very little
problem.. now my network is about to increse and almost 1200 Users
will be using the proxy server. Presenly i am running a PIII Xeon
processor Server with SCSI Hard Drives and 1GB of RAM. Now i need some
suggestions for 1200 users.

Do i need to:

Upgrade or Purchase a new server OR use load balancing using 3 or 4
another servers OR just tune the currnet server for the best
performance.

What is the best option for my case assuming 50% of my 1200 users(ie
600) will be using the internet at the same time..


Thanks
Paras.