• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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