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

Enable the mod_proxy and mod_http modules in Apache’s httpd.conf file.

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.1689100154.txt.gz · Last modified: 2023/07/11 18:29 by wikiadmin