Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
033c8013
Commit
033c8013
authored
Jan 19, 2010
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#1001 - Website log files not visible when using FTP
parent
55e6b63d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
server/cron_daily.php
server/cron_daily.php
+6
-0
No files found.
server/cron_daily.php
View file @
033c8013
...
...
@@ -146,6 +146,12 @@ if(!@is_dir($statsdir)) mkdir($statsdir);
exec
(
"
$webalizer
-c
$webalizer_conf
-n
$domain
-s
$domain
-r
$domain
-q -T -p -o
$statsdir
$logfile
"
);
}
#######################################################################################################
// Make the web logfiles directories world readable to enable ftp access
#######################################################################################################
exec
(
'chmod +r /var/log/ispconfig/httpd/*'
);
#######################################################################################################
// Manage and compress web logfiles
#######################################################################################################
...
...
Write
Preview
Markdown
is supported
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