That stinks of a segfault. The admission to using Windows at the end
makes me suspect it even more, as Windows has an unfortunate habit, due
to the MPM implementation, of a thread segfault taking the whole server
down with it, causing a several second delay while it cleans up the old
process and r
> Hi --
>
> I am getting the following message recurring in my log:
>
> Parent: child process exited with status 255 -- Restarting.
>
> followed by the process restart sequence.
>
> I have tracked it down to a call to $r->content which doesn't seem to
> return properly.
>
> It would appear tha
I've been working to find a solution to adding Post data to a sub
request for a few days now (since last week when I posted about
retrieving the POST data in the first place).
Adding the POST data to the $subr object using write doesn't work,
because it tries to add it to the output response a
Hi --
I am getting the following message recurring in my log:
Parent: child process exited with status 255 -- Restarting.
followed by the process restart sequence.
I have tracked it down to a call to $r->content which doesn't seem to
return properly.
It would appear that
1. The POST request h