Networking Forums

Networking Forums > Computer Networking > Linux Networking > Web based Squid

Reply
Thread Tools Display Modes

Web based Squid

 
 
Richard Lam
Guest
Posts: n/a

 
      08-08-2006, 09:18 AM
Hi All,

I want to setup a proxy server and I come to know Squid can do the job.
However, I am still not so familiar with Linux command and the limited
documentation on Squid. I was wondering is there a "Web Based GUI version of
Squid".

Please help.

Thanks


 
Reply With Quote
 
 
 
 
Filip Rembialkowski
Guest
Posts: n/a

 
      08-08-2006, 11:42 AM

Richard Lam wrote:
> Hi All,
>
> I want to setup a proxy server and I come to know Squid can do the job.
> However, I am still not so familiar with Linux command and the limited
> documentation on Squid. I was wondering is there a "Web Based GUI version of
> Squid".
>


0) squid has quite good documentation, every directive
in squid.conf is heavy commented

1) don't be afraid it's just a few lines in squid.conf

2) if you insist on having a web interface, look for
"webmin-squid" package in your Linux distribution.


F.

 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      08-08-2006, 01:10 PM
<snip>

> 0) squid has quite good documentation, every directive
> in squid.conf is heavy commented
>
> 1) don't be afraid it's just a few lines in squid.conf
>
> 2) if you insist on having a web interface, look for
> "webmin-squid" package in your Linux distribution.


Filip is right. It's might need little modification in few lines and
but it works with a default configuration file supplied with your
distribution.

For a fresh starter, here it is from
http://www.linuxheadquarters.com/how...ng/squid.shtml (It seems
to be down right at this moment, taken from google cache)

---
Squid uses the configuration file squid.conf. It is usually located in
the /etc/squid directory. Access through the proxy can be given by
individual IP addresses or by a subnet of IP addresses.

In squid.conf search for the default access control lists(acl) and add
the following line below them:

acl mynetwork src 192.168.1.0/255.255.255.0 (for subnet)
acl mynetwork src 192.168.1.10/255.255.255.0 (for individual IP)

Then add the access control list named "mynetwork" to the http_access
list with the following line:

http_access allow mynetwork

The default port for the proxy is 3128. Uncomment the following line
and replace 3128 with the desired port :

http_port 8080

---

HTH


--
Raqueeb Hassan
Bangladesh

 
Reply With Quote
 
Richard Lam
Guest
Posts: n/a

 
      08-08-2006, 01:47 PM
Thank You for the info.


"Raqueeb Hassan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
> <snip>
>
>> 0) squid has quite good documentation, every directive
>> in squid.conf is heavy commented
>>
>> 1) don't be afraid it's just a few lines in squid.conf
>>
>> 2) if you insist on having a web interface, look for
>> "webmin-squid" package in your Linux distribution.

>
> Filip is right. It's might need little modification in few lines and
> but it works with a default configuration file supplied with your
> distribution.
>
> For a fresh starter, here it is from
> http://www.linuxheadquarters.com/how...ng/squid.shtml (It seems
> to be down right at this moment, taken from google cache)
>
> ---
> Squid uses the configuration file squid.conf. It is usually located in
> the /etc/squid directory. Access through the proxy can be given by
> individual IP addresses or by a subnet of IP addresses.
>
> In squid.conf search for the default access control lists(acl) and add
> the following line below them:
>
> acl mynetwork src 192.168.1.0/255.255.255.0 (for subnet)
> acl mynetwork src 192.168.1.10/255.255.255.0 (for individual IP)
>
> Then add the access control list named "mynetwork" to the http_access
> list with the following line:
>
> http_access allow mynetwork
>
> The default port for the proxy is 3128. Uncomment the following line
> and replace 3128 with the desired port :
>
> http_port 8080
>
> ---
>
> HTH
>
>
> --
> Raqueeb Hassan
> Bangladesh
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco Announces Industry's First Network-Based, Standards- Based Rapid Channel-Change..... studyandjobs@yahoo.com Home Networking 0 12-26-2006 03:41 PM
using squid to limit bandwidth based on domain cwhite@theatomicmoose.ca Linux Networking 4 12-21-2006 05:38 PM
Squid forms based authentication. Max Linux Networking 0 07-24-2004 01:49 PM
Squid ACL based on protocol AND host? Ramon F Herrera Linux Networking 1 12-11-2003 01:16 AM
Intermittent Squid problem, no responce from squid Graeme Hinchliffe Linux Networking 1 10-30-2003 11:51 AM



1 2 3 4 5 6 7 8 9 10 11