Skip to content
Snippets Groups Projects
Commit fdbfd6ab authored by tbrehm's avatar tbrehm
Browse files

Small fix for awstats index file and vhost.conf.master

parent 39bc7734
No related branches found
No related tags found
No related merge requests found
<!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> <script>
function load_content(url) function load_content(url)
{ {
...@@ -10,8 +5,6 @@ function load_content(url) ...@@ -10,8 +5,6 @@ function load_content(url)
iframe.src = url; iframe.src = url;
} }
</script> </script>
</head>
<body>
<?php <?php
$aw['aw_jump_text'] = 'Jump to previous stats: '; $aw['aw_jump_text'] = 'Jump to previous stats: ';
$aw['aw_renamed_index'] = 'awsindex.html'; $aw['aw_renamed_index'] = 'awsindex.html';
...@@ -64,6 +57,4 @@ foreach ($awprev as $key => $value) ...@@ -64,6 +57,4 @@ foreach ($awprev as $key => $value)
echo '</select></div><iframe src="'.$aw['aw_renamed_index'].'" frameborder="0" scrolling="Yes" width="100%" height="100%" style="margin-top:25px" id="content"></iframe>'; 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> \ No newline at end of file
</html>
\ No newline at end of file
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
<tmpl_else> <tmpl_else>
IdleTimeout 300 IdleTimeout 300
ProcessLifeTime 3600 ProcessLifeTime 3600
MaxProcessCount 1000 # MaxProcessCount 1000
DefaultMinClassProcessCount 0 DefaultMinClassProcessCount 0
DefaultMaxClassProcessCount 100 DefaultMaxClassProcessCount 100
IPCConnectTimeout 3 IPCConnectTimeout 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment