Re: [users@httpd] Regexps not unicode-compatible

2019-01-23 Thread Yann Ylavic
On Wed, Jan 23, 2019 at 10:15 PM Yann Ylavic wrote: > > Hello, > > On Wed, Jan 23, 2019 at 5:11 PM Alexandre Garreau > wrote: > > > > However, I noticed that in apache these last ones won’t work and > > will only support ascii. Why a such restriction? Couldn’t it > > support at least optionally

Re: [users@httpd] Regexps not unicode-compatible

2019-01-23 Thread Yann Ylavic
Hello, On Wed, Jan 23, 2019 at 5:11 PM Alexandre Garreau wrote: > > However, I noticed that in apache these last ones won’t work and > will only support ascii. Why a such restriction? Couldn’t it > support at least optionally unicode at least on GNU systems? Apache httpd uses the PCRE library

[users@httpd] Regexps not unicode-compatible

2019-01-23 Thread Alexandre Garreau
Hello, When I use regexp from GNU tools, such as emacs or grep, which I think use the GNU libc, regexps support pretty well, depending on locale settings, all unicode, so with french locale [a-z] will match « ç », and with C locale, [а-ю] will match « д » (or any original cyrillic letter cont

Re: [users@httpd] Reverse proxy stalling forever

2019-01-23 Thread Alexandre Garreau
The strange thing is whatever I’m changing the redirection destination of the ProxyPass/RewriteRule/whatever, it’s stalling. I’m unable to proxy it to whatever. I can put whatever IP or host, wildebeest.gnu.org, google.com, etc. it always stalls. The only exception is when I forward it to a clos

[users@httpd] 500 Internal Server Error with no log entries

2019-01-23 Thread Mohammad Aghanabi
I'm running Apache v2.4.27 X64 for serving PHP files and it was running fine until today that I'm seeing `500 Internal Server Error`. Surprisingly nothing noticeable is logged neither in PHP error log file nor Apache's. I attempted to set `LogLevel warn trace8` and found this: [Wed Jan 23 12:06: