| Current Path : C:/xampp/apache/conf/extra/ |
| Current File : C:/xampp/apache/conf/extra/httpd-proxy.conf |
#
# Implements a proxy/gateway for Apache.
# # Required modules: mod_proxy, mod_proxy_http
#
<IfModule proxy_module>
<IfModule proxy_http_module>
#
# Reverse Proxy
#
ProxyRequests Off
<Proxy *>
Require all granted
</Proxy>
</IfModule>
</IfModule>