Apache module development on Mac OS X

2014-06-17 Thread Sindhi Sindhi
Hi, I have a C++ Apache (v2.2.26) module that I created for Windows 7. I am now supporting this Apache module for Mac OS X Mavericks, and I'm quite new to Mac. This Mac version comes with a pre-installed Apache 2.2.26. In the Apache module code, I have references to the apr_ calls (like

Re: Apache module development on Mac OS X

2014-06-17 Thread Sindhi Sindhi
Thankyou Nick. Actually I was looking at options to build the Apache module on systems where Apache server is not installed (and hence apxs is not available), so that the module can be built on such build machines also. I can do this on Windows and Linux, which provide the load-time linking

RE: tcp/ip sockets in apache module

2014-06-17 Thread Tim McCracken
I have a module that does this in Windows. I used code right off the MSDN site for a TCP/IP client. Did you remember to do wsastartup? -Original Message- From: Jeff Trawick [mailto:traw...@gmail.com] Sent: Friday, May 23, 2014 1:14 PM To: modules-dev@httpd.apache.org Subject: Re:

Re: Apache module development on Mac OS X

2014-06-17 Thread Jeff Trawick
On Tue, Jun 17, 2014 at 8:44 AM, Sindhi Sindhi sindhi@gmail.com wrote: Thankyou Nick. Actually I was looking at options to build the Apache module on systems where Apache server is not installed (and hence apxs is not available), so that the module can be built on such build machines