Help - Search - Members - Calendar
Full Version: Reusing AuthUserfile
The Planet Forums > System Administration > Server Hardware > RaQ Support
madsere
I've just installed mod_throttle and need to make an AuthUserfile with the user i want to give access to the admin of this.

Instead of creating a new user, I though I would just reuse the one automatically maintained by the Raq -- BUT WHERE IS IT ?

I looked everywhere but dont find it - probably I dont look for the right name or something.

I am talking about the file that controls user/passwd for when you login to the Raq admin server. It seems to be maintained by teh CP automatically and might as well be reused. It's traditionally called .htpasswd.
RS-Mark
The cp does not use a .htpasswd file it uses this .htaccess. I hope this helps


#Copy of the cobalt .htaccess for the cp
(require group site[#])
order allow,deny
allow from all
require group site[#] admin
Authname CobaltRaQ
Authtype Basic
#replace [#] with the site number

You should be able to use the same type of authentication as is used here.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.