Nick-
Thanks

Here is a sample from the logs:
10.x.x.254 - - [08/Nov/2010:14:27:50 -0500] "GET 
/app/environment/EdiImportService HTTP/1.1" 500 532

The back end owns the user database and prompts for basic authentication.   It 
seems like the Apache in the middle doesn't know how to pass that basic auth to 
the user:
Works:          [BackEnd]{Basic Auth}<---FireFox(OnApacheServer)
Fails:          [BackEnd]{Basic 
Auth}<---[ModProxyOnApacheServer]<-----FireFox(On External Client)

How do I turn on Authentication with "<location>", will it then handle the 
request for authentication from the back end and pass it to the end user?  ...I 
do NOT want to manage users on the Apache Server.

~Todd

-----Original Message-----
From: Nick Kew [mailto:n...@webthing.com]
Sent: Monday, November 08, 2010 12:47 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] RE: Mod_Proxy with Basic Authentication on Target

On Mon, 8 Nov 2010 09:00:43 -0500
Todd Simons <tsim...@delphi-tech.com> wrote:

> Does anyone have any ideas?

What does the error log say?

> We have an internal application that uses basic authentication (the browser 
> prompts the user for login).   We need to make this publically available 
> using Apache Reverse Proxies.
>
> Does anyone know how to prompt and pass through the Basic Authentication?   
> When I try to access the page via the Apache Reverse Proxy I get a 500 error, 
> instead of a login box

If you want the proxy to authenticate, just configure authentication within
a <Location> for the reverse proxy.  If the backend is authenticating, the
proxy has nothing to do.

--
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


CONFIDENTIALITY NOTICE
This e-mail message from Delphi Technology, Inc. is intended only for the 
individual or entity to which it is addressed. This e-mail may contain 
information that is privileged, confidential and exempt from disclosure under 
applicable law. If you are not the intended recipient, you are hereby notified 
that any dissemination, distribution or copying of this communication is 
strictly prohibited. If you received this e-mail by accident, please notify the 
sender immediately and destroy this e-mail and all copies of it.

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to