welcome: please sign in

Diff for "DaemonAdmin/Webalizer"

Differences between revisions 2 and 3
Revision 2 as of 2014-03-04 09:29:19
Size: 938
Editor: ClintonEbadi
Comment:
Revision 3 as of 2014-03-04 09:29:43
Size: 939
Editor: ClintonEbadi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
   * `/afs/hcoop.net/common/etc/domtool/webalizer/config/...` (per-vhost config generated by [[DomTool/Plugins#Webalizer]]    * `/afs/hcoop.net/common/etc/domtool/webalizer/config/...` (per-vhost config generated by [[DomTool/Plugins#Webalizer]])

HCoop uses webalizer to generate statistics for member sites.

  • Runs as pts user webalizer

  • Requires read permissions
    • /afs/hcoop.net/common/etc/domtool/webalizer/config/... (per-vhost config generated by DomTool/Plugins#Webalizer)

    • /afs/hcoop.net/common/etc/domtool/nodes/... (for webbw to parse vhost info, should probably be removed as a dependency if possible)

    • /afs/hcoop.net/user/?/??/*/.logs/apache/...

  • Requires write permissions
    • /afs/hcoop.net/common/etc/domtool/webalizer/output/...

Our webalizer config replaces the standard cron job with one that grabs tokens and reads configuration for our vhosts.

1. Installing

Create a keytab for the webalizer principal before installing hcoop-webalizer-config. Webalizer should be able to run on any node, but ensure only one node is running it.

DaemonAdmin/Webalizer (last edited 2014-03-04 09:31:13 by ClintonEbadi)