Files
GseTDDUebungKCLR/database/apache/conf/extra/httpd-proxy.conf
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

20 lines
257 B
Plaintext

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