Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


apache_module_mod_proxy

This is an old revision of the document!


Apache Module mod_proxy

See: https://httpd.apache.org/docs/current/mod/mod_proxy.html

Example of Reverse Proxy/Gateway in apache virtual hosts file.

Reverse Proxy
ProxyPass "/foo" "http://foo.example.com/bar"
ProxyPassReverse "/foo" "http://foo.example.com/bar"
apache_module_mod_proxy.1689099443.txt.gz · Last modified: 2023/07/11 18:17 by wikiadmin