Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: Using authentication under Apache for Cygwin Date: Tue, 30 Sep 2003 14:37:36 -0700 Lines: 60 Message-ID: References: <1681 DOT 1064900817 AT www31 DOT gmx DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en In-Reply-To: <1681.1064900817@www31.gmx.net> S. L. wrote: > [...] > >> # Secure addbug form >> >> AuthName "permission to add a bug" >> AuthType Basic >> AuthUserFile /etc/apache/addbug_users >> Require valid-user >> >> >> However that fails to work. > > [...] > > An "AllowOverride AuthConfig" directive, must also be placed. E.g. > > > Options Indexes FollowSymLinks > AllowOverride AuthConfig > order deny,allow > allow from all > > > and placing all authentication stuff in .htaccess, should do it. Actually my had AllowOverried all. I tried: # Secure addbug form Options Indexes FollowSymLinks AllowOverride AuthConfig order deny,allow allow from all AuthName "permission to add a bug" AuthType Basic AuthUserFile /etc/apache/addbug_users Require valid-user And # Secure addbug form Options Indexes FollowSymLinks AllowOverride AuthConfig order deny,allow allow from all # AuthName "permission to add a bug" # AuthType Basic # AuthUserFile /etc/apache/addbug_users # Require valid-user With the .htaccess file. Neither method worked. I was allowed in without any authentication. === There's too much blood in my caffeine system. -- 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/