From: Ruairi Newman (bofh at domain tech-mad.org)
Date: Thu 21 Jun 2001 - 12:51:05 IST
I had something similar to this on a RH6.2 box here recently. In the end,
I gave up in .htaccess files and added appropriate entries to the httpd.conf
file in <Directory> tags. i.e.
<Directory /home/httpd/html/video>
<LIMIT GET POST>
AuthType Basic
AuthName video
AuthUserFile /etc/httpd/conf/users
require valid-user
</LIMIT>
AllowOverride All
</Directory>
This any use to you?
Rgds,
Ruairi
----- Original Message -----
From: "Niall O Broin" <niall at domain linux.ie>
To: <ilug at domain linux.ie>
Sent: Thursday, June 21, 2001 12:25 PM
Subject: [ILUG] .htaccess files being ignored
> I have a situation on an Apache server (1.3.19) on a RH6.2 box (though I'm
> sure that's not relevant) where .htaccess files are being ignored. Does
> anyone have any suggestions ? The files are there, they are readable by
the
> user apache is running as, and the config files appear to be set up
> correctly i.e. they're left at pretty much the default as far as access
> control goes, so the access control file name is .htaccess etc.
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:10:48 GMT