File "httpd-proxy.conf"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/apache/conf/extra/httpd-proxy.conf
File size: 276 B
MIME-type:
Charset: utf-8
#
# 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>