Re: how to get started?

2007-03-28 Thread Issac Goldstand
William A. Rowe, Jr. wrote: > Sam Carleton wrote: >> Ok, >> >> I have apxs installed!! >> >> I have created a basic project called fancy_image_handler, when I >> follow the instructions in the comment of the >> mod_fancy_image_handler.c, here is what I am getting: >> >> D:\Temp\fancy_

Re: how to get started?

2007-03-28 Thread William A. Rowe, Jr.
Sam Carleton wrote: > Ok, > > I have apxs installed!! > > I have created a basic project called fancy_image_handler, when I > follow the instructions in the comment of the > mod_fancy_image_handler.c, here is what I am getting: > > D:\Temp\fancy_image_handler>apxs -c -i mod_fancy_ima

Re: how to get started?

2007-03-27 Thread Sam Carleton
On 3/27/07, Ralf Mattes <[EMAIL PROTECTED]> wrote: > Oh, I have lots of *NIX machines to pick from, I have a OpenBSD > machine (my firewall), Solaris 8, and a SuSE Linux, no need for > VMWare. Good. Still - the virtual testserver thing really grew on me: I have a clearly defined build/test envi

Re: how to get started?

2007-03-27 Thread Ralf Mattes
On Tue, 2007-03-27 at 10:58 -0400, Sam Carleton wrote: > On 3/27/07, Ralf Mattes <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-03-26 at 22:05 -0400, Sam Carleton wrote: > > > Ok folks, > > > > > > I am developing on Windows. I have VC6, VS2005, and Cygwin installed. > > > I would prefer ot use VS20

Re: how to get started?

2007-03-27 Thread Sam Carleton
On 3/27/07, Ralf Mattes <[EMAIL PROTECTED]> wrote: On Mon, 2007-03-26 at 22:05 -0400, Sam Carleton wrote: > Ok folks, > > I am developing on Windows. I have VC6, VS2005, and Cygwin installed. > I would prefer ot use VS2005, but VC6 will work, Cygwin is a last > resort, VERY last resort. I firs

Re: how to get started?

2007-03-27 Thread Ralf Mattes
On Mon, 2007-03-26 at 22:05 -0400, Sam Carleton wrote: > Ok folks, > > I am developing on Windows. I have VC6, VS2005, and Cygwin installed. > I would prefer ot use VS2005, but VC6 will work, Cygwin is a last > resort, VERY last resort. I first thought I would try Ralf's advice > of running ap

Re: how to get started?

2007-03-26 Thread Issac Goldstand
You may need to do apxs -llibhttpd -llibapr-1 -llibaprutil-1 -c ... I've noticed that libs aren't handled properly lately... Sam Carleton wrote: > Ok, > > I have apxs installed!! > > I have created a basic project called fancy_image_handler, when I > follow the instructions in the c

Re: how to get started?

2007-03-26 Thread Sam Carleton
Ok, I have apxs installed!! I have created a basic project called fancy_image_handler, when I follow the instructions in the comment of the mod_fancy_image_handler.c, here is what I am getting: D:\Temp\fancy_image_handler>apxs -c -i mod_fancy_image_handler.c cl /nologo /MD /W3 /O2

Re: how to get started?

2007-03-26 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: > 3. You can always build from a project as well. Simple examples can be >found in the httpd sources, such as mod_example.dsp. Building out-of >the httpd tree, you'll have to point your project at the includes for >httpd and apr (cpp /I flags) and libhttpd.

Re: how to get started?

2007-03-26 Thread William A. Rowe, Jr.
1. If your module will ONLY ever be a handler that runs on windows, ISAPI (mod_isapi) might be a better choice. Certainly better than fastcgi for windows-specific apps. (FastCGI is fast because of fork() which windows doesn't support). 2. If you want a windows module, and want to build

how to get started?

2007-03-26 Thread Sam Carleton
Ok folks, I am developing on Windows. I have VC6, VS2005, and Cygwin installed. I would prefer ot use VS2005, but VC6 will work, Cygwin is a last resort, VERY last resort. I first thought I would try Ralf's advice of running apxs -g -n fancy_image_handler, but I cannot find apxs on my Windows