[users@httpd] MySQL authentication and SSL Config problem

2014-12-02 Thread Dennis Putnam
I have a directory set up to do MySQL authentication. At the same time I want to encrypt pages in that directory. My config for that virtual host is: LoadModule dbd_module modules/mod_dbd.so LoadModule authn_dbd_module modules/mod_authn_dbd.so VirtualHost *:80 DocumentRoot /var/www/html

Re: [users@httpd] MySQL authentication and SSL Config problem

2014-12-02 Thread Igor Cicimov
On 03/12/2014 1:15 AM, Dennis Putnam d...@bellsouth.net wrote: I have a directory set up to do MySQL authentication. At the same time I want to encrypt pages in that directory. My config for that virtual host is: LoadModule dbd_module modules/mod_dbd.so LoadModule authn_dbd_module