Besides my apache not being installed in /etc/apache but in redhats default /etc/httpd/conf/httpd.conf which you could make a simple test if either exists or use httpd -V to find it I found other issues.
1. /root/ispconfig/scripts/shell/awstats.php (Added double backslash to $file href)
PHP Code:
<?php
$dir = ".\";
if( \$dh = opendir(\$dir)) {
while ((\$file = readdir(\$dh)) !== false) {
\$pattern = 'awstats\..*\.[0-9]{4}-[0-9]{2}\.html';
if (ereg(\$pattern, \$file)) {
echo \"<a href=\\"$file">\$file</a><br />\";
}
}
}
# Arrgh forum is stripping my slashes..
# should be href= bsl bsl " $file bsl bsl "
?>
2. remember that this create multiple set of files (over night it was 248KB for 1 day), this will grow unlike the awstats mod I did which uses the DB lookup to any date/month/year dynamically. These files are owned by the admin user so the quotas apply.
At least the installer quite well done besides the apache problem I had.. still gotta get time to get mine done.
Recent comments
10 hours 3 min ago
11 hours 2 min ago
14 hours 49 min ago
16 hours 3 min ago
19 hours 40 min ago
1 day 2 hours ago
1 day 11 hours ago
1 day 13 hours ago
2 days 4 hours ago
2 days 6 hours ago