Re: [squid-users] squid redirection to local apache

2010-03-16 Thread jayesh chavan
Hi, Plz rply. Regards, Jayesh On Mon, Mar 15, 2010 at 4:22 PM, jayesh chavan jayesh.jayi...@gmail.com wrote: Hi,   Its not ssl it is safe_ports.  Regards,  Jayesh On Mon, Mar 15, 2010 at 3:21 PM, jayesh chavan jayesh.jayi...@gmail.com wrote: 2010/3/15 jayesh chavan

Re: [squid-users] squid redirection to local apache

2010-03-15 Thread Henrik Nordström
mån 2010-03-15 klockan 11:22 +0530 skrev jayesh chavan: Hi, My apache is listening on port 80.Also port 80 is included in ssl_ports option.The options in squid config. are: Why in ssl_ports? Is this a normal proxy or a reverse proxy? Is the Apache to be used as a proxy or as a web

Re: [squid-users] squid redirection to local apache

2010-03-15 Thread jayesh chavan
2010/3/15 jayesh chavan jayesh.jayi...@gmail.com: Hi,   squid is used as normal proxy.Port 80 is in ssl ports by default.Apache has to be used only to serve some requested files by squid as squid can not deliver it. Regards,  Jayesh

Re: [squid-users] squid redirection to local apache

2010-03-15 Thread jayesh chavan
Hi, Its not ssl it is safe_ports. Regards, Jayesh On Mon, Mar 15, 2010 at 3:21 PM, jayesh chavan jayesh.jayi...@gmail.com wrote: 2010/3/15 jayesh chavan jayesh.jayi...@gmail.com: Hi,   squid is used as normal proxy.Port 80 is in ssl ports by default.Apache has to be used only to serve

[squid-users] squid redirection to local apache

2010-03-14 Thread jayesh chavan
Hi, I can access my apache server from local browser.But redirection to it using squid not working.My redirect program is: #!c:/perl/bin/perl.exe # enable buffer autoflush $|=1; # read from standard input while () { # perform string substitution:

Re: [squid-users] squid redirection to local apache

2010-03-14 Thread Amos Jeffries
jayesh chavan wrote: Hi, I can access my apache server from local browser.But redirection to it using squid not working.My redirect program is: #!c:/perl/bin/perl.exe # enable buffer autoflush $|=1; # read from standard input while () { # perform string substitution:

Re: [squid-users] squid redirection to local apache

2010-03-14 Thread Henrik Nordström
sön 2010-03-14 klockan 21:56 +1300 skrev Amos Jeffries: What that script you posted does (in a very inefficient way) is the same as this that you have already been told you needed to do: cache_peer 127.0.0.1 parent 80 0 name=local acl ewq dstdomain www.ewq.com cache_peer_access

[squid-users] squid redirection to local apache

2010-03-14 Thread jayesh chavan
Hi, I have to use redirect program only as it is requirement of my project.So please tell me how should be request forwarded to apache using redirect program only.It is giving error that access is not allowed. Regards, Jayesh

Re: [squid-users] squid redirection to local apache

2010-03-14 Thread Henrik Nordstrom
sön 2010-03-14 klockan 19:34 +0530 skrev jayesh chavan: Hi, I have to use redirect program only as it is requirement of my project.So please tell me how should be request forwarded to apache using redirect program only.It is giving error that access is not allowed. What does your

Re: [squid-users] squid redirection to local apache

2010-03-14 Thread jayesh chavan
Hi, My apache is listening on port 80.Also port 80 is included in ssl_ports option.The options in squid config. are: http_port 8080 http_access allow manager localhost http_access allow localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports