mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
8e86501b96
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
11 lines
366 B
Plaintext
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>
|
|
************************************************************
|