Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
fdbfd6ab
Commit
fdbfd6ab
authored
Sep 07, 2011
by
tbrehm
Browse files
Small fix for awstats index file and vhost.conf.master
parent
39bc7734
Changes
2
Hide whitespace changes
Inline
Side-by-side
server/conf/awstats_index.php.master
View file @
fdbfd6ab
<!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 @@ function load_content(url)
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 @@ 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>'
;
?>
</body>
</html>
\ No newline at end of file
?>
\ No newline at end of file
server/conf/vhost.conf.master
View file @
fdbfd6ab
...
...
@@ -163,7 +163,7 @@
<tmpl_else>
IdleTimeout 300
ProcessLifeTime 3600
MaxProcessCount 1000
#
MaxProcessCount 1000
DefaultMinClassProcessCount 0
DefaultMaxClassProcessCount 100
IPCConnectTimeout 3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment