Below you will find pages that utilize the taxonomy term “Webalizer”
Posts
webalizer 分析多網站記錄 note
There are many ways to process multiple virtual hosts on the same machine. The easiest way I have found, provided that each host generates it’s own log file, is as follows:
** **
-
Create a central directory for your configuration files. (I use /etc/webalizer)
-
Make a configuration file for each virtual host and place them in the central directory. Each configuration file should have at least the HostName (domain), OutputDir and LogFile configuration settings specified. You probably will want to specify other settings specific to the domain, such as HideReferrer, HideSite and maybe some others as well. Name the file the same as the domain name, and end it with a .conf extension, so you can easily tell what vhost the configuration is for.