Re: [EMAIL PROTECTED] Virtual Hosting and Authentication

2005-12-20 Thread Joshua Slive
On 12/20/05, Arthur DiSegna <[EMAIL PROTECTED]> wrote: > Yes, I missed that line. > > NameVirtualHost 192.168.0.10 > > > didn't help... On the second virtual host. > > I don't have the trailing / on the first virtual host and I get prompted > and authenticated with the correct user/pass without a

RE: [EMAIL PROTECTED] Virtual Hosting and Authentication

2005-12-20 Thread Arthur DiSegna
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Tuesday, December 20, 2005 2:40 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Virtual Hosting and Authentication On 12/20/05, Arthur DiSegna <[EMAIL PROTECTED]> wrote: > I am having a problem with th

RE: [EMAIL PROTECTED] Virtual Hosting and Authentication

2005-12-20 Thread Arthur DiSegna
Syntax correction.. Leave out ldap... require group cn=grp1, O=USA require group cn=grp2, O=USA require group cn=grp3, O=USA require group cn=grp4, O=USA I am having a problem with this configuration. I get prompted for to login when trying the 2nd VirtualHost (vhost2

Re: [EMAIL PROTECTED] Virtual Hosting and Authentication

2005-12-20 Thread Joshua Slive
On 12/20/05, Arthur DiSegna <[EMAIL PROTECTED]> wrote: > I am having a problem with this configuration. I get prompted for to > login when trying the 2nd VirtualHost (vhost2). What am I missing? Do you have a NameVirtualHost directive? > That should be . Joshua.