home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / Patches / WWWDaemon_3.0.01.patch.README < prev    next >
Encoding:
Text File  |  1995-07-24  |  1.2 KB  |  42 lines

  1. Hi,
  2.  
  3. This patch is for the Cern httpd (version 3.0, library version 2.17).
  4. It allows you to set the *_proxy options from the configuration file.
  5. Normally you have to set them via environment variables.
  6.  
  7. Whenever httpd need the *_proxy settings, it reads them from the environment.
  8. When you specify them only in the configuration file, it puts them into
  9. the environment, but because of the missing putenv() in the NeXT Library,
  10. it can't do it.
  11.  
  12. So all I did, was to include the code for the putenv function, and add a 
  13. define NEED_PUTENV to the NeXT makefile. The putenv is from the
  14. Building_Satan Nextanswer. I have sent this patch to the cern people,
  15. but got no reply so far.
  16.  
  17. To apply this patch, get WWWDaemon_3.0 and WWWLibrary_2.17. Unpack them
  18. into the same directory, apply the patch (sorry, it's a reverse (-R) patch)
  19. and type make.
  20.  
  21. The resulting binaries work for me, if you notice any problems, you can
  22. contact me.
  23.  
  24. This patch can be found in
  25.  
  26.     ftp.informatik.uni-muenchen.de:/pub/comp/platforms/next/Patches/WWWDaemon_3.0.01.patch
  27.  
  28. The source distribution of httpd and other stuff is somewhere in
  29.  
  30.     ftp://info.cern.ch/pub/www/
  31.  
  32. The online documentation is in
  33.  
  34.     http://info.cern.ch/httpd/
  35.  
  36.  
  37.  
  38. have fun,
  39. Marc
  40. ---
  41. yoda@cis.uni-muenchen.de
  42.