From 1b068d4b56d75332d16503891264f64da9737da6 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 5 Oct 2011 17:12:32 +0200 Subject: Add more notes to apache2 configuration --- fripost-docs.org | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'fripost-docs.org') diff --git a/fripost-docs.org b/fripost-docs.org index 58c0036..d46a6d3 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -771,6 +771,14 @@ TODO: add the necessary configuration files sudo apt-get install apache2 +sudo a2enmod ssl rewrite + +:: /etc/apache2/ports.conf + + + NameVirtualHost *:443 + + *** Roundcube **** Installing roundcube @@ -813,6 +821,7 @@ sudo apt-get install roundcube # compose html formatted messages by default $rcmail_config['htmleditor'] = TRUE; + **** Installing custom logo LOGO="logo2011_webmail.png" @@ -820,13 +829,13 @@ sudo mv /var/lib/roundcube/skins/default/images/roundcube_logo.png /var/lib/roun sudo mv $LOGO /var/lib/roundcube/skins/default/images/roundcube_logo.png sudo chmod 0644 /var/lib/roundcube/skins/default/images/roundcube_logo.png -*** Configuring ikiwiki -sudo apt-get install ikiwiki +*** ikiwiki +sudo apt-get install ikiwiki -*** Configuring gitolite and gitweb +*** gitolite and gitweb # Note: incomplete steps -- cgit v1.2.3