Name | Modified | Size | Downloads / Week |
---|---|---|---|
fcgidotnet.tar.bz2 | 2011-04-07 | 19.5 kB | |
README | 2011-04-07 | 1.1 kB | |
Totals: 2 Items | 20.6 kB | 0 |
FCGIDotNet - a C# FastCGI client library Copyright (C) 2011 Richard Mansfield Released under the GNU Affero General Public License 3.0 (see the LICENSE file for details) The license is also available at: http://www.gnu.org/licenses/agpl.html NOTE: Please read the license. If you use this code in your web program, you generally must also release the source code to your program. FCGIDotNet is a simple set of classes to let you serve web pages from a C# application using the FastCGI protocol. Instead of attempting to implement the entire protocol, only the parts applicable to serving page requests have been written. No assembly is provided; to use, simply add include/fcgidotnet.cs to your C# project. FCGIDotNet has so far only been tested with the Apache webserver and mod_fastcgi. Other implementations of FastCGI should be similar, though. For information about configuring Apache's mod_fastcgi see the following: http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html FCGIDotNet hosts FastCGI requests over TCP sockets. Thus, the webserver must be configured to connect to the FCGI client through TCP rather than sockets.