1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
http-analyze 2.4 - A log analyzer for web servers
=================================================
Last update: 01/November/1999
LIST OF ALL FILES
-----------------
The http-analyze Unix distribution comes as a TAR archive with the
following files, which are placed in a directory `http-analyze2.4':
README Description of http-analyze 2.4
README.de " " in German language
README.it " " in Italian language
CHANGES List of changes
FILELIST List of files
INSTALL Installation instructions
INSTALL.de " " in German language
INSTALL.it " " in German language
LICENSE Personal License for the freeware version
Makefile Top-most Makefile in the Open Source Distribution
makeinstall Installation script in the Binary Distribution
bindist/ BINARY DISTRIBUTION ONLY:
VERSIONS A list of all available binaries
http-analyze.* Pre-compiled executables for several platforms
src/ SOURCE DISTRIBUTION ONLY:
Makefile Makefile for http-analyze
config.h Platform-specific configuration settings
http-analyze.c, defs.h, cntrycode.[hc], images.c, patchlevel.h,
utils.c,vrml.c Source files you should not need to touch
patches/ SOURCE DISTRIBUTION ONLY:
patch01 Patch 01: Fixed bug with streq in isHiddenItem.
man/ ONLINE-MANUAL:
Makefile,http-analyze.{man,1,ps,pdf}
Manpage of http-analyze in various formats
msgcat/ MULTI-NATIONAL LANGUAGE SUPPORT:
Makefile Makefile for MNLS message catalogs
gen-msgcat Perl script to convert XPG message source files
into the SVR4-style source format.
ha-XX.str Message source file for locale XX. For example,
"ha-de.str" contains german messages (locale 'de').
ha-XX.cat Message catalog file for locale XX. Created from
the message source file for systems without perl.
files/ REQUIRED SUPPORT FILES AND BUTTONS:
logfmt.clf Sample file for "NCSA Common Logfile Format (CLF)"
logfmt.dlf Sample file for "W3C Extended Logfile Format (DLF)"
logfmt.elf Sample file for "W3C Extended Logfile Format (ELF)"
ha2.4*.gif http-analyze 2.4 logos for black/white background
TLD Sample list of Top-Level-Domains (*)
TLD " " in French language (*)
3Dlogo.wrl.gz Optional logo for VRML (*)
3Dprolog.wrl Optional prolog for VRML (*)
3DshelfMotion.wav Optional sound file for VRML (*)
bugreport.html Bug reporting form (*)
btn/*.png Buttons and images (*)
btn-XX/*.png Localized buttons for locale XX (*)
(*) Those files are installed in the central HA_LIBDIR (by default,
/usr/local/lib/http-analyze) during a "make install". They are
copied automatically into an output directory by http-analyze.
tools/ HELPER APPLICATIONS:
rotate-httpd Script to rotate the logfile at the 1st of a new month
verify Script to verify the number of logfile entries
contrib/ UNSUPPORTED CONTRIBUTIONS:
cvtmsiis.pl A perl script to convert MS IIS "W3C Extended Logfile
Format (ELF)" into that kind of ELF the rest of the
world understands.
fquest_btn.tar Alternative buttons for the frames-based UI.
By Debbie & Andrew Gillespie <ccTech@FutureQuest.net>
run_stats.pl
rotate_logs_plat.pl
Two handy perl scripts to rotate logfiles and run the
statistics for Apache-based virtual web servers.
By Sebastien Joncheray from Raynette <info@raynette.com>
|