PDA

View Full Version : webalizer.conf


KMK
1-7-03, 02:09 PM
The webalizer.conf file usually looks like this:

LogFile /www/initial/username/logs/access_log
OutputDir /www/initial/username/htdocs/webstats/
HostName yoursite.com
TimeMe yes
HideSite *yoursite.com
HideReferrer yoursite.com/
HideURL *.gif
HideURL *.GIF
HideURL *.jpg
HideURL *.JPG
HideURL *.png
HideURL *.PNG
HideURL *.ra
SearchEngine yahoo.com p=
SearchEngine altavista.com q=
SearchEngine google.com q=
SearchEngine eureka.com q=
SearchEngine lycos.com query=
SearchEngine hotbot.com MT=
SearchEngine msn.com MT=
SearchEngine infoseek.com qt=
SearchEngine webcrawler searchText=
SearchEngine excite search=
SearchEngine netscape.com search=
SearchEngine mamma.com query=
SearchEngine alltheweb.com query=
SearchEngine northernlight.com qr=

for example; Would it be ok if i modify this file to add new entry as follow?

LogFile /www/initial/username/logs/access_log
OutputDir /www/initial/username/htdocs/webstats/
HostName yoursite.com
TimeMe yes
HideSite *yoursite.com
HideReferrer yoursite.com/
HideURL *.gif
HideURL *.GIF
HideURL *.js
HideURL *.JS
HideURL *.swf
HideURL *.SWF
HideURL *.jpg
HideURL *.JPG
HideURL *.png
HideURL *.PNG
HideURL *.ra
SearchEngine yahoo.com p=
SearchEngine altavista.com q=
SearchEngine google.com q=
SearchEngine eureka.com q=
SearchEngine lycos.com query=
SearchEngine hotbot.com MT=
SearchEngine msn.com MT=
SearchEngine infoseek.com qt=
SearchEngine webcrawler searchText=
SearchEngine excite search=
SearchEngine netscape.com search=
SearchEngine mamma.com query=
SearchEngine alltheweb.com query=
SearchEngine northernlight.com qr=


Or do i have to add these at the bottm of the file?

::KMK:: http://www.koutayba.com

RadioRob
1-7-03, 03:03 PM
The order should not matter as far as I understand it.

You should be able to use it that way without any problems. But just in case... keep your original, and if there are issues, restore your first one. =)