[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] Access control with source IP addresses

2014-12-02 Thread Bu Xiaobing
Hi MegaBrutal, Thansk for your answer, the version of our installed apache httpd is 2.2.15-39.el6.centos. We already did the access control on the PHP side, and we also want to do this on the apache httpd side to protect our website. Bu Xiaobing On 2014-12-1 21:20, MegaBrutal wrote:

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

[users@httpd] ProxyPass based on time of day

2014-12-02 Thread congo
Hello chiefs, i recall reading about httpd proxy setup where a vhost would use one proxypass before noon and another after noon (for instance). i.e. proxypassing based on what hour it is of the day... however i cant recall where i saw this config, and maybe theres a small chance that its

[users@httpd] mod_userdir question

2014-12-02 Thread Carlos Carcamo
Hello list, hope you're well! I have a dummy question about apache and mod_userdir, I wonder if I can have a website build with a language different to php on my user directory (/home/my_user/public_html/) maybe something build with python, node or another language and then accesing to it with

Re: [users@httpd] ProxyPass based on time of day

2014-12-02 Thread Zimmi
Le 03.12.2014 00:11, congo a écrit : Hello chiefs, i recall reading about httpd proxy setup where a vhost would use one proxypass before noon and another after noon (for instance). i.e. proxypassing based on what hour it is of the day... however i cant recall where i saw this config, and

Re: [users@httpd] mod_userdir question

2014-12-02 Thread Daniel
I am not going into detail about where it is best to place your interpreted files so, since httpd won't be the interpreter in any case, yes you can use the language you want, python,lua or whatever you prefer, just make sure you have the appropriate module loaded that can interpret the language