On 28.05.2008 12:24 +0100 David Chisnall <[EMAIL PROTECTED]> wrote: > Are the GSWAdaptor interface to the web server documented somewhere? > It would be nice to have a FastCGI interface working so that it could > be used with Apache 1 or something more lightweight like Lighttpd. > This would also make more sense on OpenBSD, which runs httpd in a > chroot - using FastCGI allows the app server to be outside this > environment (and, optionally, chroot itself elsewhere after starting).
Basically, the GSWAdaptor is a module that talks HTTP with the web browser and after the request is red it contacts the application and sends the response back to the client. If you want to write a (Fast)CGI module, please look at the Apache2 module from SVN. The old Apache1x code is deprecated. Probably it makes sense to subscribe to the GSWHackers list. -- David Wetzel
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
