![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi!
I'm installing roundcube I have to configure a virtual host roundcube folder on hard drive is: Code:
/var/www/roundcube Code:
NameVirtualHost XXX.XXX.240.249
<VirtualHost XXX.XXX.240.249>
ServerAdmin webmaster@localhost
ServerName www.miosito.it/webmail
DocumentRoot /var/www/roundcube
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/roundcube>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
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
</VirtualHost>
|
|
#2
|
|||
|
|||
|
No, this is wrong:
Code:
ServerName www.miosito.it/webmail Code:
ServerName webmail.miosito.it
__________________
[size=13pt]SCUBA LIBRE[/size] >
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |