> I'm using a httpd module that does a socket transfer from the httpd > process to another non-httpd process that is running on the same > system.
Can you post or send that code or a link to it? -- Ray Morris supp...@bettercgi.com Strongbox - The next generation in site security: http://www.bettercgi.com/strongbox/ Throttlebox - Intelligent Bandwidth Control http://www.bettercgi.com/throttlebox/ Strongbox / Throttlebox affiliate program: http://www.bettercgi.com/affiliates/user/register.php On Fri, 20 Jan 2012 10:54:35 +0100 Henrik Strand <henrik.str...@axis.com> wrote: > Hi, > > I'm using a httpd module that does a socket transfer from the httpd > process to another non-httpd process that is running on the same > system. This works but currently only for http connections. I would > now like to get it working for https connections as well. > > My thoughts are that httpd in some way should re-connect to itself > from the https connections to port 80 and transfer the http > connection to my other process while keeping the https connection > alive and inside the httpd context. > > > Does httpd support this out-of-the-box or can this be done with a > specific httpd module or with some httpd.conf magic? Or do I need to > write a module myself that does this? > > Thanks in advance. > > Best Regards, > Henrik > >