[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Site get slow after adding .htaccess
- Subject: RE: [cobalt-users] Site get slow after adding .htaccess
- From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
- Date: Sat Jan 12 07:33:02 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> Here is a copy of my .htaccess file:
> #Access file
> order allow,deny
> allow from all
> require valid-user site110
> Authname "INTRANET"
> Authtype Basic
> AuthAuthoritative off
>
> Oh. By the way..
> speed on site outside the secured area is very high...
>
I'm not familiar with "AuthAuthoritative off" on a Cobalt. Here's a typical
Cobalt .htaccess "protection" file.
# Access file
order allow,deny
allow from all
require valid-user
Authname cgi-bin
AuthPAM_Enabled off
Authtype Basic
AuthUserFile /home/sites/site#/path/to/.htpasswd
If you take out the AuthPAM_Enabled off line, I believe any siteadmin
username and password should work.
--
Dan Kriwitsky