Hi!
I'm installing roundcube
I have to configure a virtual host
roundcube folder on hard drive is:
/var/www/roundcube
and this is the configuration i've done:
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 ?
No, this is wrong: ServerName [url]www.miosito.it/webmail[/url]
this could be fine: ServerName webmail.miosito.it
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: