Re: Patch for NCSA httpd 1.1 seg fault problem

robm@ncsa.uiuc.edu (Rob McCool)
Errors-To: secret@www0.cern.ch
Date: Mon, 7 Feb 1994 11:30:06 --100
Message-id: <9402071016.AA21039@void.ncsa.uiuc.edu>
Errors-To: secret@www0.cern.ch
Reply-To: www-talk@www0.cern.ch
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: robm@ncsa.uiuc.edu (Rob McCool)
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: Patch for NCSA httpd 1.1 seg fault problem
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 383
/*
 * 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