Skip to content

Instantly share code, notes, and snippets.

@vars1ty
vars1ty / reverse_proxy_setup.txt
Created December 27, 2022 16:18 — forked from codesorter2015/reverse_proxy_setup.txt
Reverse Proxy Setup with XAMPP/WAMP
Open apache httpd.conf file
Enable the following Modules by removing the # at the front of the line.
- LoadModule rewrite_module modules/mod_rewrite.so
- LoadModule proxy_module modules/mod_proxy.so
- LoadModule proxy_http_module modules/mod_proxy_http.so
- LoadModule proxy_connect_module modules/mod_proxy_connect.so
Open apache httpd-vhosts.conf
<VirtualHost *:80>
ProxyRequests On