Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
033c8013
Commit
033c8013
authored
Jan 19, 2010
by
tbrehm
Browse files
Fixed: FS#1001 - Website log files not visible when using FTP
parent
55e6b63d
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment