egscripts/egstats/conf/egressive.conf

43 lines
No EOL
1.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<domain>
<!-- default site name - must be FQDN -->
<name>egressive.com</name>
<!-- legitmate names for the site -->
<aliases>
<alias>www.egressive.com</alias>
<alias>www.egressive.co.nz</alias>
<alias>egressive.co.nz</alias>
<alias>www.egressive.org</alias>
<alias>egressive.org</alias>
<alias>www.egressive.net</alias>
<alias>egressive.net</alias>
</aliases>
<!-- IP Addresses to disregard in statistics -->
<skipHost>REGEX[^192\.168\.] REGEX[^10\.128\.] 203.97.50.115 203.97.51.110 REGEX[^*\.kc$]</skipHost>
<!-- remote server details, if any -->
<remote>
<!-- suitable domain name to remote host -->
<host>warhol.kc</host>
<!-- path to the access log file -->
<path>/home/dlane/logs/egressive.com</path>
<!-- accesslog filename -->
<file>access_log</file>
<!-- user with passwordless ssh access from local,
who also has access to file -->
<user>root</user>
</remote>
<local>
<!-- path to the local mirror of the access log -->
<path>/home/sites/logs/egressive</path>
<!-- accesslog filename -->
<file>access_log</file>
<!-- user and group to whom resulting files should belong -->
<user>sites</user>
<group>sites</group>
</local>
<!-- the web-accessible directory into which the stats info should go -->
<statsPath>/home/sites/public_html/stats/egressive</statsPath>
<!-- the web-path to the icons directory -->
<iconPath>/icons</iconPath>
</domain>