• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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