From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 11:16 PM
> The default_build_command code I dropped in should cover the unix (and suexec)
> case, but there were some odd discrepancies amoungst all the code repetition.
> It folds the old, seperate command and argv processing functions into one,
> which they should have been in the first place (who's on first ;-?) So I'm
> asking for anyone who enjoys playing with suexec and SSI to try this patch and
> whack on it a bit.
I'm playing with the unix default method on win32 as well (for fun), and I missed;
argv0 = apr_filename_of_pathname(r->filename);
right before line 563;
nph = !(strncmp(argv0, "nph-", 4));
and tack on the req'd include
#include "apr_lib.h"
Sorry; not quite worth the bandwidth for a full reposting. Please tack that on so
everything is happy.