Results 1 to 5 of 5

Thread: Subdomains

  1. #1

    Default Subdomains

    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?



  2. #2

    Default

    Hello,

    I've a same problem.
    Thanks.



  3. #3

    Default

    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/).
    Parallels Certified Automation Professional | Parallels Product Expert | Lemonbit Internet | lemonbit.com



  4. #4
    Bit Poster
    Join Date
    Aug 2010
    Posts
    3

    Default me too

    Hello,

    any update about this problem????

    1 year after last post and have same issue


    regards



  5. #5
    Bit Poster
    Join Date
    Aug 2010
    Posts
    3

    Default

    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



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •