Hello, I am doing a simple SQL RewriteMap, and I cannot seem to get mod_dbd to connect to a proper database. How do I tell apache to connect to a certain host, database and user/pass to execute an SQL string query??
Here is the whole documentation: http://httpd.apache.org/docs/2.2/mod/mod_dbd.html. You should use DBDParams to specify the right parameters: Regards