> Where might I find an example of building a Mac OS X CGI with Xcode
> that would work with Apache? Thanks in advance.
A CGI is just a command line tool. Inside the CGI you'll need to use some API to
get access to the parameters passed to you from the web server, but that is
independent of Xcode and is explained at
<http://httpd.apache.org/docs/1.3/howto/cgi.html>.
hth
Ben

Signature
If this message helped you, consider buying an item
from my wish list: <http://artins.org/ben/wishlist>
I changed my name: <http://periodic-kingdom.org/People/NameChange.php>
Chris Hanson - 14 Aug 2005 00:57 GMT
In article <1123912415.529501.201490@o13g2000cwo.googlegroups.com>,
"Jonathan Hoyle" <jonhoyle@mac.com> wrote:
> Where might I find an example of building a Mac OS X CGI with Xcode
> that would work with Apache? Thanks in advance.
Also, if you're interested in building web applications for Mac OS X,
be sure to check out WebObjects.
<http://www.apple.com/webobjects/>
<http://developer.apple.com/webobjects/>
The WebObjects 5.3 developer tools are included free in Xcode 2.1 as an
optional install. A WebObjects 5.3 deployment license is included with
Mac OS X Server 10.4.
-- Chris