Sorry. I forgot to mention that the implementation needs to be done in
C.
Best Regards,
Henrik
On Thu, 2011-05-26 at 11:13 +0200, Torsten Förtsch wrote:
> On Thursday, May 26, 2011 10:01:35 Henrik Strand wrote:
> > I would like to transfer the file/socket descriptor for a client
> > connection f
On Thursday, May 26, 2011 10:01:35 Henrik Strand wrote:
> I would like to transfer the file/socket descriptor for a client
> connection from the Apache httpd process to a non-httpd process
> running on the same system as Apache httpd, thus transferring the
> server response responsibility from Apac
Hi,
I would like to transfer the file/socket descriptor for a client
connection from the Apache httpd process to a non-httpd process running
on the same system as Apache httpd, thus transferring the server
response responsibility from Apache httpd to the non-httpd process.
Does Apache httpd supp