Re: Modlogan newbie questions
Inliner <[email protected]> Wed, 20 Jul 2005 23:27:33 +0200
| Newsgroups | gmane.comp.sysutils.modular-log-analyzer |
|---|---|
| Message-ID | <[email protected]> |
Hello Thomas 1) Hostname is probably the setting you should define in the config file. 2) Your apache server most likely logs IP adresses. You'd need to setup revese DNS resolution to enable those stats on countries and TLDs. This has a CPU cost which, on large log files, would need to be taken into account. http://web.archive.org/web/20030409234328/jan.kneschke.de/projects/modlogan/docs/resolver.php cheers Yves Thomas CarriƩ wrote: >I use modlogan 0.8.13-1 on debian sarge with a default setup, I have 2 >problems > >1) The generated page for my stats is "<h1>Statistics for </h1>", I haven't >found in the documentation what is the parameter name that would make my h1 >element complete. I don't know if it matters for this case but I use the >modern template > >2) In the generated html pages I have menu entries called "Top Level Domains" >and "Countries by Visits", they are both empty (Sorry, no data to display), I >wonder what I should activate in apache2 or in modlogan to have date in these >entries > >Right now my apache2 log format is > >CustomLog /var/log/apache2/access-thocar.log combined > >Thanks for your help > >