Apache module for RemoteDB server

Gday,

Would you possibly have a sample that shows how to setup an Apache module to connect to a MySQL db via RemoteDB, please? If there is already documentation covering this, where can I find it?

Thanks!

Pat Heuvel

Hi Pat,


Unfortunately RemoteDB does not work with Apache modules. RemoteDB is mostly stateless, but if the client open transactions, then it has to keep track of open transactions server side, and Apache doesn't allow that. For Linux side with RemoteDB, you should use Indy-based dispatchers.

Thanks for the response. That's sad. Would you possibly have a sample of such an Indy-based solution, please?

Sure, here is the topic covered in documentation: