From bac6ef6cfa237cf091b4df1da1b510c4a302e935 Mon Sep 17 00:00:00 2001
From: quentusrex <quentusrex@ispconfig3>
Date: Fri, 31 Oct 2008 11:09:54 -0400
Subject: [PATCH] Fixing an Ubuntu 8.04 install requirement.

---
 INSTALL_UBUNTU_8.04.txt |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/INSTALL_UBUNTU_8.04.txt b/INSTALL_UBUNTU_8.04.txt
index 95551be..c3ba560 100644
--- a/INSTALL_UBUNTU_8.04.txt
+++ b/INSTALL_UBUNTU_8.04.txt
@@ -205,6 +205,16 @@
 In case you get a permission denied error from apache, please restart the apache webserver process.
 
 
+8) Once you have restarted Apache you need to fix a quick setting in apache2. 
+
+1) rm /etc/apache2/sites-enabled/000-default
+
+2) echo "NameVirtualHost *:80">> /etc/apache2/httpd.conf
+
+3) /etc/init.d/apache2 restart
+
+
+
 Installing Jailkit:
 
 apt-get install build-essential autoconf automake1.9 libtool flex bison

--
Gitblit v1.9.1