Ero sivun ”Installing horde on ubuntu” versioiden välillä
Siirry navigaatioon
Siirry hakuun
pEi muokkausyhteenvetoa |
pEi muokkausyhteenvetoa |
||
| Rivi 12: | Rivi 12: | ||
DocumentRoot /usr/share/horde3 | DocumentRoot /usr/share/horde3 | ||
ServerName horde. | ServerName horde.example.com | ||
Alias /horde3 /usr/share/horde3 | Alias /horde3 /usr/share/horde3 | ||
| Rivi 23: | Rivi 23: | ||
</Directory> | </Directory> | ||
ErrorLog /var/log/apache2/horde. | ErrorLog /var/log/apache2/horde.example.com/horde.example.com-error.log | ||
# Possible values include: debug, info, notice, warn, error, crit, | # Possible values include: debug, info, notice, warn, error, crit, | ||
| Rivi 29: | Rivi 29: | ||
LogLevel warn | LogLevel warn | ||
CustomLog /var/log/apache2/horde. | CustomLog /var/log/apache2/horde.example.com/horde.example.com-access.log combined | ||
</VirtualHost> | </VirtualHost> | ||
</pre> | </pre> | ||
Versio 14. elokuuta 2009 kello 22.22
Dedicated vhost installation:
apt-get install turba2 kronolith2 mnemo2 nag2<br><br>
Apache configuration file:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /usr/share/horde3
ServerName horde.example.com
Alias /horde3 /usr/share/horde3
<Directory /usr/share/horde3/>
Options FollowSymLinks
AllowOverride Limit
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/horde.example.com/horde.example.com-error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/horde.example.com/horde.example.com-access.log combined
</VirtualHost>