[]Dave_L said:
I have a book on Apache that illustrates how to do this by creating a custom Apache module. It doesn't look too difficult, but I no longer have a dedicated server, so I can't experiment with it. [/]
any takers???? I think you could become famous by fixing an authentication module that simply calls some arbitrary file, passes username and password, and waits for a response: "yes" or "not approved, reason is ...."
This way people could easily write authentication scripts with any database.
I am sure someone allows you to use their server, or better just install linux dual boot on your own computer!!
Give me the link on "how to write a module", maybe this is the excuse I need to revive some of my programming skills.
This needs what? c++? c?? perl would do??