Hi!
I already add domain for example domain.info and it's working well. When I try to add domain.com, domain.biz I have error: Error from domain wrapper: domain.com is controlled by another user.
The problem is I have in httpd.conf next setup for my virtualhost:
<VirtualHost xx.xx.xx.xx:80>
ServerName domain.user976.localhost
ServerAlias Domain.com | Register your domain name today! www.domain.user976.localhost domain.info
DocumentRoot /home/user976/public_html/domain.info
ServerAdmin [email protected]ost
UseCanonicalName Off
CustomLog /usr/local/apache/domlogs/domain.user976.localhost combined
CustomLog /usr/local/apache/domlogs/domain.user976.localhost-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User user976 # Needed for Cpanel::ApacheConf
<IfModule mod_suphp.c>
suPHP_UserGroup user976 user976
</IfModule>
<IfModule !mod_disable_suexec.c>
SuexecUserGroup user976 user976
</IfModule>
ScriptAlias /cgi-bin/ /home/user976/public_html/domain.info/cgi-bin/
# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2/user976/domain.user976.localhost/*.conf"
</VirtualHost>
Looks like cpanel trying to add new virtualhost domain.com with ServerName domain.user976.localhost what already exists. How can I fix this?
I already add domain for example domain.info and it's working well. When I try to add domain.com, domain.biz I have error: Error from domain wrapper: domain.com is controlled by another user.
The problem is I have in httpd.conf next setup for my virtualhost:
<VirtualHost xx.xx.xx.xx:80>
ServerName domain.user976.localhost
ServerAlias Domain.com | Register your domain name today! www.domain.user976.localhost domain.info
DocumentRoot /home/user976/public_html/domain.info
ServerAdmin [email protected]ost
UseCanonicalName Off
CustomLog /usr/local/apache/domlogs/domain.user976.localhost combined
CustomLog /usr/local/apache/domlogs/domain.user976.localhost-bytes_log "%{%s}t %I .\n%{%s}t %O ."
## User user976 # Needed for Cpanel::ApacheConf
<IfModule mod_suphp.c>
suPHP_UserGroup user976 user976
</IfModule>
<IfModule !mod_disable_suexec.c>
SuexecUserGroup user976 user976
</IfModule>
ScriptAlias /cgi-bin/ /home/user976/public_html/domain.info/cgi-bin/
# To customize this VirtualHost use an include file at the following location
# Include "/usr/local/apache/conf/userdata/std/2/user976/domain.user976.localhost/*.conf"
</VirtualHost>
Looks like cpanel trying to add new virtualhost domain.com with ServerName domain.user976.localhost what already exists. How can I fix this?