diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-10-05 17:12:32 +0200 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-10-05 17:12:32 +0200 |
commit | 1b068d4b56d75332d16503891264f64da9737da6 (patch) | |
tree | 6ba5a181dc0e03b7b77565d4229391c169f33b14 | |
parent | ee4a817643a48dc2c5d82d27db47c19bbae90850 (diff) |
Add more notes to apache2 configuration
-rw-r--r-- | fripost-docs.org | 15 |
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 |