Re: [users@httpd] Using "AddHandler" with "mod_proxy"

2021-08-04 Thread Natassia
On Thursday, August 5th, 2021 at 02:50, Eric Covener wrote: > > It looks like types set via RewriteRule H= flag will override the type > > set by mod_mime/AddHandler. Hi Eric, Unable to create my Handler with a rule :-( In the Apache documentation, I understand that it is to force with a Handle

Re: [users@httpd] Using "AddHandler" with "mod_proxy"

2021-08-04 Thread Eric Covener
On Wed, Aug 4, 2021 at 8:35 PM Natassia wrote: > > Hello, > > I have a situation that I am trying to resolve since Monday. > > I am starting to deploy PHP-FPM on a server infrastructure. > Until now, I was using a .htaccess to change the PHP version in a folder. > > AddHandler application/x-httpd-

[users@httpd] Using "AddHandler" with "mod_proxy"

2021-08-04 Thread Natassia
Hello, I have a situation that I am trying to resolve since Monday. I am starting to deploy PHP-FPM on a server infrastructure. Until now, I was using a .htaccess to change the PHP version in a folder. AddHandler application/x-httpd-php74 .php With FPM in socket, it is impossible to use this sy