Referring to that thread:
http://www.howtoforge.com/forums/showthread.php?p=35464
Well I took a look at both scripts...
at first I would say the mainrproblem comes from the logs.php cause of eventually opening a file > 2GB....
But at first why does the logs.php opens a file like ispconfig_access_log_... instead of the symlink because that is the actual one?
Does the cron run logs.php every 12 hours or why do you reduce time() with 43200 secs?
Edit:
What does these lines do, they only exists once...
PHP Code:
$tag = date("d", (time() - 43200));
$monat = date("m", (time() - 43200));
$jahr = date("Y", (time() - 43200));
EDIT2: My idea would be to change the logscript, rotating in the "monthdir"... the webalizerscript than scans for this files an calls webalizer for each file. Or are there any problems with that idea?
Recent comments
8 hours 57 min ago
13 hours 56 min ago
15 hours 23 min ago
16 hours 16 min ago
17 hours 59 min ago
22 hours 22 min ago
23 hours 14 min ago
1 day 1 hour ago
1 day 14 hours ago
1 day 16 hours ago