2f598b667e
(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
10 lines
383 B
Text
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
|
|
|
|
===========================================================================
|