Roundcube Community Forum

Release Support => Release Discussion => Topic started by: YtseDrummer on October 08, 2007, 05:46:44 AM

Title: [APACHE2] virtual host configuration for roundcube
Post by: YtseDrummer on October 08, 2007, 05:46:44 AM
Hi!

I'm installing roundcube

I have to configure a virtual host

roundcube folder on hard drive is:

Code: [Select]
/var/www/roundcube
and this is the configuration i've done:

Code: [Select]
NameVirtualHost XXX.XXX.240.249

    ServerAdmin webmaster@localhost
    ServerName [url]www.miosito.it/webmail[/url]
    DocumentRoot /var/www/roundcube
   
        Options FollowSymLinks
        AllowOverride None
   

   
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
   


    ErrorLog /var/log/apache2/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog /var/log/apache2/access.log combined
    ServerSignature On



is it right ?
Title: Re: [APACHE2] virtual host configuration for roundcube
Post by: timelord on October 12, 2007, 01:12:52 AM
No, this is wrong:
Code: [Select]
ServerName [url]www.miosito.it/webmail[/url]this could be fine:
Code: [Select]
ServerName webmail.miosito.it
Title: [APACHE2] virtual host configuration for roundcube
Post by: x3mdesign on September 11, 2009, 05:41:45 AM
Hi, I0m have the same cuestion... this script not work property... in my "httpd.conf" root


        ServerAdmin miemail@localhost
        DocumentRoot /home/ovh/www/roundcubemail

        ServerName r26423.ovh.net

        ServerAlias webmail.r26423.ovh.net
        ServerAlias webmail.mydomain1.com
        ServerAlias webmail.mydomain2.com
        ServerAlias webmail.mydomain3.com
        ....
        ServerAlias webmail.mydomainN.com
        CustomLog logs/webmail_domain-access_log combined


I want that all my domains work whith roundcube in webmail.mydomains.com and not by r26423.ovh.net/roundcubemail


Thanks!!! And sorry for my english...:rolleyes: