From dab85326e23b684ecf731ce5be6b67a563a0f09f Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 8 Feb 2009 14:56:49 +0000
Subject: [PATCH] Updated debian and ubuntu installation instructions.

---
 INSTALL_DEBIAN_4.0.txt   | 1 +
 INSTALL_DEBIAN_LENNY.txt | 2 +-
 INSTALL_UBUNTU_7.10.txt  | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/INSTALL_DEBIAN_4.0.txt b/INSTALL_DEBIAN_4.0.txt
index 7012b35766..ede51f4f42 100644
--- a/INSTALL_DEBIAN_4.0.txt
+++ b/INSTALL_DEBIAN_4.0.txt
@@ -77,6 +77,7 @@ a2enmod suexec
 a2enmod rewrite
 a2enmod ssl
 a2enmod actions
+a2enmod include
 
 4) Install pure-ftpd and quota
 
diff --git a/INSTALL_DEBIAN_LENNY.txt b/INSTALL_DEBIAN_LENNY.txt
index 03000a38f6..4c9faace16 100644
--- a/INSTALL_DEBIAN_LENNY.txt
+++ b/INSTALL_DEBIAN_LENNY.txt
@@ -88,7 +88,7 @@ apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2
 
 # Then run the following to enable the Apache modules suexec, rewrite and ssl:
 
-a2enmod suexec rewrite ssl actions
+a2enmod suexec rewrite ssl actions include
 
 # Secure phpMyAdmin by deleting setuppassword-file
 # and removing/commenting Setup Authorization from apache.conf
diff --git a/INSTALL_UBUNTU_7.10.txt b/INSTALL_UBUNTU_7.10.txt
index 94b97920ff..d389914b33 100644
--- a/INSTALL_UBUNTU_7.10.txt
+++ b/INSTALL_UBUNTU_7.10.txt
@@ -43,6 +43,7 @@ a2enmod suexec
 a2enmod rewrite
 a2enmod ssl
 a2enmod actions
+a2enmod include
 
 4) Install pure-ftpd and quota
 
-- 
GitLab