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/update.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/install/update.php b/install/update.php index 47b9945..5572f54 100644 --- a/install/update.php +++ b/install/update.php @@ -136,6 +136,10 @@ swriteln('Configuring MyDNS'); $inst->configure_mydns(); +// Configure Apache +swriteln('Configuring Apache'); +$inst->configure_apache(); + // Configure ISPConfig swriteln('Installing ISPConfig'); $inst->install_ispconfig(); -- Gitblit v1.9.1