Re: [users@httpd] Socket transfer from Apache httpd to a non-httpd process

2011-05-26 Thread Henrik Strand
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

Re: [users@httpd] Socket transfer from Apache httpd to a non-httpd process

2011-05-26 Thread Torsten Förtsch
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

[users@httpd] Socket transfer from Apache httpd to a non-httpd process

2011-05-26 Thread Henrik Strand
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