/usr/share/doc/sarg/README.sarg.php is in sarg 2.3.11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | *
To use sarg-squidGuard you need to change:
1. These two variables on sarg-squidguard-block.php file:
$SargConf = "/usr/local/sarg/sarg.conf";
$squidGuardConf = "/usr/local/squidGuard/squidGuard.conf";
2.change the squidGuard db file to the same httpd process owner:
chown apache /var/www/html/sarg-php
|