Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 30 Sep 2003 07:46:57 +0200 (MEST)
From: "S. L." <s_i_lao@gmx.net>
To: cygwin@cygwin.com
MIME-Version: 1.0
References: <blahja$33i$1@sea.gmane.org>
Subject: Re: Using authentication under Apache for Cygwin
X-Priority: 3 (Normal)
X-Authenticated: #6551723
Message-ID: <1681.1064900817@www31.gmx.net>
X-Flags: 0001
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

[...]
> # Secure addbug form
> <Directory "//sonscentral/users/adefaria/www/Internal/Release/addbug/">
>     AuthName "permission to add a bug"
>     AuthType Basic
>     AuthUserFile /etc/apache/addbug_users
>     Require valid-user
> </Directory>
> 
> However that fails to work.
[...]

An "AllowOverride AuthConfig" directive, must also be placed.
E.g. 

<Directory "/your/directory/here">
    Options Indexes FollowSymLinks
    AllowOverride AuthConfig
    order deny,allow
    allow from all
</Directory>
 
and placing all authentication stuff in .htaccess, should do it.

SLao

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

