RE: tcp/ip sockets in apache module

2014-06-17 Thread Tim McCracken
ubject: Re: tcp/ip sockets in apache module On Fri, May 23, 2014 at 1:58 PM, Jeremy Thompson wrote: > I'Ll give that a shot. I'Ve used source level debugging in IDE's but > it looks like I'Ll be using GDB for this one. Thanks. > Have a look at http://httpd.apache.

Re: tcp/ip sockets in apache module

2014-06-09 Thread Jim Jagielski
It seems that the connect and websocket mod_proxy sub-modules in 2.4.x would form a baseline for your module. On May 23, 2014, at 1:27 PM, Jeremy Thompson wrote: > I'm trying to write a module for apache. I've successfully compile in a > test module that doesn't do a whole lot yet. I would like

Re: tcp/ip sockets in apache module

2014-05-24 Thread Alex Bligh
On 23 May 2014, at 18:27, Jeremy Thompson wrote: > I'm trying to write a module for apache. I've successfully compile in a > test module that doesn't do a whole lot yet. I would like to be able to use > tcp/ip sockets in the module to talk to another server. I added in some > test code that sh

Re: tcp/ip sockets in apache module

2014-05-23 Thread Nick Kew
On Fri, 2014-05-23 at 10:27 -0700, Jeremy Thompson wrote: > I'm trying to write a module for apache. I've successfully compile in a > test module that doesn't do a whole lot yet. I would like to be able to use > tcp/ip sockets in the module to talk to another server. This may or may not make sen

RE: [EXTERNAL] Re: tcp/ip sockets in apache module

2014-05-23 Thread Nebergall, Christopher
__LOG.html#ga7b7009cfaad5a84be316e523d7ef1236 -Topher -Original Message- From: Jeff Trawick [mailto:traw...@gmail.com] Sent: Friday, May 23, 2014 1:14 PM To: modules-dev@httpd.apache.org Subject: [EXTERNAL] Re: tcp/ip sockets in apache module On Fri, May 23, 2014 at 1:58 PM, Jeremy Thomp

Re: tcp/ip sockets in apache module

2014-05-23 Thread Jeff Trawick
On Fri, May 23, 2014 at 1:58 PM, Jeremy Thompson wrote: > I'Ll give that a shot. I'Ve used source level debugging in IDE's but it > looks like I'Ll be using GDB for this one. Thanks. > Have a look at http://httpd.apache.org/dev/debugging.html On Windows, you can start httpd normally and attac

Re: tcp/ip sockets in apache module

2014-05-23 Thread Jeremy Thompson
I'Ll give that a shot. I'Ve used source level debugging in IDE's but it looks like I'Ll be using GDB for this one. Thanks. On 5/23/14 10:41 , "Jeff Trawick" wrote: >On Fri, May 23, 2014 at 1:27 PM, Jeremy Thompson >> wrote: > >> I'm trying to write a module for apache. I've successfully c

Re: tcp/ip sockets in apache module

2014-05-23 Thread Jeff Trawick
On Fri, May 23, 2014 at 1:27 PM, Jeremy Thompson wrote: > I'm trying to write a module for apache. I've successfully compile in a > test module that doesn't do a whole lot yet. I would like to be able to > use > tcp/ip sockets in the module to talk to another server. I added in some > test cod