Re: [us...@httpd] Enabling CGI on Apache 2.2 on Mac OS X 10.6.4

2010-08-30 Thread Stephen Love
ee us online at http://www.LOVEnCompany.com. -- Original Message -- From: Diego Sebasti�Birch To: Subject: [us...@httpd] Enabling CGI on Apache 2.2 on Mac OS X 10.6.4 Date: Mon, 30 Aug 2010 15:48:44 +0200 Hello everyone, I've recently started developing applications on

RE: [us...@httpd] Enabling CGI on Apache 2.2 on Mac OS X 10.6.4

2010-08-30 Thread Diego Sebastián Birch
progressing :) I do appreciate the time you've taken in answering me, though. Thanks again. Take care, Diego > From: bobc...@mac.com > Date: Mon, 30 Aug 2010 10:42:25 -0500 > To: users@httpd.apache.org > Subject: [us...@httpd] Enabling CGI on Apache

RE: [us...@httpd] Enabling CGI on Apache 2.2 on Mac OS X 10.6.4

2010-08-30 Thread Diego Sebastián Birch
> Subject: Re: [us...@httpd] Enabling CGI on Apache 2.2 on Mac OS X 10.6.4 > > > On 30 Aug 2010, at 14:48, Diego Sebastián Birch wrote: > >> So far, what I have done is:1) Write a small application that outputs >> "HTTP/1.0 200 OK > > That's not a valid

Re: [us...@httpd] Enabling CGI on Apache 2.2 on Mac OS X 10.6.4

2010-08-30 Thread Nick Kew
On 30 Aug 2010, at 14:48, Diego Sebastián Birch wrote: > So far, what I have done is:1) Write a small application that outputs > "HTTP/1.0 200 OK That's not a valid CGI header (it's an HTTP Response line, but HTTP is not CGI). Take it out. -- Nick Kew -

[us...@httpd] Enabling CGI on Apache 2.2 on Mac OS X 10.6.4

2010-08-30 Thread Diego Sebastián Birch
Hello everyone, I've recently started developing applications on a Mac OS X, and one of them is a migration from a C++ CGI written for MS Windows. Porting it has been more or less fine, but I'm stuck with actually executing my program as a CGI. All I have managed to do is download my binary ima