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

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

diff --git a/INSTALL_DEBIAN_4.0.txt b/INSTALL_DEBIAN_4.0.txt
index 7012b35..ede51f4 100644
--- a/INSTALL_DEBIAN_4.0.txt
+++ b/INSTALL_DEBIAN_4.0.txt
@@ -77,6 +77,7 @@
 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 03000a3..4c9faac 100644
--- a/INSTALL_DEBIAN_LENNY.txt
+++ b/INSTALL_DEBIAN_LENNY.txt
@@ -88,7 +88,7 @@
 
 # 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 94b9792..d389914 100644
--- a/INSTALL_UBUNTU_7.10.txt
+++ b/INSTALL_UBUNTU_7.10.txt
@@ -43,6 +43,7 @@
 a2enmod rewrite
 a2enmod ssl
 a2enmod actions
+a2enmod include
 
 4) Install pure-ftpd and quota
 

--
Gitblit v1.9.1