Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-01-10, 09:48 AM   #1
codemonkey
WHO IS FONZY!?! Don't they teach you anything at school?
 
Join Date: Oct 2004
Posts: 44
Send a message via ICQ to codemonkey Send a message via Yahoo to codemonkey
Accessing 2 AuthUserFiles using htaccess?

Been racking my brains and googling for a couple of hours but so far i can't figure out how to do this.

I've got 2 htpasswd files on one server and I want to authenticate users against them. They have to be in 2 different files because one site that we have allows access to all our sites, which comes from a central location. The other file is for each individual site.

When I use this htaccess

AuthUserFile /path/to/htpasswd1
AuthUserFile /path/to/htpasswd2

It only authenticates users that are in htpasswd2 and ignores the htpasswd1 file

Anybody have any experience doing this and if so would they be kind enough to share

Thanks!
__________________
BBW modelling competitions
codemonkey is offline   Reply With Quote
Old 2005-01-10, 10:37 AM   #2
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
I ran into that problem a long time ago, and at that time it wasn't possible without any custom or 3rd party modules. I ended up making a quick cron that ran once a minute instead.

Put this in your crontab

* * * * * cat /path/to/htpasswd1 /path/to/htpasswd2 > /path/to/htpasswd3

Now htpasswd3 will contain both htpasswd1 and 2.


So now your htpasswd will contain this instead:

AuthUserFile /path/to/htpasswd3
swedguy is offline   Reply With Quote
Old 2005-01-10, 11:42 AM   #3
codemonkey
WHO IS FONZY!?! Don't they teach you anything at school?
 
Join Date: Oct 2004
Posts: 44
Send a message via ICQ to codemonkey Send a message via Yahoo to codemonkey
Swedguy

Thanks very much that should do the job i already have a cron job running that sends the htpasswd file to the other server so this other cron job will complete the masterpiece.

Thanks again!
__________________
BBW modelling competitions
codemonkey is offline   Reply With Quote
Old 2005-01-10, 12:07 PM   #4
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
np
swedguy is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:31 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc