Re: [users@httpd] Slow Apache 2.4 server

2018-06-22 Thread Jørn
On Friday, June 22, 2018 09:18:02 Gryzli Bugbear wrote: > Hi, > > Yes, it is expected php to be faster and your hardware-stronger server > to perform better, but there is a problem , which has to be diagnosed, > and from my experience, while troubleshooting everything should be > checked and nothi

Re: [users@httpd] Slow Apache 2.4 server

2018-06-22 Thread Suvendu Sekhar Mondal
On Fri, Jun 22, 2018, 9:24 PM Richard wrote: > > > > Date: Thursday, June 21, 2018 20:06:16 +0200 > > From: Jørn > > > > On Thursday, June 21, 2018 08:11:02 Gryzli Bugbear wrote: > >> Hi, > >> > >> Maybe you should first find where the slowness come from (most > >> probably it is php, rather tha

[users@httpd] Is apache httpd 2.4.33 support redirecting internally to another server based on proxy response.

2018-06-22 Thread Shiva Kumar
Hi All, I have googled lot on configuring httpd to redirect internally without exposing the redirection to client but could not able to get it. Is there any way to hide redirection from client? Thanks Shiva - To unsubscri

Re: [users@httpd] Slow Apache 2.4 server

2018-06-22 Thread Richard
> Date: Thursday, June 21, 2018 20:06:16 +0200 > From: Jørn > > On Thursday, June 21, 2018 08:11:02 Gryzli Bugbear wrote: >> Hi, >> >> Maybe you should first find where the slowness come from (most >> probably it is php, rather than Apache). > > That was in my mind, but tests show that PHP is

RE: [users@httpd] https not working

2018-06-22 Thread Richard
If "the request never reaches the server" then it's most likely a firewall issue. You should try to telnet to port 443 from a) the localhost, b) a machine on the same network, c) a machine on a different (ideally external) network. If you get a "hang", as opposed to "connection refused", then it's

RE: [users@httpd] https not working

2018-06-22 Thread Mahmood Naderan
No Idea? I have stuck at that…. Regards, Mahmood From: Mahmood Naderan Sent: Thursday, June 21, 2018 12:59 PM To: Alex K; users@httpd.apache.org Subject: RE: [users@httpd] https not working Have you enabled ssl and rewrite modules? I would verify also that there is no firewall blocking 443.

[users@httpd] Re: brotli module loaded but doesn't work

2018-06-22 Thread Christophe Jaillet
Le 22/06/2018 à 09:52, Michael A. Peters a écrit : > On 06/22/2018 12:35 AM, Michael A. Peters wrote: > *snip* > > Okay looks like a difference between what is actually in Apache and what > websites idicate. > > Seems with the code in Apache, for the filter BROTLI_COMPRESS is correct > - not BROTL

Re: [users@httpd] enforce 503 response using RewriteRule or Redirect due to temporary maintenance

2018-06-22 Thread Yann Ylavic
On Fri, Jun 22, 2018 at 12:22 PM, Hendrik Harms wrote: > > Redirect maintenance "/errmsg/maintenance" I don't think "maintenance" is a valid keyword (it may be interpreted as an expression), what about: Redirect 503 "/errmsg/maintenance" ? Regards, Yann. -

[users@httpd] enforce 503 response using RewriteRule or Redirect due to temporary maintenance

2018-06-22 Thread Hendrik Harms
The configuration directives "RewirteRule" and "Redirect" are having flags to send a FORBIDDEN or GONE response but I need something to send a 503 service_unavailable response to keep away traffic from my proxied backends during maintenance work. The idea is to use a RewriteMap for this cause I co

Re: [users@httpd] brotli module loaded but doesn't work

2018-06-22 Thread Michael A. Peters
On 06/22/2018 12:35 AM, Michael A. Peters wrote: *snip* Okay looks like a difference between what is actually in Apache and what websites idicate. Seems with the code in Apache, for the filter BROTLI_COMPRESS is correct - not BROTLI. Not sure about setting compression level and window size

[users@httpd] brotli module loaded but doesn't work

2018-06-22 Thread Michael A. Peters
Apache 2.4.33 compiled from source (built as rpm) with --enable-brotli switch. CentOS 7. [alice@localhost ~]$ rpm -ql httpd |grep brotli /usr/lib64/httpd/modules/mod_brotli.so [alice@localhost ~]$ brotli --version brotli 1.0.4 [alice@localhost ~]$ ldd /usr/lib64/httpd/modules/mod_brotli.so

Re: [users@httpd] Slow Apache 2.4 server

2018-06-22 Thread Gryzli Bugbear
Hi, Yes, it is expected php to be faster and your hardware-stronger server to perform better, but there is a problem , which has to be diagnosed, and from my experience, while troubleshooting everything should be checked and nothing to be taken as a granted. Sometimes the problem is right in