home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / unix / network / www / wwwcount.2.3.README < prev   
Encoding:
Text File  |  1997-01-21  |  3.7 KB  |  114 lines

  1. wwwcount.2.3 compiled quad fat for NeXTSTEP by Panagiotis Velissariou.
  2.  
  3. Since I haven't see version 2.3 in the archives and since I am using it
  4. on my NeXTstation and on SGI for quit some time now I just recompiled
  5. it and submitted to the archives.
  6. Compilation and installation of this program is easy (just follow the
  7. steps below)
  8.  
  9. This is Muhammad A Muquit's Count 2.3 program, a CGI program to keep record
  10. of the raw hits of a web page.
  11. The official homepage of Count is moved to :
  12. http://www.fccc.edu/users/muquit/Count.html
  13.  
  14. submitted to : ftp://next-ftp.peak.org/pub/next/submissions/wwcount.2.3.tar.gz
  15. and probably will move to :
  16. ftp://next-ftp.peak.org/pub/next/apps/internet/www/wwcount.2.3.tar.gz
  17.  
  18. Panagiotis Velissariou
  19. e-mail : takis@superior.eng.ohio-state.edu
  20.          takis@takis2.ee.net
  21.          pvelissa@postbox.acs.ohio-state.edu
  22. ----------------------------------------------------------------------
  23.  
  24. Steps required to install the wwwcount.2.3 binaries
  25. ---------------------------------------------------
  26.  
  27.    The defaults compiled in the binary Count.cgi are :
  28.  
  29.    cgi-bin direrctory [/usr/local/etc/httpd/cgi-bin]
  30.    Base directory [/usr/local/etc/httpd/Counter]
  31.    Config directory [/usr/local/etc/httpd/Counter/conf]
  32.    configuration file [sample.conf]
  33.    Data directory [/usr/local/etc/httpd/Counter/data]
  34.    Log directory [/usr/local/etc/httpd/Counter/Log]
  35.    Name of the log file [sample.log]
  36.  
  37.    If you need to change any or all of the above defaults
  38.    go to the next section "Steps required to compile and install
  39.    wwwcount.2.3"
  40.  
  41.    Otherwise do the following to install Count.cgi and supporting
  42.    files in your system :
  43.  
  44. 1) Run :
  45.    ./Gen-conf
  46.    To generate the configuration file
  47.    Please answer all the questions (straight forward) and rename the
  48.    resulting file count.cfg to sample.conf.
  49.  
  50. 2) Edit the sample.conf file to suit your needs
  51.  
  52. 3) Run :
  53.    ./Count-install
  54.    To install the Count.cgi and all the supporting files in your
  55.    system.
  56.  
  57. 4) Edit first line the file /usr/local/etc/httpd/Counter/data/sample.dat
  58.    such that it reads 1 instead of 0
  59.  
  60. 5) Read the documentation in the docs directory of how to use
  61.    Count.cgi in your web pages.
  62.  
  63. Steps required to compile and install wwwcount.2.3
  64. --------------------------------------------------
  65. 1) Go to wwwcount.2.3 source directory and run :
  66.    ./Count-config
  67.    and answer all the questions (straight forward)
  68.  
  69.    These are the defaults I used to compile wwwcount.
  70.  
  71.    cgi-bin direrctory [/usr/local/etc/httpd/cgi-bin]
  72.    Base directory [/usr/local/etc/httpd/Counter]
  73.    Config directory [/usr/local/etc/httpd/Counter/conf]
  74.    configuration file [sample.conf]
  75.    Data directory [/usr/local/etc/httpd/Counter/data]
  76.    Log directory [/usr/local/etc/httpd/Counter/Log]
  77.    Name of the log file [sample.log]
  78.  
  79. 2) Run :
  80.    ./configure
  81.    This will check your system and create the Makefiles.
  82.  
  83. 3) Go end review/edit if neccessary the :
  84.    Makefile, combine/Makefile and utils/Makefile
  85.    files to suit your needs.
  86.    OR use the Makefile.NeXT in each directory
  87.    I included 
  88.    "-O2 -pipe -arch hppa -arch i386 -arch m68k -arch sparc -no-precomp"
  89.    in CFLAGS
  90.  
  91. 4) Run :
  92.    make
  93.    This will create the binaries
  94.  
  95. 5) Run :
  96.    ./Gen-conf
  97.    To generate the configuration file
  98.    Please answer all the questions (straight forward) and rename the
  99.    resulting file count.cfg to sample.conf or whatever name you used
  100.    in (1) above
  101.  
  102. 6) Edit the sample.conf file to suit your needs
  103.  
  104. 7) Run :
  105.    ./Count-install
  106.    To install the Count.cgi and all the supporting files in your
  107.    system.
  108.  
  109. 8) Edit first line the file /usr/local/etc/httpd/Counter/data/sample.dat
  110.    such that it reads 1 instead of 0
  111.  
  112. 9) Read the documentation in the docs directory of how to use
  113.    Count.cgi in your web pages.
  114.