From fdbfd6abc0ce331cdac746c93bde36328157e620 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 07 Sep 2011 10:25:00 -0400
Subject: [PATCH] Small fix for awstats index file and vhost.conf.master
---
server/conf/vhost.conf.master | 2 +-
server/conf/awstats_index.php.master | 11 +----------
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/server/conf/awstats_index.php.master b/server/conf/awstats_index.php.master
index 09fcde0..f6ced55 100644
--- a/server/conf/awstats_index.php.master
+++ b/server/conf/awstats_index.php.master
@@ -1,8 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<title>AWAstats Statistics</title>
<script>
function load_content(url)
{
@@ -10,8 +5,6 @@
iframe.src = url;
}
</script>
-</head>
-<body>
<?php
$aw['aw_jump_text'] = 'Jump to previous stats: ';
$aw['aw_renamed_index'] = 'awsindex.html';
@@ -64,6 +57,4 @@
echo '</select></div><iframe src="'.$aw['aw_renamed_index'].'" frameborder="0" scrolling="Yes" width="100%" height="100%" style="margin-top:25px" id="content"></iframe>';
-?>
-</body>
-</html>
\ No newline at end of file
+?>
\ No newline at end of file
diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master
index 227b4b8..27484d4 100644
--- a/server/conf/vhost.conf.master
+++ b/server/conf/vhost.conf.master
@@ -163,7 +163,7 @@
<tmpl_else>
IdleTimeout 300
ProcessLifeTime 3600
- MaxProcessCount 1000
+ # MaxProcessCount 1000
DefaultMinClassProcessCount 0
DefaultMaxClassProcessCount 100
IPCConnectTimeout 3
--
Gitblit v1.9.1