Apache Reverse Proxy

LoadModule proxy_http_module /opt/freeware/lib/httpd/modules/mod_proxy_http.so

Example: Reverse Proxy for Oracle APEX...

ProxyPass /pls http://targetserver:443/pls
ProxyPassReverse /pls http://targetserver:443/pls
ProxyPass /i http://targetserver:443/i
ProxyPassReverse /i http://targetserver:443/i