[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Site get slow after adding .htaccess



I'm stupid... ...
You have included "AuthUserFile /home/sites/site#/path/to/.htpasswd" 
at the
boof the .htaccess script
Do i need o have a .htpasswd file in my directory as well?
Best regards
Kjartan


----- Original Message -----
From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Saturday, January 12, 2002 4:30 PM
Subject: RE: [cobalt-users] Site get slow after adding .htaccess


> >
> > 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
> 
>
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>