diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-09 12:10:22 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-09 12:10:22 +0000 |
commit | 74f011850a0b3d8523a17bba2d9bf5396b66218a (patch) | |
tree | 8aeabd2bb92c6d768382d1291edc38bf71fae24c /www/Makefile | |
parent | Updated to 1.27 (diff) |
pwebstats will analyse a web server log in Common Log Format, or proxy server
log, producing a variety of statistics. The output is a series of HTML pages
and graphs.
PR: 54508
Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
Notes
Notes:
svn path=/head/; revision=86633
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 92f256776b68..be3c068dbd9a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -416,6 +416,7 @@ SUBDIR += privoxy SUBDIR += privoxy+ipv6 SUBDIR += publicfile + SUBDIR += pwebstats SUBDIR += py-HTMLgen SUBDIR += py-albatross SUBDIR += py-fcgi |