
devraj at gmail
Nov 20, 2009, 3:16 PM
Post #3 of 4
(408 views)
Permalink
|
|
Re: Can mod_proxy authenticate against another proxy (squid) server?
[In reply to]
|
|
Hi Nick, On Sat, Nov 21, 2009 at 10:14 AM, Nick Kew <nick [at] webthing> 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 [at] httpd " from the digest: users-digest-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd
|