aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-docs.org
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2011-10-05 17:12:32 +0200
committerStefan Kangas <skangas@skangas.se>2011-10-05 17:12:32 +0200
commit1b068d4b56d75332d16503891264f64da9737da6 (patch)
tree6ba5a181dc0e03b7b77565d4229391c169f33b14 /fripost-docs.org
parentee4a817643a48dc2c5d82d27db47c19bbae90850 (diff)
Add more notes to apache2 configuration
Diffstat (limited to 'fripost-docs.org')
-rw-r--r--fripost-docs.org15
1 files changed, 12 insertions, 3 deletions
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
+
+ <IfModule mod_ssl.c>
+ NameVirtualHost *:443
+ </IfModule>
+
*** 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