Port details |
- mod_fcgid Alternative FastCGI module for Apache2
- 2.3.9 www =11 2.3.9Version of this port present on the latest quarterly branch.
- Maintainer: freebsd.ports@webstyle.ch
- Port Added: 2004-08-12 13:55:23
- Last Update: 2023-01-25 17:54:07
- Commit Hash: 40843b1
- People watching this port, also watch:: clamav, postfix, p5-libwww, pcre, rsync
- License: APACHE20
- WWW:
- https://httpd.apache.org/mod_fcgid/
- Description:
- mod_fcgid is a high performance alternative to mod_cgi or mod_cgid,
which starts a sufficient number instances of the CGI program to
handle concurrent requests, and these programs remain running to
handle further incoming requests. It is favored by the PHP developers,
for example, as a preferred alternative to running mod_php in-process,
delivering very similar performance.
License: Apache License
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_fcgid>0:www/mod_fcgid
- To install the port:
- cd /usr/ports/www/mod_fcgid/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_fcgid
- pkg install ap24-mod_fcgid
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_fcgid
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (apache2/mod_fcgid-2.3.9.tar.gz) = 1cbad345e3376b5d7c8f9a62b471edd7fa892695b90b79502f326b4692a679cf
SIZE (apache2/mod_fcgid-2.3.9.tar.gz) = 107582
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- Runtime dependencies:
-
- apxs : www/apache24
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ap24-mod_fcgid-2.3.9:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_mod_fcgid
- USES:
- apache cpe
- pkg-message:
- For install:
- To enable this module, add something like the following
lines to your server configuration file:
LoadModule fcgid_module libexec/apache24/mod_fcgid.so
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
If you are upgrading from mod_fcgid 2.2, you have to rename
the directives you have used in the config files:
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#upgrade
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.9 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.9 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.3.9 29 Jun 2022 16:33:12 |
Po-Chuan Hsieh (sunpoet) |
www/mod_fcgid: Update WWW
Approved by: portmgr (blanket) |
2.3.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.9 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.3.9 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
2.3.9 31 Dec 2015 01:18:29 |
amdmi3 |
- Switch to options helpers
- Modernize plist
Approved by: portmgr blanket |
2.3.9 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.3.9 13 Apr 2015 19:26:19 |
sunpoet |
- Add CPE information
PR: 199024
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Approved by: maintainer (timeout, 14 days) |
2.3.9 16 Jul 2014 03:34:57 |
adamw |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist. |
2.3.9 24 Apr 2014 16:42:33 |
mat |
Replace all @unexec /bin/rmdir with @unexec rmdir
With hat: portmgr
Sponsored by: Absolight |
2.3.9 22 Mar 2014 23:59:59 |
ohauer |
- add LICENSE=APACHE20
PR: ports/187028
Submitted by: <freebsd.ports@webstyle.ch> (maintainer) |
2.3.9 10 Oct 2013 20:02:42 |
ohauer |
- update mod_fcgid to version 2.3.9
- add stage support
- add vuxml entry
PR: ports/182878
Submitted by: Fabiano Sidler <freebsd.ports@webstyle.ch> (maintainer)
Security: CVE-2013-4365 |
2.3.7 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.3.7 28 Aug 2013 05:05:07 |
ohauer |
- update to version 2.3.7
- remove vhost fix [1]
- change maintainer to submitter
Changes with mod_fcgid 2.3.7
o Periodically clean out the brigades which are pulling in the request
body for handoff to the fcgid child. PR: 51749
[Dominic Benson <dominic.benson thirdlight.com>]
o Resolve crash during graceful restarts. PR 50309
[Mario Brandt <JBlond gmail.com>]
o Solve latency/cogestion of resolving effective user file access rights
when no such info is desired, for config related filename stats.
PR: 51020 [Thangaraj AntonyCrouse <thangaraj gmail.com>, William Rowe] (Only the first 15 lines of the commit message are shown above ) |
2.3.6_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.3.6_1 24 Sep 2012 20:55:01 |
ohauer |
- USE_APACHE s/22+/22/
some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk
with hat apache@ |
2.3.6_1 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
2.3.6_1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
2.3.6 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.3.6 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
2.3.6 27 Dec 2010 19:56:06 |
pgollucci |
- Update to 2.3.6
- Remove MD5
PR: ports/152846
Submitted by: Marko Njezic <mrmax063@maxempire.com>
Approved by: maintainer timeout (hemi@puresimplicity.net ; 17 days) |
2.3.5 06 Jun 2010 05:00:32 |
pgollucci |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
2.3.5 25 May 2010 20:17:37 |
pgollucci |
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav) |
2.3.5 05 Feb 2010 04:10:24 |
pgollucci |
- Update 2.3.5 [1]
- added patch from http://svn.apache.org/viewvc?view=revision&revision=905302
[1]
(fixes incorrect mutex permissions)
PR: 142795 [2], 143435 [3], 143458 [3], 143563 [1]
Submitted by: Sergey Prikhodko <sergey@network-asp.biz>
Approved by: maintainer timeout (hemi@puresimplicity.net; 22 days [2])
no response from maintainer [3] |
2.3.4 26 Dec 2009 06:55:19 |
pgollucci |
- Update to 2.3.4
PR: ports/141389
Submitted by: Carsten Wiedmann <carsten_sttgt@gmx.de>
Approved by: maintainer timeout (14 days) |
2.2 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
2.2 21 May 2009 20:45:34 |
pgollucci |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports) |
2.2 22 Apr 2009 00:19:42 |
pgollucci |
- WITH_APACHE2 is deprecated
- Use SFE macro
- Use APACHEMODDIR
PR: ports/133684
Approved by: maintainer
Submitted by: me |
2.2 19 Dec 2008 15:23:48 |
pav |
- Fix plist for apache 2.2
PR: ports/123281
Reported by: Sam <brandt_21s@yahoo.com> |
2.2 16 Dec 2007 13:20:08 |
araujo |
- Update to 2.2.
PR: ports/117014
Submitted by: Sergey Prikhodko <sergey@network-asp.biz>
Approved by: Josh Tolbert <hemi@puresimplicity.net> (maintainer),
stas (mentor, implicit) |
2.1_2 30 Sep 2007 11:25:51 |
stefan |
- Fix path for 'chown' in pkg-plist.
- Bump PORTREVISION.
PR: 116340
Submitted by: Alexey Rubtsov <arubtsov@swsof.com>
Approved by: maintainer timeout (2 weeks) |
2.1_1 28 Jun 2007 18:47:54 |
anray |
- Support apr_shm_remove() in apache 2.0.X
PR: ports/114105
Approved by: Josh Tolbert (maintainer)
Obtained from: mod-fcgid cvs |
2.1 11 Jun 2007 12:07:54 |
mm |
- update to 2.1
PR: ports/113486
Submitted by: Josh Tolbert <hemi@puresimplicity.net> (maintainer)
Approved by: garga (mentor) |
2.0 05 Feb 2007 22:11:22 |
alepulver |
- Update to version 2.0.
PR: ports/108787
Submitted by: Josh Tolbert <hemi@puresimplicity.net> (maintainer) |
1.10 11 Jan 2007 07:42:27 |
miwi |
- Update to 1.10
PR: ports/107742
Submitted by: miwi
Approved by: maintainer |
1.09 01 May 2006 16:54:32 |
krion |
Update to 1.09.
PR: ports/96575
Submitted by: maintainer |
1.08 23 Apr 2006 02:10:22 |
vanilla |
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 |
1.07 25 Dec 2005 16:00:46 |
vanilla |
Add MASTER_SITE_LOCAL to make it fetchable.
Submitted by: maintainer. |
1.07 16 Dec 2005 10:38:44 |
lawrance |
Update pkg-descr with more current information.
PR: ports/89924
Submitted by: FX <gentoo@sbcglobal.net>
Approved by: Josh Tolbert <hemi@puresimplicity.net> (maintainer) |
1.07 24 Nov 2005 08:22:46 |
vanilla |
1: remove extra patch.
2: set MAINTAINER to submitter.
Submitted by: Josh Tolbert hemi at puresimplicity.net |
1.07 24 Nov 2005 08:17:30 |
vanilla |
Upgrade to 1.07. |
0.80 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.80 12 Aug 2004 20:51:15 |
knu |
Add www/mod_fcgid, an alternative FastCGI module for Apache2.
mod_fcgid has a new process management strategy, which concentrates on
reducing the number of fastcgi server, and kick out the corrupt
fastcgi server as soon as possible.
The bad news is that it does not currently support suEXEC, and the
good news is that it has PHP support. Check out the web site for
details.
Licence: GPL
WWW: http://fastcgi.coremail.cn/ |