home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Web / Servers / apache-1.2.4-MIHS / README < prev   
Encoding:
Text File  |  1997-08-23  |  953 b   |  45 lines

  1.  
  2. 22 August 1997
  3. TjL <luomat+next@luomat.peak.org>
  4.  
  5. Apache.1.2.4     QuadFat for NeXTStep
  6.  
  7. Ok, I compiled 1.2.3 the other day, so they release 1.2.4 with bug fixes in it.
  8.  
  9. *grr*
  10.  
  11. Ok, this is a little nicer, it has more than just the 'httpd' compiled (since Hebrew is now over, and I passed :-) but it is still entirely untested.
  12.  
  13. This release:
  14.  
  15.     original-source    The original source code from
  16.             www.apache.org
  17.  
  18.     man        The man pages (where available)
  19.  
  20.     bin         The compiled programs:
  21.                 dbmmanage
  22.                 dbmmanage.new
  23.                 htdigest
  24.                 htpasswd
  25.                 httpd
  26.                 httpd_monitor
  27.                 log_server_status
  28.                 rotatelogs
  29.                 logresolve
  30.  
  31. Note: 'logresolve.c' will not compile as it is distributed.  You must add:
  32.  
  33. #ifdef NeXT
  34. #define strdup(s) NXCopyStringBuffer(s)
  35. #endif
  36.  
  37. Thanks to Scott Anguish for pointing this fix out.
  38.  
  39. I have reported it to the Apache folks, who will hopefully include it in later releases.
  40.  
  41.  
  42. Hopefully this release will have a longer shelf-life.
  43.  
  44. EOF
  45.