On Mon, 8 Nov 2010 09:00:43 -0500 Todd Simons <[email protected]> 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
