initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.
This commit is contained in:
commit
43e0f5b59e
329 changed files with 31937 additions and 0 deletions
37
egstats/conf/cypress.conf
Normal file
37
egstats/conf/cypress.conf
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<domain>
|
||||
<!-- default site name - must be FQDN -->
|
||||
<name>cypress.co.nz</name>
|
||||
<!-- legitmate names for the site -->
|
||||
<aliases>
|
||||
<alias>www.cypress.co.nz</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/cypress/logs</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/cypress</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/cypress</statsPath>
|
||||
<!-- the web-path to the icons directory -->
|
||||
<iconPath>/icons</iconPath>
|
||||
</domain>
|
39
egstats/conf/davelane.conf
Normal file
39
egstats/conf/davelane.conf
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<domain>
|
||||
<!-- default site name - must be FQDN -->
|
||||
<name>davelane.name</name>
|
||||
<!-- legitmate names for the site -->
|
||||
<aliases>
|
||||
<alias>www.davelane.name</alias>
|
||||
<alias>www.davelane.org</alias>
|
||||
<alias>davelane.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/davelane.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/davelane</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/davelane</statsPath>
|
||||
<!-- the web-path to the icons directory -->
|
||||
<iconPath>/icons</iconPath>
|
||||
</domain>
|
43
egstats/conf/egressive.conf
Normal file
43
egstats/conf/egressive.conf
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?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>
|
38
egstats/conf/far.conf
Normal file
38
egstats/conf/far.conf
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<domain>
|
||||
<!-- default site name - must be FQDN -->
|
||||
<name>far.co.nz</name>
|
||||
<!-- legitmate names for the site -->
|
||||
<aliases>
|
||||
<alias>www.far.co.nz</alias>
|
||||
<alias>far.egressive.com</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/far/logs</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/far</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/far/www/stats</statsPath>
|
||||
<!-- the web-path to the icons directory -->
|
||||
<iconPath>/icons</iconPath>
|
||||
</domain>
|
38
egstats/conf/ics2006.conf
Normal file
38
egstats/conf/ics2006.conf
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<domain>
|
||||
<!-- default site name - must be FQDN -->
|
||||
<name>ics2006.co.nz</name>
|
||||
<!-- legitmate names for the site -->
|
||||
<aliases>
|
||||
<alias>www.ics2006.co.nz</alias>
|
||||
<alias>ics2006.egressive.com</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/ics2006/logs</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/ics2006</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/ics2006</statsPath>
|
||||
<!-- the web-path to the icons directory -->
|
||||
<iconPath>/icons</iconPath>
|
||||
</domain>
|
37
egstats/conf/openz.conf
Normal file
37
egstats/conf/openz.conf
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?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>
|
39
egstats/conf/oslnz.conf
Normal file
39
egstats/conf/oslnz.conf
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<domain>
|
||||
<!-- default site name - must be FQDN -->
|
||||
<name>openstrategies.com</name>
|
||||
<!-- legitmate names for the site -->
|
||||
<aliases>
|
||||
<alias>www.openstrategies.com</alias>
|
||||
<alias>www.openstrategies.co.nz</alias>
|
||||
<alias>openstrategies.co.nz</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>moe.kc</host>
|
||||
<!-- path to the access log file -->
|
||||
<path>/home/devel/logs/openstrategies.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/oslnz</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/oslnz</statsPath>
|
||||
<!-- the web-path to the icons directory -->
|
||||
<iconPath>/icons</iconPath>
|
||||
</domain>
|
37
egstats/conf/osluk.conf
Normal file
37
egstats/conf/osluk.conf
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?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>
|
37
egstats/conf/stoptheferrymeadtower.conf
Normal file
37
egstats/conf/stoptheferrymeadtower.conf
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<domain>
|
||||
<!-- default site name - must be FQDN -->
|
||||
<name>stoptheferrymeadtower.org.nz</name>
|
||||
<!-- legitmate names for the site -->
|
||||
<aliases>
|
||||
<alias>www.stoptheferrymeadtower.org.nz</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/jonathan/logs/stoptheferrymeadtower.org.nz</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/stoptheferrymeadtower</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/stoptheferrymeadtower</statsPath>
|
||||
<!-- the web-path to the icons directory -->
|
||||
<iconPath>/icons</iconPath>
|
||||
</domain>
|
Loading…
Add table
Add a link
Reference in a new issue