Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 18731 invoked from network); 20 Dec 2005 19:44:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Dec 2005 19:44:09 -0000 Received: (qmail 53685 invoked by uid 500); 20 Dec 2005 19:35:20 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 53673 invoked by uid 500); 20 Dec 2005 19:35:20 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 53662 invoked by uid 99); 20 Dec 2005 19:35:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 11:35:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.255.53.2] (HELO auth-fl-mail1.commandsoftware.com) (66.255.53.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 11:35:17 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 20 Dec 2005 14:36:24 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Virtual Hosting and Authentication Thread-Index: AcYFfTKQ5pY0bdijQPuKArkB3cOvqQAHoGCA From: "Arthur DiSegna" To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Virtual Hosting and Authentication X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am having a problem with this configuration. I get prompted for to login when trying the 2nd VirtualHost (vhost2). What am I missing?=20 Thanks in advance... ServerName vhost1.mydomain.com DocumentRoot "/var/webroot/pw/" Order allow,deny Allow from all AuthType Basic AuthLDAPAuthoritative On =09 AuthName "Enterprise Server" AuthLDAPURL "ldap://192.168.0.2 192.168.0.3/?cn" require ldap-group cn=3Dgrp1, O=3DUSA=20 require ldap-group cn=3Dgrp2, O=3DUSA require ldap-group cn=3Dgrp3, O=3DUSA require ldap-group cn=3Dgrp4, O=3DUSA ServerName vhost2.mydomain.com DocumentRoot "/var/webroot/enc/" Order deny,allow Allow from all Options +indexes =09 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org