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

Fixed: FS#1001 - Website log files not visible when using FTP

parent 55e6b63d
No related branches found
No related tags found
No related merge requests found
......@@ -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
#######################################################################################################
......
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