How to Set up a ProxyPass for Confluence in cPanel
- Create a subdomain in cPanel using the "subdomains" tool
- Create the following directory path using a command prompt:
- create a *.conf file in the directory. I called it "kb.frankenweb.net.conf"
- Place the following in the config file:
ServerName kb.frankenweb.net ProxyRequests OnOrder deny,allow Allow from all ProxyPass / http://frankencloud.co.uk:8090/ ProxyPassReverse / http://frankencloud.co.uk:8090/
/usr/local/apache/conf/userdata/std/2_2/[cPanel user]/[sub domain]/