Was this page helpful?

Webalizer for Multiple Sites

    Table of contents
    No headers

     

    /etc/cron/hourly/webalizer

    #!/bin/bash
    
    WEBALIZER=/usr/bin/webalizer
    
    for i in /etc/webalizer/*.conf
    do
       $WEBALIZER -c $i
    done
    

     

    Was this page helpful?
    Tag page (Edit tags)
    • No tags
    You must login to post a comment.
    Powered by MindTouch Core