Ero sivun ”Installing horde on ubuntu” versioiden välillä

Kohteesta PiraattiWiki
Loikkaa: valikkoon, hakuun
p
p
Rivi 1: Rivi 1:
 
Dedicated vhost installation:
 
Dedicated vhost installation:
  
<code>
+
<pre>
 
apt-get install turba2 kronolith2 mnemo2 nag2<br><br>
 
apt-get install turba2 kronolith2 mnemo2 nag2<br><br>
</code>
+
</pre>
  
 
Apache configuration file:
 
Apache configuration file:

Versio 14. elokuuta 2009 kello 22.20

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.asuka.fi

        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.asuka.fi/horde.asuka.fi-error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/horde.asuka.fi/horde.asuka.fi-access.log combined

</VirtualHost>