Skip to navigation
How to allow certain IP in an apache2 proxy setting
12.12.23
You can use Allow from in the Proxy Tag ```apacheconf ProxyRequests Off KeepAlive Off ProxyPreserveHost On
Order allow,deny Allow from 183.88.219.47 Allow from 5.78.80.197
ServerName bar.foo.com ProxyPass /.well-known/acme-challenge ! ProxyPass / http://192.168.80.239:8088/ ProxyPassReverse / http://192.168.80.239:8088/ ProxyTimeout 1200 ```
https://httpd.apache.org/docs/trunk/mod/mod_proxy.html
Reply
Anonymous
Information Epoch 1732389137
Files are bags of bytes.
Home
Notebook
Contact us