Skip to content

Commit fdbfd6a

Browse files
committed
Small fix for awstats index file and vhost.conf.master
1 parent 39bc773 commit fdbfd6a

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

server/conf/awstats_index.php.master

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml">
3-
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5-
<title>AWAstats Statistics</title>
61
<script>
72
function load_content(url)
83
{
94
var iframe = document.getElementById("content");
105
iframe.src = url;
116
}
127
</script>
13-
</head>
14-
<body>
158
<?php
169
$aw['aw_jump_text'] = 'Jump to previous stats: ';
1710
$aw['aw_renamed_index'] = 'awsindex.html';
@@ -64,6 +57,4 @@ foreach ($awprev as $key => $value)
6457

6558
echo '</select></div><iframe src="'.$aw['aw_renamed_index'].'" frameborder="0" scrolling="Yes" width="100%" height="100%" style="margin-top:25px" id="content"></iframe>';
6659

67-
?>
68-
</body>
69-
</html>
60+
?>

server/conf/vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<tmpl_else>
164164
IdleTimeout 300
165165
ProcessLifeTime 3600
166-
MaxProcessCount 1000
166+
# MaxProcessCount 1000
167167
DefaultMinClassProcessCount 0
168168
DefaultMaxClassProcessCount 100
169169
IPCConnectTimeout 3

0 commit comments

Comments
 (0)