https://bugs.contribs.org/show_bug.cgi?id=10610

John Crisp <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
              Flags|                            |help_verify+

--- Comment #5 from John Crisp <[email protected]> ---
OK, I built 1.4-1 and put it in my repo.

https://www.reetspetit.com/smeserver/6/repoview/smeserver-awstats.html

One for Terry.

First install and reboot.

Need to check that there are some conf files in:

/etc/e-smith/web/panels/manager/cgi-bin/.awstats

Should be at least:

awstats.conf
awstats.yourdomain.com.conf

It should make some files in though we don't need to inspect these as long as
they are there:

/home/e-smith/files/users/admin/home/awstats

You can check things that are set without comments using:

grep -v '^$\|^\s*\#' awstats.conf

We are looking in particular at the SkipHosts and HostAliases lines.

With the old version they'd look a bit like this:

SkipHosts="192\.168\.80\. 10\.0\.0\.

Note the missing "

Should be like this:

SkipHosts="192\.168\.80\. 10\.0\.0\. "

You can also now set other hosts to ignore using this (needs adding to the
wiki)

config setprop AWStats SkipHosts 1.2.3.4
signal-event awstats-update

HostAliases may be missing. It should look something like:

HostAliases="localhost 127.0.0.1 .*impamark-promotional-merchandise\.co\.uk
.*promotionalbrandedproducts\.com"


Try modding a few settings in the Server Panel and see what occurs or modding
the following keys followed by awstats-update

    SkipExternalIP=yes
    SkipLocalIP=yes
    SkipLocalNetworks=yes

Please report back any issues.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to