Re: Patch for NCSA httpd 1.1 seg fault problem

Rob McCool (robm@ncsa.uiuc.edu)
Mon, 7 Feb 1994 11:30:06 --100


/*
* Patch for NCSA httpd 1.1 seg fault problem by burchard@geom.umn.edu
* written on Feb 7, 11:01am.
*
* NCSA httpd 1.1 assumes getenv("PATH") returns non-NULL.
* This fails for example on our SGI Irix 4.0.5 server
* running from inetd. Here is a patch to correct the
* situation...sorry if this has already been mentioned.
*
*/

Actually, it hasn't. Thanks.

--Rob