From b2a3fa48100ae506ac8ef0cab273459c9e251a12 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Thu, 15 Jun 2017 11:36:07 -0400 Subject: [PATCH] Enable roundcube --- conf-enabled/roundcube.conf | 1 + sites-common/default | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 conf-enabled/roundcube.conf diff --git a/conf-enabled/roundcube.conf b/conf-enabled/roundcube.conf new file mode 120000 index 0000000..88e8759 --- /dev/null +++ b/conf-enabled/roundcube.conf @@ -0,0 +1 @@ +../conf-available/roundcube.conf \ No newline at end of file diff --git a/sites-common/default b/sites-common/default index ba73b41..febad9a 100644 --- a/sites-common/default +++ b/sites-common/default @@ -22,6 +22,9 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ Allow from all +Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/ +Alias /roundcube /var/lib/roundcube + ErrorLog ${APACHE_LOG_DIR}/error.olinda.log # Possible values include: debug, info, notice, warn, error, crit, -- 2.34.1