This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

How do I mask an unconventional subdomain port
#6
RE: How do I mask an unconventional subdomain port
(11-26-2014, 03:59 AM)elitemobb Wrote: Yeah basically my application is running on :8080 I have the subdomain configured in sentora and want to use it to point to the application. Do I need to do a port forward and then proxypass or just run the application on 8080 and enter the proxy pass in the vhost?

You will need to portforward 8080 to your server also.
Also, you will need to add to httpd.conf: LISTEN 8080 after LISTEN 80
Then I think it would look something like this as a custom vhost for the subdomain:

Code:
</VirtualHost>
<VirtualHost *:80>
 ServerName sub.domain.com

 ProxyRequests off
 ProxyPass / http://sub.domain.com:8080/
 ProxyPassReverse / http://sub.domain.com:8080/
 Oc4jMount / HTML_DV_8080
 Oc4jMount /* HTML_DV_8080

Although that topic is not solved. Will look for another example.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:


Messages In This Thread
RE: How do I mask an unconventional subdomain port - by TGates - 11-26-2014, 04:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Subdomain gbrain2008 3 6 ,201 03-08-2021, 05:34 PM
Last Post: ccr1969
Subdomain Not working PLZ HELP rajeevrrs 5 18 ,993 03-14-2020, 08:47 AM
Last Post: TGates
Sentora Subdomain Installl sathish2009 2 6 ,916 04-03-2017, 11:50 AM
Last Post: sathish2009

Forum Jump:


Users browsing this thread: 1 Guest(s)