Configuring/using webalyzer - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: LAMP (https://www.linux-noob.com/forums/forum-83.html) +--- Thread: Configuring/using webalyzer (/thread-2399.html) |
Configuring/using webalyzer - xDamox - 2005-11-13 Hi, Yea I noticed the damn Ads :( they keep bombarding me :( anyways I wanted to post about webalizer! ok here goes... I started doing webalizer myself this week on my web server and I got to says is been a pain. I edited the /etc/webalizer.conf and change the OutPutDir but with no luck it did not like it anyways the only way around this was to leave he output directory alone. So anyweb to install and use webalizer do the following steps. First you will want to install webalizer Code: yum -y install webalizer Once installed open up /etc/webalizer.conf with your favorite editor and uncomment and change the following lines: Code: LogFile /var/log/httpd/linux-noob-access_log Once you have done that type the following: Code: webalizer -c /etc/webalizer.conf The data will not be placed into /var/www/usage in your web browser type: www.linux-noob.com/usage you should see the stats if you done edit the following file: /etc/httpd/conf.d/webalizer.conf Well that Configuring/using webalyzer - gus - 2005-11-13 thay seem to be getting pritty bad. and just downright annoying gus Configuring/using webalyzer - anyweb - 2005-11-13 until i get webalizer to work those annoying ads will remain (sorry) ive followed xdamox's howto and nothings working right, my apache was compiled from source and is located in /usr/local/apache if you check [/url][url=https://www.linux-noob.com/usage]https://www.linux-noob.com/usage you'll see a whole lot of nothing... my logs are /usr/local/apache/logs/access_log help ? cheers anyweb Configuring/using webalyzer - anyweb - 2005-11-14 ok with the help of znx and kobras got it working you can check it out here [/url]http://linux-noob.com/usage/ however i do notice that there is no page showing referrer's such as this one from nedstat.... [url=http://www.webstats4u.com/s?tab=1&link=4&id=1723963]http://www.webstats4u.com/s?tab=1&link=4&id=1723963 i'd really like to have that functionality with webalizer, so is it possible ? anyone know ? cheers anyweb Configuring/using webalyzer - xDamox - 2005-11-14 Hi, Anyweb I am at uni so Ic ant find the exact bit in the webalizer config but I am very sure it can produce them. Configuring/using webalyzer - anyweb - 2005-11-14 webstat4u counter now removed, there goes my years of data :( so you guys can surf here with no popups, dont blame me, blame that crappy company that took over nedstat... anyway, i STILL need someone to help me show the referral links in webalizer as so far it's not showing me that data cheers anyweb Configuring/using webalyzer - xDamox - 2005-11-14 Hi, yay :) no more pop ups when I get home on thursday Ill have a good look around for you also Ill be joing the uptime project :) Hi, Anyweb did a little research: Top Table Options TopReferrers This allows you to specify how many "Top" referrers are displayed in the "Top Referrers" table. The default is 30. If you want to disable the referrers table, specify a value of zero (0). The display of referrer information will only work if your web server includes this Show All The All* keywords allow the display of all URL's, Sites, Referrers Configuring/using webalyzer - anyweb - 2005-11-19 still not working... see this Quote:# The All* keywords allow the display of all URL's, Sites, Referrers# User Agents, Search Strings and Usernames. If enabled, a seperate any ideas ? Configuring/using webalyzer - anyweb - 2005-11-19 is the reason this > [root@localhost ~]# ls /usr/local/apache/logs/ access_log agent_log error_log httpd.pid referer_log to generate my 'usage' report i'm using the 'access_log' should I be using the 'referer_log' instead ? or can i combine them ? cheers anyweb Configuring/using webalyzer - anyweb - 2005-11-20 ok after much reading here [/url][url=http://www.mrunix.net/webalizer/faq.html]http://www.mrunix.net/webalizer/faq.html and experimenting with options it seems that your httpd.conf file must use the combined log format in order for webalizer to display 'referers' correctly that was my issue, my httpd.conf was setup to log the files in separate logs as listed above, now i've edited httpd.conf and set the format to combined a quick restart of httpd and all should be good :) cheers anyweb |