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?
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
2009-09-26 11:56:39
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
2009-09-26 13:57:56