diff options
author | nbm <nbm@FreeBSD.org> | 2002-08-20 16:31:06 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2002-08-20 16:31:06 +0000 |
commit | af499ebe1ede0bf62059ddd46cc102d4a64a79a1 (patch) | |
tree | 1f040243124ac652a3e37ccd675deca9d02e51ec /www/mod_scgi/pkg-descr | |
parent | 756693a8bb059ff6222ef4ed168aeed3ae6e13f0 (diff) | |
download | FreeBSD-ports-af499ebe1ede0bf62059ddd46cc102d4a64a79a1.zip FreeBSD-ports-af499ebe1ede0bf62059ddd46cc102d4a64a79a1.tar.gz |
Add mod_scgi 0.2, an apache module that implements the client side of
the SCGI protocol.
Diffstat (limited to 'www/mod_scgi/pkg-descr')
-rw-r--r-- | www/mod_scgi/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/mod_scgi/pkg-descr b/www/mod_scgi/pkg-descr new file mode 100644 index 0000000..63cae96 --- /dev/null +++ b/www/mod_scgi/pkg-descr @@ -0,0 +1,9 @@ +An Apache module that implements the client side of the Simple Common +Gateway Interface protocol. + +The SCGI protocol is a replacement for the Common Gateway Interface +(CGI) protocol. It is a standard for applications to interface with +HTTP servers. It is similar to FastCGI but is designed to be easier to +implement. + +WWW: http://www.mems-exchange.org/software/scgi/ |