[users@httpd] require ip ipset

2020-01-21 Thread Vieri Di Paola
Hi, I was wondering if it is complicated to implement ipset support for the Require directive. Something like Require ip (where the ipset can be of types hash:ip, hash:net or bitmap:ip). Vieri - To unsubscribe, e-mail: users-un

[users@httpd] Call for presentations for ApacheCon North America 2020 now open

2020-01-21 Thread Rich Bowen
Dear Apache enthusiast, (You’re receiving this message because you are subscribed to one or more project mailing lists at the Apache Software Foundation.) The call for presentations for ApacheCon North America 2020 is now open at https://apachecon.com/acna2020/cfp ApacheCon will be held at

[users@httpd] Rewriting issue

2020-01-21 Thread Moreno Andreo
Hi, working on Apache 2.4 on Debian 10. I need to achieve this /path/to/uri   ->> http://localhost:333/path/to/another/uri Why is it         ProxyPass http://localhost:333/path/to/another/uri     ProxyPassReverse http://localhost:333/path/to/another/uri     no