home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / unix / network / www / Analog.2.0.README < prev    next >
Encoding:
Text File  |  1997-02-11  |  1.8 KB  |  43 lines

  1. This is the HTTP Log Analysis program "analog" for NCSA/Apache (and others?) servers.
  2. It is the very latest version of the program as of February 10 1997 (version 2.0)
  3. compiled quad fat for NeXTSTEP by Panagiotis Velissariou.
  4. Please read the Readme.html and LICENSE files included with the distribution.
  5.  
  6. Changes for the NeXT distribution :
  7.  
  8. a) Made a few changes to make it compile without warnings on NeXT.
  9.    Please read the file Analog.2.0/NeXT/README.NeXT for details.
  10. b) Made changes in the html code within analog which are not that important.
  11.  
  12. Analog is installed by default in : /usr/local/etc/httpd/Analog
  13. To install it in any other location you shoud first modify the files :
  14.  
  15.   i) NeXT/Makefile
  16.      from : ANALOGDIR = /usr/local/etc/httpd/Analog
  17.      to   : ANALOGDIR = New Location
  18.  
  19.   ii) NeXT/analhead.h
  20.      from : #define DEFAULTCONFIGFILE "/usr/local/etc/httpd/Analog/conf/sample.conf"
  21.      to   : #define DEFAULTCONFIGFILE "New Location/conf/sample.conf"
  22.  
  23.      from : #define MANDATORYCONFIGFILE "/usr/local/etc/httpd/Analog/conf/mandatory.conf"
  24.      to   : #define MANDATORYCONFIGFILE "New Location/conf/mandatory.conf"
  25.  
  26.   iii) NeXT/analform.c
  27.      from : #define COMMAND "/usr/local/etc/httpd/Analog/bin/analog"
  28.      to   : #define COMMAND "New Location/bin/analog"
  29.  
  30.      from : #define MANDATORYCONFIGFILE "/usr/local/etc/httpd/Analog/conf/mandatory.conf"
  31.      to   : #define MANDATORYCONFIGFILE "New Location/conf/mandatory.conf"
  32.  
  33. and then recompile.
  34.  
  35. submitted to : ftp://next-ftp.peak.org/pub/next/submissions/Analog.2.0.NIHS.tar.gz
  36. and probably will move to :
  37. ftp://next-ftp.peak.org/pub/next/apps/internet/www/Analog.2.0.NIHS.tar.gz
  38.  
  39. Panagiotis Velissariou
  40. e-mail : takis@superior.eng.ohio-state.edu
  41.          takis@takis2.ee.net
  42.          pvelissa@postbox.acs.ohio-state.edu
  43.