Working notes on Reverse Proxy: ProxyPass.
LoadModule proxy_module modules/mod_proxy.so.
LoadModule proxy_http_module modules/mod_proxy_http.so.
ProxyPass
/ http://192.168.1._/Remember that disabling ProxyRequests does not prevent you from using a reverse proxy with the ‘ProxyPass’ directive.
ProxyRequests off.
?caused crash?
Updated:
2026 Aug 19

