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:
>>>>
>>> À : 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
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
> -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:
> >
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
$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
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