• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Subdomains

Webroy

Regular Pleskian
I dont know if i am correct here but here is my problem

I have got a domainname where i put in a catch all like this:

Created a vhost.conf put in ServerAlias *.domainname.nl

This works fine because alle pages are going to the mainpage....

Except 1 page 1 want to work is also going to the mainpage: webmail....

Is there something where i can exclude the webmail from the wildcard so i can still use that?
 
Yeah, this is a very unpleasant change when upgrading to Plesk 9. Suddenly all domains that use webmail and have ServerAlias *.example.com setup cannot use webmail on their domain anymore. I guess the problem is that the Horde Apache configuration is loaded after the domain's Apache configuration (see the files in /etc/httpd/conf.d/).
 
me too

Hello,

any update about this problem????

1 year after last post and have same issue


regards
 
I have a solution but I don't know how many time will be working. Because I have changed /etc/httpd/conf.d/zzz_horde_vhost.conf and I don't know how plesk updates affect this file change.

simply change:

ServerName horde.webmail
ServerAlias horde.webmail.*


with:
ServerName webmail
ServerAlias webmail.*


both <VirtualHost xxx.xxx.xxx.xxx:80> and <VirtualHost xxx.xxx.xxx.xxx:443>


It works for me

regards
 
Back
Top