Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmo
ISPConfig 3
Commits
fdbfd6ab
Commit
fdbfd6ab
authored
13 years ago
by
tbrehm
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
server/conf/awstats_index.php.master
+1
-10
1 addition, 10 deletions
server/conf/awstats_index.php.master
server/conf/vhost.conf.master
+1
-1
1 addition, 1 deletion
server/conf/vhost.conf.master
with
2 additions
and
11 deletions
server/conf/awstats_index.php.master
+
1
−
10
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>
<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
This diff is collapsed.
Click to expand it.
server/conf/vhost.conf.master
+
1
−
1
View file @
fdbfd6ab
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment