View Single Post
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