[ale] Apache .htaccess

Gary Maltzen maltzen at mm.com
Mon Jun 19 16:31:08 EDT 2000


You need to have the "AuthConfig" feature of "AllowOverride" enabled
for any directory (tree) using ".htaccess" authentication

Something like this in /etc/httpd/conf/httpd.conf

 <Directory /home/quadserv/members>
   AllowOveride AuthConfig
   Options MultiViews Indexes IncludesNoExec
   Order allow,deny
   Deny from all
 </Directory>

----- Original Message -----
From: Patrick <ptc at quadserv.com>
To: ale at ale.org
To: <ale at ale.org>
Sent: Sunday, June 18, 2000 10:46 PM
Subject: [ale] Apache .htaccess


> I was trying to set up a password protected area on my site. I tried
putting
> the .htaccess in the password protected folder. But it gave the following
> error in my error log
> "[Sun Jun 18 16:34:50 2000] [alert] [client 209.187.165.235]
> /home/quadserv/members/.htaccess: AuthUserFile not allowed here"
>
> I then tried putting the file in the home directory with the <Directory
> /home/quadserv/members/>. It gave the error
> "[Sun Jun 18 16:40:14 2000] [alert] [client 209.187.165.235]
> /home/quadserv/.htaccess: <Directory not allowed here"
>
>
> I think my server is misconfigured to have .htaccess files in any
directory.
> I am using redhat-6.1 and apache 1.3.9


--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.





More information about the Ale mailing list