Re: [us...@httpd] proxy chaining to squid

2010-02-09 Thread Tom Evans
r [mailto:davidcot...@gmail.com] >>>> Envoyé : lundi 1 février 2010 11:30 >>>> À : users@httpd.apache.org >>>> Objet : Re: [us...@httpd] proxy chaining to squid >>>> >>>> n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: >>>>

Re: [us...@httpd] proxy chaining to squid

2010-02-09 Thread David Cotter
>>> À : users@httpd.apache.org >>> Objet : Re: [us...@httpd] proxy chaining to squid >>> >>> n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: >>> > $quoted_author = "David Cotter" ; >>> >> >>> >> I hav

Re: [us...@httpd] proxy chaining to squid

2010-02-01 Thread Brian Mearns
On Mon, Feb 1, 2010 at 5:33 AM, Emmanuel Bailleul wrote: > > >> -Message d'origine- >> De : David Cotter [mailto:davidcot...@gmail.com] >> Envoyé : lundi 1 février 2010 11:30 >> À : users@httpd.apache.org >> Objet : Re: [us...@httpd] proxy chaini

RE: [us...@httpd] proxy chaining to squid

2010-02-01 Thread Emmanuel Bailleul
> -Message d'origine- > De : David Cotter [mailto:davidcot...@gmail.com] > Envoyé : lundi 1 février 2010 11:30 > À : users@httpd.apache.org > Objet : Re: [us...@httpd] proxy chaining to squid > > n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: > >

Re: [us...@httpd] proxy chaining to squid

2010-02-01 Thread David Cotter
n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: > $quoted_author = "David Cotter" ; >> >> I have two virtual hosts and a squid proxy running. I want to be able to use >> the squid proxy on port 80 though it is running on 3128. > > Why? If you describe a bit more exactly what you are trying to a

Re: [us...@httpd] proxy chaining to squid

2010-02-01 Thread Martin Barry
$quoted_author = "David Cotter" ; > > I have two virtual hosts and a squid proxy running. I want to be able to use > the squid proxy on port 80 though it is running on 3128. Why? If you describe a bit more exactly what you are trying to achieve it would help us help you. > This does not work I

[us...@httpd] proxy chaining to squid

2010-01-31 Thread David Cotter
I have two virtual hosts and a squid proxy running. I want to be able to use the squid proxy on port 80 though it is running on 3128. I have something like this: NameVirtualHost *:80 Listen 80 ServerName default.com ProxyPass / http://localhost:3128/ ProxyPassReverse / http://localhost:3128/ Pro