RE: [EMAIL PROTECTED] Protecting a vhost with basic_auth

2006-10-04 Thread Germer, Carsten
Yay! >-Original Message- >From: Vinay Y S [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 04, 2006 4:19 PM >To: users@httpd.apache.org >Subject: Re: [EMAIL PROTECTED] Protecting a vhost with basic_auth > > >At the end of the virtual host section, put this s

Re: [EMAIL PROTECTED] Protecting a vhost with basic_auth

2006-10-04 Thread Vinay Y S
At the end of the virtual host section, put this section AuthType basic AuthName "Login to Secure Bunker" # put the auth provider configuration here Require valid-user HTH, Vinay Y S On 10/4/06, Germer, Carsten <[EMAIL PROTECTED]> wrote: Hello, today I have an, hopefully, easier question :)

[EMAIL PROTECTED] Protecting a vhost with basic_auth

2006-10-04 Thread Germer, Carsten
Hello, today I have an, hopefully, easier question :) In my configuration there's a vhost with ServerNames, -Aliases, a document root, and rewriterules for serving dynamic content. Now I want to have a basic_auth before anything else, you should have to log in before you get to any of the directo