Apache HTTP Server - /etc/apache2/mods-available/proxy.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original proxy.confConfiguration File Information
Authentic & Original
Unaltered proxy.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Ubuntu 24.04 LTS (Noble Numbat)
โ Also compatible:
Debian 12 (Bookworm),
โ Different versions:
Configuration File Content
22 lines
# If you want to use apache2 as a forward proxy, uncomment the
# 'ProxyRequests On' line and the <Proxy *> block below.
# WARNING: Be careful to restrict access inside the <Proxy *> block.
# Open proxy servers are dangerous both to your network and to the
# Internet at large.
#
# If you only want to use apache2 as a reverse proxy/gateway in
# front of some web application server, you DON'T need
# 'ProxyRequests On'.
#ProxyRequests On
#<Proxy *>
# AddDefaultCharset off
# Require all denied
# #Require local
#</Proxy>
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block
#ProxyVia Off
Download Commands
proxy.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O proxy.conf.example https://exampleconfig.com/api/v1/config/original/a3c7629e7a55080e9c2f4ff1c70a98b2?hint=proxy.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/a3c7629e7a55080e9c2f4ff1c70a98b2?hint=proxy.conf > proxy.conf.example