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
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
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