Re: [squid-users] Proxy & reverse proxy on same computer / Many squid daemon ?

From: Indunil Jayasooriya <indunil75@dont-contact.us>
Date: Thu, 8 May 2008 13:56:20 +0530

Hi,

What is the version squid. It should be 2.6 or higher.

For proxy. pls try below rules.

 http_port 3128
 acl mynet src 192.168.101.0/24
 http_access allow mynet

For reverse proxy . pls try below rules.

 http_port 80 accel defaultsite=www.example.com
 cache_peer ip.of.real.webserver parent 80 0 no-query originserver
 acl our_sites dstdomain .example.com
 http_access allow our_sites
 never_direct allow our_sites
 cache_peer_access ip.of.real.webserver allow our_sites

pls see below URL too.

http://markmail.org/message/75qi6maqfzz3o6dc#query:proxy%20and%20reverse%20proxy%20indunil+page:1+mid:qinbxaivrs6vgvue+state:results

GOOD LUCK

On Thu, May 8, 2008 at 1:29 PM, <gotti.matthieu@free.fr> wrote:
>
>
> Hello,
>
> I'm a squid's beginner because i'm a student, and i have a problem with a
> project.
>
> I'm French.
>
>
>
> I must do run a squid server with dansguardian like a proxy cache, and a
> reverse proxy squid on a same computer.
>
> My squid proxy and my dansguardian are running, but I want to do run an other
> daemon of squid in same time with an other configuration of squid.conf (for
> reverse).
>
> Please how can I do this ?
>
>
>
> Sorry for my bad English.
>

-- 
Thank you
Indunil Jayasooriya
Received on Thu May 08 2008 - 08:26:27 MDT

This archive was generated by hypermail 2.2.0 : Tue May 13 2008 - 12:00:03 MDT