[BlueOnyx:02491] Re: AW-Stats migration
Michael Stauber
mstauber at blueonyx.it
Fri Sep 25 22:41:12 -05 2009
Hi Darrell,
> I must have tweaked my script after I installed in the old BQ server,
> because it also creates an .htaccess file to restrict unwanted users from
> getting to the data. The .htaccess file it creates looks like this:
>
> #Access file
> AuthType Basic
> AuthName AwStats
> AuthExternal pwauth
> require valid-user
>
> Is that valid for BX as well?
See /root/PAM_AUTH_EXTERNAL.READ-ME on your BlueOnyx for a how-to. The
following methods are supported:
1) Basic configuration for any users:
AuthAuthoritative on
AuthType Basic
AuthName Your_Eyes_only
AuthExternal pwauth
require valid-user
2) Only allow 1 specific user to authenticate
AuthAuthoritative on
AuthType Basic
AuthName Your_Eyes_only
AuthExternal pwauth
require valid-user USERNAME_HERE
3) Allow group authentication
AuthAuthoritative on
AuthType Basic
AuthName Your_Eyes_only
AuthExternal pwauth
GroupExternal unixgroup
require group site1
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list