[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

Re: [users@httpd] Reverse proxy stalling forever

2019-01-22 Thread Alexandre Garreau
Yes pretty everything works. And localhost is 127.0.0.1 and ::. netstat -ln says it listen on localnost, that is 0.0.0.0 and ::. And even using those it doesn’t work.

Re: [users@httpd] Reverse proxy stalling forever

2019-01-22 Thread Alexandre Garreau
meet.galex-713.eu.conf Description: Binary data

[users@httpd] Reverse proxy stalling forever

2019-01-22 Thread Alexandre Garreau
Hi, I’m trying to make Jitsi Meet work. Initially it worked, but since the while it didn’t. So I’m investigating everything that could be going wrong. Here the VirtualHost Jitsi installation automatically created, with further additions by me (GnuTLS support, better rewritting supporting other