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
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
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
> 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
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
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.
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
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.
-
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
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
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
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
12 matches
Mail list logo