pkgsrc/www/ap-scgi/MESSAGE
manu 2f598b667e 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.

This package provide SCGI for Apache
2009-03-03 10:13:34 +00:00

10 lines
383 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2009/03/03 10:13:34 manu Exp $
In order to use ${PKGNAME}, you must add something like this to your Apache
configuration:
LoadModule scgi_module lib/httpd/mod_scgi.so
SCGIMount /dynamic 127.0.0.1:4000
===========================================================================