v-host on apache2
Posted: 29 Jan 2009, 13:27
Code: Select all
<VirtualHost *:80>
ServerName epost.mydomain.com
DocumentRoot /usr/share/horde3
ServerAdmin [email protected]
ErrorLog /var/log/apache2/epost_error.log
LogLevel warn
CustomLog /var/log/apache2/epost.log combined
ServerSignature On
</VirtualHost>
Code: Select all
/etc/init.d/apache2 restart