• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

domain not being recognized ???

jorge ceballos

Regular Pleskian
I'm completely lost on the following issue:

I am hosting a domain ending in '.it' with a domain alias ending in regular ' .com'.
Webpage domain.com and www.domain.com work fine but neither domain.it nor www.domain.it work properly as both show Plesk's default page. Wemail and mail service for both domains work fine too.

The domain's conf file is as follows:

<VirtualHost 74.55.209.253:80>
ServerName "domain.it:80"
ServerAlias "www.domain.it"
UseCanonicalName Off
ServerAlias "domain.com"
ServerAlias "www.domain.com"

<IfModule mod_suexec.c>
SuexecUserGroup "userxxxx" "psacln"
</IfModule>

ServerAdmin "[email protected]"

DocumentRoot "/var/www/vhosts/domain.it/httpdocs"
ErrorLog "/var/www/vhosts/domain.it/statistics/logs/error_log"


Any idea??

Thanks in advance.
 
Did you try to reconfigure vhost with 'websrvmng --reconfigure-vhost' ?
 
If you use Plesk 10 you need use this comand httpdmng...

root@node:/opt/psa/admin/bin# ./websrvmng
WARNING: You are using obsoleted option, use corresponding option of httpdmng.

Usage of httpdmng here:

Example here: /opt/psa/admin/bin/httpdmng --reconfigure-domain yourdomain.tld
 
Thanks but domain with ending in .it still doesn't work; .com works fine as usual.

The path varied a bit, here it was

/usr/local/psa/admin/bin/httpdmng --reconfigure-domain domain.it

Any other idea???

Thanks again,
 
Im from Italy (.it) the 75 % of domains in hosting with plesk is .it and all work fine.

Only 1 problem for geo extentions for example:

domain.mi.it domain.rm.it domain.to.it

Only if you have a geo extension domain... For the standard domains .it not exist any problem.
 
Back
Top