DBDriver mysql#Connection string: database name and login credentials
DBDParams "host=mysql.my.domain.com dbname=stats user=stats password=stats" #Parameters for Connection Pool Management DBDMin 1 DBDKeep 2 DBDMax 10 DBDExptime 60 #Authentication Section <Directory /home/websites/my.domain.com/htdocs/stats> #mod_auth configuration for authn_dbd Options All AllowOverride none AuthType Basic AuthName "Statistics" AuthBasicProvider dbd #authz configuration Require valid-user #SQL query to verify a user #(note: DBD drivers recognise both stdio-like %s and native syntax)AuthDBDUserPWQuery "select linux_password from employees where username = %s AND on2admin = 'Y'"
</Directory> --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx