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

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
Eric, On 8/4/21 18:35, Christopher Schultz wrote: Eric, On 8/4/21 14:14, Christopher Schultz wrote: Eric, On 8/4/21 13:18, Eric Covener wrote: On Wed, Aug 4, 2021 at 12:59 PM Christopher Schultz wrote: Reic, On 8/4/21 11:17, Eric Covener wrote: On Wed, Aug 4, 2021 at 11:08 AM Christophe

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
Eric, On 8/4/21 14:14, Christopher Schultz wrote: Eric, On 8/4/21 13:18, Eric Covener wrote: On Wed, Aug 4, 2021 at 12:59 PM Christopher Schultz wrote: Reic, On 8/4/21 11:17, Eric Covener wrote: On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz wrote: All, Can httpd automatically se

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
Eric, On 8/4/21 13:18, Eric Covener wrote: On Wed, Aug 4, 2021 at 12:59 PM Christopher Schultz wrote: Reic, On 8/4/21 11:17, Eric Covener wrote: On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz wrote: All, Can httpd automatically set Keep-Alive response header based upon the KeepAliv

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Eric Covener
On Wed, Aug 4, 2021 at 12:59 PM Christopher Schultz wrote: > > Reic, > > On 8/4/21 11:17, Eric Covener wrote: > > On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz > > wrote: > >> > >> All, > >> > >> Can httpd automatically set Keep-Alive response header based upon the > >> KeepAlive and other

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
Reic, On 8/4/21 11:17, Eric Covener wrote: On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz wrote: All, Can httpd automatically set Keep-Alive response header based upon the KeepAlive and other configuration settings? Something like this: HTTP/1.1 200 OK Server: Apache/2 Date: Wed, 04 A

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Eric Covener
On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz wrote: > > All, > > Can httpd automatically set Keep-Alive response header based upon the > KeepAlive and other configuration settings? > > Something like this: > > HTTP/1.1 200 OK > Server: Apache/2 > Date: Wed, 04 Aug 2021 15:00:00 GMT > Conten

[users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
All, Can httpd automatically set Keep-Alive response header based upon the KeepAlive and other configuration settings? Something like this: HTTP/1.1 200 OK Server: Apache/2 Date: Wed, 04 Aug 2021 15:00:00 GMT Content-Length: 12345 Connection: keep-alive Keep-Alive: timeout=5; max=100 I'm int