in reply to user authentication using unix password file
It is possible to configure Apache so that it uses Unix Ids and passwords for authentication, but most experts strongly recommend against doing so.
So the answer is yes, it is at least possible.
# Check that a password is correct $pwdFile->htCheckPassword("zog", "password");
|
|---|