Run the http-analyze program to create HTML pages with your Virtual
Private Servers's web statistics. http-analyze has already been
compiled for your use. The following command will create a monthly
report of access to your Virtual Private Servers web server.
% virtual http-analyze -vm -S YOUR-DOMAIN.NAME
-o /www/htdocs/http-analyze /www/logs/access_log
NOTE: Your log files must be in Common Log Format
in order for this version of http-analyze to run properly.
|
After running the command above you will find several pages with
your Virtual Private Servers's web statistics at the URL:
http://YOUR-DOMAIN.NAME/http-analyze/
Using the virtual command above allows you to specify paths
from the home directory of your Virtual Private Servers, instead
of from the root directory of the host machine of your Virtual Private
Servers. Here is an explanation of the command line arguments used
above and several others you may find useful:
-h print the help list
-d generate short statistics (default)
-m generate full statistics (includes -d)
-v verbose mode: comment ongoing processing
-o outdir name of the directory for HTML output files
-S srvname set server name (default: system name)
The final command line argument used in the example above is the
path and filename of the Virtual Private Servers's web server access
log file.
|