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

Reply via email to