views:

144

answers:

1

I would like to protect a directory and authenticate users against a mysql database. I am using lighttpd and haven't been able to find a way of doing so. Is it possible?

+1  A: 
jcinacio
Does this mean I need to run the php script every time a username/password combination has been updated to ensure the password file is in sync? Ideally I would like lighttpd to use a php script as a go between
James
I think i get what you mean, (have lighttpd "run" the php script to get the data? i could be mistaken but i don't think it's possible, so that leaves updating the file when users/passwords change.
jcinacio