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.cfServerAdmin 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.gqServerAdmin 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.gqServerAdmin 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