1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/mod_fcgid/files/pkg-message.in
Vanilla I. Shu 8e86501b96 Updated www/mod_fcgid to version 1.08. Updated Makefile and other files to
handle cases for both www/apache20 and www/apache22.

Removed www/mod_fcgid/pkg_message. Added www/mod_fcgid/files/pkg_message.in.

PR:		ports/96158
Submitted by:	maintainer
2006-04-23 02:10:22 +00:00

11 lines
366 B
Plaintext

************************************************************
To enable this module, add something like the following
lines to your server configuration file:
LoadModule fcgid_module libexec/apache%%APACHE_VERSION%%/mod_fcgid.so
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
************************************************************