On 17 Sep 1999 12:50:00 -0000, you wrote: Here's the patch. Ignore the version numbers, they're from my own CVS repository - this is against the 1.3.9 distribution
Index: apache/src/main/http_main.c diff -c apache/src/main/http_main.c:1.1.1.3 apache/src/main/http_main.c:1.1.1.3.2.3 *** apache/src/main/http_main.c:1.1.1.3 Tue Sep 14 16:49:18 1999 --- apache/src/main/http_main.c Fri Sep 17 17:15:02 1999 *************** *** 5815,5821 **** pCommand = ap_psprintf(p, "\"%s\" -Z %s -f \"%s\"", buf, exit_event_name, ap_server_confname); for (i = 1; i < argc; i++) { ! pCommand = ap_pstrcat(p, pCommand, " ", argv[i], NULL); } /* Create a pipe to send socket info to the child */ --- 5815,5821 ---- pCommand = ap_psprintf(p, "\"%s\" -Z %s -f \"%s\"", buf, exit_event_name, ap_server_confname); for (i = 1; i < argc; i++) { ! pCommand = ap_pstrcat(p, pCommand, " \"", argv[i], "\"", NULL); } /* Create a pipe to send socket info to the child */ ************************************ David Whitmarsh Sparkle Computer Co Ltd Sybase C C++ perl UNIX NT ************************************