From 313e336525fa923002095ef1858b1f29df8da7af Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 13 Aug 2007 12:01:27 -0400
Subject: [PATCH] Added http error and standard index pages, enhanced apache module, added daily cron script

---
 install/lib/installer_base.lib.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php
index c52c64d..beb9fdb 100644
--- a/install/lib/installer_base.lib.php
+++ b/install/lib/installer_base.lib.php
@@ -566,6 +566,14 @@
 	
 	}
 	
+	function configure_apache() {
+		global $conf;
+		
+		// Create the logging directory for the vhost logfiles
+		exec("mkdir -p /var/log/ispconfig/httpd");
+		
+	}
+	
 	
 	function install_ispconfig() {
 		global $conf;

--
Gitblit v1.9.1