Author Topic: [APACHE2] virtual host configuration for roundcube  (Read 11441 times)

Offline YtseDrummer

  • Newbie
  • *
  • Posts: 7
[APACHE2] virtual host configuration for roundcube
« 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 ?

Offline timelord

  • Jr. Member
  • **
  • Posts: 15
Re: [APACHE2] virtual host configuration for roundcube
« Reply #1 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
SCUBA LIBRE :D

Offline x3mdesign

  • Newbie
  • *
  • Posts: 1
[APACHE2] virtual host configuration for roundcube
« Reply #2 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: