RE: [users@httpd] Apache proxy server - in case of wrong credentials, getting 401 instead of 407

2011-11-18 Thread Boris B
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: icici...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] Apache proxy

RE: [users@httpd] Apache proxy server - in case of wrong credentials, getting 401 instead of 407

2011-11-17 Thread Boris B
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

Re: [users@httpd] Apache proxy server - in case of wrong credentials, getting 401 instead of 407

2011-11-17 Thread Igor Cicimov
So where are your Proxy commands? On Fri, Nov 18, 2011 at 4:42 AM, Boris B bb14...@hotmail.com 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

Re: [users@httpd] Apache proxy server - in case of wrong credentials, getting 401 instead of 407

2011-11-16 Thread Tom Evans
On Wed, Nov 16, 2011 at 12:26 AM, Boris B bb14...@hotmail.com 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

RE: [users@httpd] Apache proxy server - in case of wrong credentials, getting 401 instead of 407

2011-11-16 Thread Boris B
Tom, thank you. Boris Date: Wed, 16 Nov 2011 12:49:46 + From: tevans...@googlemail.com To: users@httpd.apache.org Subject: Re: [users@httpd] Apache proxy server - in case of wrong credentials, getting 401 instead of 407 On Wed, Nov 16, 2011

[users@httpd] Apache proxy server - in case of wrong credentials, getting 401 instead of 407

2011-11-15 Thread Boris B
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