You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Devraj Mukherjee <de...@gmail.com> on 2009/11/21 00:16:59 UTC

Re: [users@httpd] Can mod_proxy authenticate against another proxy (squid) server?

Hi Nick,

On Sat, Nov 21, 2009 at 10:14 AM, Nick Kew <ni...@webthing.com> wrote:
> Devraj Mukherjee wrote:
>
>> Can mod_proxy authenticate and route its request against squid or
>> another proxy server?
>
> What authentication method is the squid demanding?  If HTTP-based,
> set the headers in Apache (or if digest, you'd need have to delegate
> to the browser unless you can find a digest-client module).
> If not HTTP, then just allow the clients to authenticate the squid.
>

Thanks for the response. Authentication is set to HTTP.

Is ProxyRemote the proper directive for Apache to use another Proxy
server to get content, when implementing a Reverse proxy?

How do I add headers for outgoing requests?

Any examples or pointers would be greatly appreciated.

-- 
"The secret impresses no-one, the trick you use it for is everything"
- Alfred Borden (The Prestiege)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Can mod_proxy authenticate against another proxy (squid) server?

Posted by Nick Kew <ni...@webthing.com>.
Devraj Mukherjee wrote:

> How do I add headers for outgoing requests?

with mod_headers, for example.

The rate you're asking questions, you should be on IRC
rather than the mailinglist.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org