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

2010-02-09 Thread David Cotter
Mon, Feb 1, 2010 at 11:29 AM, Brian Mearns wrote: > 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

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 bi

[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