78b96acdc6
The mod_fcgid Apache module is a binary compatible alternative to Apache module mod_fastcgi, but only for apache2 and later. FastCGI provides a high-performance alternative to CGI for writing webserver applications.
13 lines
439 B
Text
13 lines
439 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2007/01/25 20:22:54 abs Exp $
|
|
|
|
To enable this module, add something like the following lines to
|
|
your Apache server configuration file:
|
|
|
|
LoadModule fcgid_module lib/httpd/mod_fcgid.so
|
|
|
|
<IfModule mod_fcgid.c>
|
|
AddHandler fcgid-script .fcgi
|
|
</IfModule>
|
|
|
|
===========================================================================
|