They are missing:) I also had problems with my client not sending correct proxy requests - resolved now.
Thank you, Boris ________________________________ > Date: Fri, 18 Nov 2011 10:27:04 +1100 > From: [email protected] > To: [email protected] > Subject: Re: [users@httpd] Apache proxy server - in case of wrong > credentials, getting 401 instead of 407 > > So where are your Proxy commands? > > On Fri, Nov 18, 2011 at 4:42 AM, Boris B > <[email protected]<mailto:[email protected]>> wrote: > > Hi, > > I am trying to setup very basic forward proxy. > I have changed configuration file as follows: > > > > LoadModule auth_digest_module > modules/mod_auth_digest.so > > LoadModule proxy_module modules/mod_proxy.so > > LoadModule proxy_http_module > modules/mod_proxy_http.so > > LoadModule ssl_module modules/mod_ssl.so > > > ProxyRequests On > ProxyVia On > > <Directory /> > AuthType Basic > AuthDigestDomain / > AuthDigestAlgorithm MD5 > AuthDigestNcCheck Off > AuthName "WS Group@ipoffice" > AuthUserFile C:/pwd.txt > Require valid-user > </Directory> > > > I am still getting 401 instead of 407! > And generally, from the way it works, I do not think that server is > configured as proxy > > Do I miss anything? > > Thank you, > Boris > > > ---------------------------------------- > > Date: Wed, 16 Nov 2011 12:49:46 +0000 > > From: [email protected]<mailto:[email protected]> > > To: [email protected]<mailto:[email protected]> > > Subject: Re: [users@httpd] Apache proxy server - in case of wrong > credentials, getting 401 instead of 407 > > > > On Wed, Nov 16, 2011 at 12:26 AM, Boris B > <[email protected]<mailto:[email protected]>> wrote: > > > > > > > > > Hi, > > > > > > I have a very simple setup: Apache back-end server running behind > Apache reverse proxy server. > > > Using 2.2.21 and running on Windows XP. > > > > > > Generally, it is working as expected - traffic reaching back-end > via proxy and responses from back-end server returning to the client. > > > Basic and Digest authentication working fine (based on AuthType value) > > > > > > The problem: When I send wrong credentials, proxy server replies > with error 401 instead of 407, and sending "Authentication" header > instead of "Proxy-Authentication" header. > > > > > > > Why is that unexpected? It's a reverse proxy, not a forward proxy. It > > would only send Proxy-Authentication if it was a forward proxy. > > > > Cheers > > > > Tom > > > > --------------------------------------------------------------------- > > 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: > [email protected]<mailto:[email protected]> > > " from the digest: > [email protected]<mailto:[email protected]> > > > For additional commands, e-mail: > [email protected]<mailto:[email protected]> > > > > --------------------------------------------------------------------- > 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: > [email protected]<mailto:[email protected]> > " from the digest: > [email protected]<mailto:[email protected]> > > For additional commands, e-mail: > [email protected]<mailto:[email protected]> > > --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
