home *** CD-ROM | disk | FTP | other *** search
- This is the HTTP Log Analysis program "analog" for NCSA/Apache (and others?) servers.
- It is the very latest version of the program as of February 10 1997 (version 2.0)
- compiled quad fat for NeXTSTEP by Panagiotis Velissariou.
- Please read the Readme.html and LICENSE files included with the distribution.
-
- Changes for the NeXT distribution :
-
- a) Made a few changes to make it compile without warnings on NeXT.
- Please read the file Analog.2.0/NeXT/README.NeXT for details.
- b) Made changes in the html code within analog which are not that important.
-
- Analog is installed by default in : /usr/local/etc/httpd/Analog
- To install it in any other location you shoud first modify the files :
-
- i) NeXT/Makefile
- from : ANALOGDIR = /usr/local/etc/httpd/Analog
- to : ANALOGDIR = New Location
-
- ii) NeXT/analhead.h
- from : #define DEFAULTCONFIGFILE "/usr/local/etc/httpd/Analog/conf/sample.conf"
- to : #define DEFAULTCONFIGFILE "New Location/conf/sample.conf"
-
- from : #define MANDATORYCONFIGFILE "/usr/local/etc/httpd/Analog/conf/mandatory.conf"
- to : #define MANDATORYCONFIGFILE "New Location/conf/mandatory.conf"
-
- iii) NeXT/analform.c
- from : #define COMMAND "/usr/local/etc/httpd/Analog/bin/analog"
- to : #define COMMAND "New Location/bin/analog"
-
- from : #define MANDATORYCONFIGFILE "/usr/local/etc/httpd/Analog/conf/mandatory.conf"
- to : #define MANDATORYCONFIGFILE "New Location/conf/mandatory.conf"
-
- and then recompile.
-
- submitted to : ftp://next-ftp.peak.org/pub/next/submissions/Analog.2.0.NIHS.tar.gz
- and probably will move to :
- ftp://next-ftp.peak.org/pub/next/apps/internet/www/Analog.2.0.NIHS.tar.gz
-
- Panagiotis Velissariou
- e-mail : takis@superior.eng.ohio-state.edu
- takis@takis2.ee.net
- pvelissa@postbox.acs.ohio-state.edu
-