Control Web Panel
		WebPanel => Installation => Topic started by: vxdas on September 03, 2017, 02:12:50 PM
		
			
			- 
				I want to change server and I have a premium account of CWP ...... I lose the service to be linked cwp to an IP?
			
 
			
			- 
				you need to request ip change via ticket if you have a new server
			
 
			
			- 
				Sorry for my ignorance. But from where I can send that ticket.
			
 
			
			- 
				from cwp support portal where you have ordered cwppro
			
 
			
			- 
				thanks for your reply.I have solved the change, sent mail to the group.
But now I have a small doubt that the server does not work as before. When changing VPS server now I have internal ip..of the ip publishes: where before I had localhost now I have ip I do not know how to configure ... since the domains do not address me to the web.
Here my configuration
Shared IP:
51.15.36.40
  (default: 10.8.30.75)
Apache Port:
80
  (default: 80)
Root Email:
vxdas@yahoo.es
  Forward root emails:
NAT Local IP:
  Activate NAT-ed Mod: [Instructions]
CWP Updates: Stable (Stable version, at least two weeks tested)
my vhost:
# vhost_start vxdas.cf
<VirtualHost 51.15.36.40:80>
ServerName vxdas.cf
ServerAlias www.vxdas.cf
ServerAdmin vxdas@yahoo.es
DocumentRoot "/home/vxdas/public_html"
ScriptAlias /cgi-bin/ "/home/vxdas/public_html/cgi-bin/
# 
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/vxdas/vxdas.cf/*.conf
<IfModule mod_suexec.c>
        SuexecUserGroup vxdas vxdas
</IfModule>
<IfModule mod_suphp.c>
        suPHP_UserGroup vxdas vxdas
        suPHP_ConfigPath /home/vxdas
</IfModule>
<Directory "/home/vxdas/public_html">
        AllowOverride All
</Directory>
</VirtualHost>
# vhost_end vxdas.cf
# vhost_start offshoringhost.gq
<VirtualHost 51.15.36.40:80>
ServerName offshoringhost.gq
ServerAlias www.offshoringhost.gq
ServerAdmin vxdas@yahoo.es
DocumentRoot "/home/shorin/public_html"
ScriptAlias /cgi-bin/ "/home/shorin/public_html/cgi-bin/
# 
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/shorin/offshoringhost.gq/*.conf
<IfModule mod_suexec.c>
        SuexecUserGroup shorin shorin
</IfModule>
<IfModule mod_suphp.c>
        suPHP_UserGroup shorin shorin
        suPHP_ConfigPath /home/shorin
</IfModule>
<Directory "/home/shorin/public_html">
        AllowOverride All
</Directory>
</VirtualHost>
# vhost_end offshoringhost.gq
# vhost_start dplink.gq
<VirtualHost 51.15.36.40:80>
ServerName dplink.gq
ServerAlias www.dplink.gq
ServerAdmin vxdas@yahoo.es
DocumentRoot "/home/dplink/public_html"
ScriptAlias /cgi-bin/ "/home/dplink/public_html/cgi-bin/
# 
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/dplink/dplink.gq/*.conf
<IfModule mod_suexec.c>
        SuexecUserGroup dplink dplink
</IfModule>
<IfModule mod_suphp.c>
        suPHP_UserGroup dplink dplink
        suPHP_ConfigPath /home/dplink
</IfModule>
<Directory "/home/dplink/public_html">
        AllowOverride All
</Directory>
</VirtualHost>
# vhost_end dplink.gq
			 
			
			- 
				check if you have nat-ed mode set as described here
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
and rebuild apache vhosts after that just to be sure