|
|||||||||||
|
Re: For 1.1
From: Alexei Kosut <akosut(at)organic.com>
Date: Wed Jun 26 1996 - 13:24:38 EDT
> 0 here as well. Mr. Thau, since alloc.c is your baby, do Alexei's patches
Never mind, actually... that patch didn't work right. Here's one that does (I checked, double and triple). It makes CGI scripts work, exec cmd, and presumably anything else that spawns children using the same mechanism. It's probably not the best way of doing it, but it's a simple patch, and it works well enough: Index: alloc.c RCS file: /export/home/cvs/apache/src/alloc.c,v retrieving revision 1.6 diff -c -r1.6 alloc.c *** alloc.c 1996/06/17 20:43:45 1.6 --- alloc.c 1996/06/26 17:23:56
#include <stdarg.h>
+ extern int standalone;
/***************************************************************** *
This archive was generated by hypermail 2.1.8 : Thu Aug 24 2006 - 14:43:46 EDT |
||||||||||
|
|||||||||||