I am running Sentora as my primary control pane. I have several subdomains I will be running as well and each of them have their own apache instance they run and request port 80. I can manipulate the ports on those applications to use alternate ports but want the subdomains to remain as the .com and not .com:8080 or .com:8081.
I can edit the apache module in sentora to add the port forward but if I try to mask the port redirect with a <proxy> directive it kills my vhost file and apache wont load it.
Can you give some advise on the proper way to mask port forwarding in Sentora so My subdomain test.mysite.com:8080 is loaded as test.mysite.com.
I can edit the apache module in sentora to add the port forward but if I try to mask the port redirect with a <proxy> directive it kills my vhost file and apache wont load it.
Can you give some advise on the proper way to mask port forwarding in Sentora so My subdomain test.mysite.com:8080 is loaded as test.mysite.com.