The following reply was made to PR os-windows/5028; it has been noted by GNATS.
From: David Whitmarsh <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], apache-bugdb@apache.org Cc: Subject: Re: os-windows/5028: Use of -c or -C options prevents apache from running Date: Tue, 21 Sep 1999 21:01:59 +0100 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 =3D ap_psprintf(p, "\"%s\" -Z %s -f \"%s\"", buf, = exit_event_name, ap_server_confname); =20 =20 for (i =3D 1; i < argc; i++) { ! pCommand =3D ap_pstrcat(p, pCommand, " ", argv[i], NULL); } =20 /* Create a pipe to send socket info to the child */ --- 5815,5821 ---- pCommand =3D ap_psprintf(p, "\"%s\" -Z %s -f \"%s\"", buf, = exit_event_name, ap_server_confname); =20 =20 for (i =3D 1; i < argc; i++) { ! pCommand =3D ap_pstrcat(p, pCommand, " \"", argv[i], "\"", = NULL); } =20 /* Create a pipe to send socket info to the child */ ************************************ David Whitmarsh Sparkle Computer Co Ltd Sybase C C++ perl UNIX NT ************************************