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.

Strange vhost issue
#2
RE: Strange vhost issue
It's something more than just your vhost which doesn't make much sense to me since you are using IP with proxy attributes and also using port 3000?? You should never see the "Apache2 Ubuntu Default Page" since Sentora uses custom folder paths that do not include that page/location.

Also, Sentora has a build in port forward setup in Module Admin > Apache Config > Override a Virtual Host.

Example of what Sentora creates to port forward:

Code:
# DOMAIN: domain.com
# PORT FORWARD FROM 80 TO: 443
<virtualhost *:80>
ServerName domain.com
ServerAlias www.domain.com
ServerAdmin webmaster@domain.com
RewriteEngine on
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]
</virtualhost>
# END DOMAIN: domain.com
-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
Strange vhost issue - by graveyardboogie - 05-04-2018, 11:50 AM
RE: Strange vhost issue - by TGates - 05-05-2018, 04:06 AM
RE: Strange vhost issue - by graveyardboogie - 05-05-2018, 04:21 AM
RE: Strange vhost issue - by TGates - 05-05-2018, 05:05 AM
RE: Strange vhost issue - by graveyardboogie - 05-05-2018, 05:20 AM
RE: Strange vhost issue - by TGates - 05-05-2018, 05:34 AM
RE: Strange vhost issue - by graveyardboogie - 05-05-2018, 05:42 AM
RE: Strange vhost issue - by TGates - 05-05-2018, 05:46 AM
RE: Strange vhost issue - by TGates - 05-05-2018, 10:54 AM
RE: Strange vhost issue - by graveyardboogie - 05-05-2018, 12:30 PM
RE: Strange vhost issue - by graveyardboogie - 05-08-2018, 07:27 AM
RE: Strange vhost issue - by TGates - 05-10-2018, 01:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Old issue on Daily Backup iraqiboy90 24 112 ,458 12-26-2020, 12:48 PM
Last Post: conglynina
Security issue urgent johnnyp 7 12 ,775 02-27-2020, 06:19 PM
Last Post: johnnyp
sub-domain issue kevwebbie 15 30 ,138 12-21-2018, 05:51 PM
Last Post: kevwebbie

Forum Jump:


Users browsing this thread: 1 Guest(s)