Author Topic: CWP PRO  (Read 9490 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CWP PRO
« 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?

Offline
*
Re: CWP PRO
« Reply #1 on: September 04, 2017, 09:21:30 AM »
you need to request ip change via ticket if you have a new server
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: CWP PRO
« Reply #2 on: September 08, 2017, 11:20:46 AM »
Sorry for my ignorance. But from where I can send that ticket.

Offline
*
Re: CWP PRO
« Reply #3 on: September 11, 2017, 12:49:44 PM »
from cwp support portal where you have ordered cwppro
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: CWP PRO
« Reply #4 on: September 12, 2017, 11:04:20 AM »
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
« Last Edit: September 12, 2017, 11:07:46 AM by vxdas »

Offline
*
Re: CWP PRO
« Reply #5 on: September 13, 2017, 08:41:09 AM »
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
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.