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,  <[EMAIL PROTECTED]> 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

Reply via email to