Thread
:
Can I put two AuthUserFile directives in one .htaccess file?
View Single Post
11-13-2006, 03:10 AM
darksoul
Confirmed User
Join Date: Apr 2002
Location: /root/
Posts: 4,997
nope
it can only read from one file.
What you can do is have a script concat those two files into one:
Code:
#!/bin/sh cat /home/.htpasswd1 /home/.htpasswd2 > /home/.htpasswd3
run this by cron every minute
and use the resulting file as AuthUserFile
__________________
1337 5y54|)m1n: 157717888
BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
Cambooth
darksoul
View Public Profile
Find More Posts by darksoul