delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/09/30/01:47:14

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Date: Tue, 30 Sep 2003 07:46:57 +0200 (MEST)
From: "S. L." <s_i_lao AT gmx DOT net>
To: cygwin AT cygwin DOT com
MIME-Version: 1.0
References: <blahja$33i$1 AT sea DOT gmane DOT 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

[...]
> # 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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019