37 lines
1.3 KiB
Text
37 lines
1.3 KiB
Text
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
|
||
|
<domain>
|
||
|
<!-- default site name - must be FQDN -->
|
||
|
<name>openz.org</name>
|
||
|
<!-- legitmate names for the site -->
|
||
|
<aliases>
|
||
|
<alias>www.openz.org</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/openz.org</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/openz</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/openz</statsPath>
|
||
|
<!-- the web-path to the icons directory -->
|
||
|
<iconPath>/icons</iconPath>
|
||
|
</domain>
|