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
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
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