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.
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
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
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
__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
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
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
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