[users@httpd] Apache 2.4 reverse proxy with digest authentication and macros

2016-09-12 Thread Emanuele Bastianelli
Hi, I'm having a problem configuring Apache 2.4 as a reverse proxy with Digest Authentication. The strange behaviour is that if I activate the reverse proxy directives, the authentication stops working. For design reasons, I'm using mod_macro. These are my config files: macro.conf

Re: [users@httpd] AuthName with expression in Apache 2.4

2016-09-12 Thread Emanuele Bastianelli
Ok, thank you. I think I'll stick with stable versions for now, trying to find some workaround. 2016-09-12 13:33 GMT+01:00 Luca Toscano : > Hi Emanuele, > > 2016-09-12 12:35 GMT+02:00 Emanuele Bastianelli : > >> According to the documentation >> <https:/

Re: [users@httpd] Apache 2.4 mod_macro does not instantiate all the defined Macros

2016-09-12 Thread Emanuele Bastianelli
RealmQuery the call to the MD5 function is wrong. I write this for whoever will read this thread in the future. 2016-09-12 12:23 GMT+01:00 Luca Toscano : > Hi Emanuele, > > 2016-09-12 12:42 GMT+02:00 Emanuele Bastianelli : > >> I'm using Apache 2.4 with mod_macro. Accordi

[users@httpd] Apache 2.4 mod_macro does not instantiate all the defined Macros

2016-09-12 Thread Emanuele Bastianelli
I'm using Apache 2.4 with mod_macro. According to the documentation , it is possible to instantiate several macro, in order to not to rewrite the same block of configuration. Example from the documentation: ServerName $domain Server

[users@httpd] AuthName with expression in Apache 2.4

2016-09-12 Thread Emanuele Bastianelli
According to the documentation , in apache 2.5 it should be possible to use expressions in the AuthName directive when performing authentication, e.g. AuthName "%{REQUEST_URI}" In this case, it should be possible to treat dynam

[users@httpd] AuthDBDUserRealmQuery direcrive looking for AuthDBDUserPWQuery

2016-08-18 Thread Emanuele Bastianelli
Hi, I'm using Apache 2.4.7 on Ubuntu 14.04 and I need to use the mode mod_auth_dbd with the AuthDBDUserRealmQuery. I have mysql installed and working. I followed the documentation, activated all the needed apache modules (hopefully), and configured the 000-default.conf file, under the VirtualHost