Re: cocoa with apache
Re: cocoa with apache
- Subject: Re: cocoa with apache
- From: Dado Colussi <email@hidden>
- Date: Sat, 19 Aug 2006 11:44:51 +0200
A foundation tool is just an application that links against the
Foundation framework. It should be quite possible to write an Apache
module or a CGI application that uses Objective-C and the Foundation.
The Apache module API [1] provides everything to deal with HTTP
headers. If I recall correctly, CGI API [2,3] doesn't provide access
to HTTP headers. Both mechanisms should work with the Apache web
server that ships with Mac OS X.
Dado
[1] http://modules.apache.org/doc/API.html
[2] http://en.wikipedia.org/wiki/Common_Gateway_Interface
[3] http://www.w3.org/CGI/
On Aug 19, 2006, at 08:24, Dimitri Bouniol wrote:
Is it possible to use a cocoa foundation tool in the default
version of apache that apple has in the main OS?
If it is, are there any frameworks to handle headers and other
information sent by web browsers?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden