egscripts/egstats/conf/osluk.conf

37 lines
1.3 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<domain>
<!-- default site name - must be FQDN -->
<name>openstrategies.co.uk</name>
<!-- legitmate names for the site -->
<aliases>
<alias>www.openstrategies.co.uk</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>openstrategies.co.uk</host>
<!-- path to the access log file -->
<path>/home/devel/logs/openstrategies.co.uk</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/osluk</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/osluk</statsPath>
<!-- the web-path to the icons directory -->
<iconPath>/icons</iconPath>
</domain>