I have sites hosted on a cPanel-based shared hosting server.
(Linux 2.4.31, Apache/1.3.33, CPanel 10.6.0-RELEASE 201, Webalizer 2.01)
I am using a custom webalizer.conf file for each of my sites on that server. That file is located at /home/myacct/webalizer.conf
My custom webalizer.conf files worked fine for months and months, until...
Around the beginning of September, the nightly webalizer run stopped using my custom webalizer.conf file. Now I get the generic version. My provider tells me they "loaded the latest cPanel security update" around the time it stopped working.
Any ideas? Has the location for the file been changed?
In these forums I found the script snippet below which looks like it points webalizer at
$homedir/webalizer.conf
But now support at my provider says they can find no reference to
$homedir/webalizer.conf
in the current cpanel webalizer scripts.
(I have only whm/cPanel/ftp access to the server ... no shell login)
Thanks for any help.
-Jeff
---------------------------------------
snippet of
/usr/local/cpanel/cpanellogd
(as it was at some point in time)
found in these forums
---------------------------------------
if (-e "$homedir/webalizer.conf") {
logsystem("$root/bin/logrunner ${cpunum}.0
$root/3rdparty/bin/${weblang}webalizer -c $homedir/webalizer.conf -N 10 -D
$homedir/tmp/webalizer/dns_cache.db -R 250 -p -n ${access_log_name}
-o $homedir/tmp/webalizer ${waccess_log}");
} else {
logsystem("$root/bin/logrunner ${cpunum}.0
$root/3rdparty/bin/${weblang}webalizer -N 10 -D
$homedir/tmp/webalizer/dns_cache.db -R 250 -p -n ${access_log_name}
-o $homedir/tmp/webalizer ${waccess_log}");
}
(Linux 2.4.31, Apache/1.3.33, CPanel 10.6.0-RELEASE 201, Webalizer 2.01)
I am using a custom webalizer.conf file for each of my sites on that server. That file is located at /home/myacct/webalizer.conf
My custom webalizer.conf files worked fine for months and months, until...
Around the beginning of September, the nightly webalizer run stopped using my custom webalizer.conf file. Now I get the generic version. My provider tells me they "loaded the latest cPanel security update" around the time it stopped working.
Any ideas? Has the location for the file been changed?
In these forums I found the script snippet below which looks like it points webalizer at
$homedir/webalizer.conf
But now support at my provider says they can find no reference to
$homedir/webalizer.conf
in the current cpanel webalizer scripts.
(I have only whm/cPanel/ftp access to the server ... no shell login)
Thanks for any help.
-Jeff
---------------------------------------
snippet of
/usr/local/cpanel/cpanellogd
(as it was at some point in time)
found in these forums
---------------------------------------
if (-e "$homedir/webalizer.conf") {
logsystem("$root/bin/logrunner ${cpunum}.0
$root/3rdparty/bin/${weblang}webalizer -c $homedir/webalizer.conf -N 10 -D
$homedir/tmp/webalizer/dns_cache.db -R 250 -p -n ${access_log_name}
-o $homedir/tmp/webalizer ${waccess_log}");
} else {
logsystem("$root/bin/logrunner ${cpunum}.0
$root/3rdparty/bin/${weblang}webalizer -N 10 -D
$homedir/tmp/webalizer/dns_cache.db -R 250 -p -n ${access_log_name}
-o $homedir/tmp/webalizer ${waccess_log}");
}