Webalizer Statistics

to re-write it just uses this one line:

if ($option eq "y") { system(" echo \"action=rewrite&value=httpd\" >> /usr/local/directadmin/data/task.queue "); }


(watch out for the line wrapping in this page).

check one of your httpd.conf files
to check the line's been added.
and re-start apache.

tested on freesbsd 4x and 5x,
don;t know if anything would differ on
linux though.
 
Code:
if ($option eq "y") { system(" echo \"action=rewrite&value=httpd\" >> /usr/local/directadmin/data/task.queue "); }

nothing in httpd.conf
 
in Freebsd, and I suppose it's the same in
Linux:

/etc/httpd/conf/httpd.conf

isn't changed. This file just includes the
httpd.conf files for each domain. The file
included for each domain on the server
is the one altered, for logging purposes.
I hope you're looking at the right file(s) ?
 
Back
Top