Port details |
- mod_scgi Apache module that implements the client side of the SCGI protocol
- 2.0 www =10 2.0Version of this port present on the latest quarterly branch.
- Maintainer: w.schwarzenfeld@utanet.at
- Port Added: 2002-08-20 16:31:18
- Last Update: 2023-01-25 17:54:07
- Commit Hash: 40843b1
- People watching this port, also watch:: curl, wget, p5-Digest-HMAC, unzip, p5-libwww
- License: MIT
- WWW:
- https://python.ca/scgi/
- Description:
- An Apache module that implements the client side of the Simple Common
Gateway Interface protocol.
The SCGI protocol is a replacement for the Common Gateway Interface
(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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_scgi>0:www/mod_scgi
- To install the port:
- cd /usr/ports/www/mod_scgi/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_scgi
- pkg install ap24-mod_scgi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_scgi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1568303948
SHA256 (scgi-2.0.tar.gz) = fc59ec13cb989d14216e78426a2f84bd3d46f712a35bca0f4806cd3c38050a72
SIZE (scgi-2.0.tar.gz) = 32726
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:
- No options to configure
- Options name:
- www_mod_scgi
- USES:
- apache
- pkg-message:
- For install:
- If your mod_scgi seg faults, try disabling mod_fastcgi
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0 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.0 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.0 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.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0 14 Sep 2019 12:54:11 |
swills |
www/mod_scgi: update to 2.0
While here, update maintainer email
PR: 240542
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (maintainer) |
1.15 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
1.15 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 |
1.15 11 Mar 2018 14:23:28 |
brnrd |
Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses
- Chase required changes in framework (bsd.sanity.mk, bsd.port.mk)
- Chase required changes in ports (version checks)
- Chase required changes in PHP ports (include bsd.apache.mk)
- exp-run by antoine, brnrd, joneum
PR: 223691 (exp-run)
Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr)
Approved by: joneum (hat apache)
Approved by: portmgr
With hat: apache |
1.15 09 Jan 2016 09:08:18 |
miwi |
- Update to 1.15
PR: 206023
Submitted by: maintainer |
1.14 12 Oct 2015 12:54:42 |
junovitch |
www/mod_scgi: update 1.12 -> 1.14 and various fixes
- Pass on MAINTAINER
- Change MASTER_SITES from prior maintainer's mirror to upstream
- Remove 2.2 in the COMMENT as the module builds/runs on both 2.2 and 2.4
- Add LICENSE
- Set USE_APACHE=22+ and add conditional patch for builds on Apache 2.4
- Update WWW in pkg-descr
- Fix grammar in pkg-message
PR: 203355
Approved by: dryice@dryice.name (outgoing maintainer)
Submitted by: Walter Schwarzenfeld <w.litter@aon.at> |
1.12_2 15 Dec 2013 22:11:21 |
ohauer |
- add stage support
- add license
- minor cleanups
with hat apache@ |
1.12_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.12_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.12_2 22 Sep 2012 21:15:51 |
ohauer |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
1.12_2 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@ |
1.12_2 11 Jan 2012 20:14:37 |
ohauer |
- fix resulting PKGNAME
before: ap22-mod_mod_scgi
now: ap22-mod_scgi
- bump PORTREVISION
with hat apache@ |
1.12_1 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
1.12_1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
1.12 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.12 20 Oct 2010 03:26:34 |
pgollucci |
- Fix some MASTER_SITES
With Hat: apache@
Reported by: distilator |
1.12 23 Jun 2010 18:54:36 |
pgollucci |
- Convert to AP_FAST_BUILD / AP_GENPLIST
PR: ports/147637
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (dryice@dryice.name; 16 days)
Feature safe: yes |
1.12 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) |
1.12 21 May 2009 20:45:34 |
pgollucci |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports) |
1.12 23 Nov 2006 07:33:50 |
miwi |
- Update to 1.12
PR: ports/105764
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) |
1.11 28 Aug 2006 15:49:53 |
pav |
- Update to 1.11
- Update USE_APACHE usage
PR: ports/102418
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) |
1.10 15 Mar 2006 18:21:26 |
garga |
- Fix MASTER_SITES
bsdchat.com is no longer available. Thanks for all their support!
PR: ports/94459
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) |
1.10 08 Feb 2006 18:44:56 |
mnag |
- Update to 1.10
PR: 93022
Submitted by: maintainer |
1.9 11 Jan 2006 04:01:51 |
edwin |
[maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
ports. Please help to change the maintainer mail address to
dryice@dryice.name. This new mail address has a RDNS record
and will make the life easier. Thanks!
PR: ports/91624
Submitted by: Dryice Dong Liu <dryice@dryice.name> |
1.9 16 Dec 2005 11:50:28 |
lawrance |
Update to 1.9
PR: ports/90422
Submitted by: Dryice Liu <dryice@hotpop.com> (maintainer) |
1.8 21 Oct 2005 19:28:59 |
pav |
- Update to 1.8
PR: ports/87766
Submitted by: Dryice Liu <dryice@hotpop.com> (maintainer) |
1.7 21 Sep 2005 19:17:40 |
arved |
Update to 1.7
PR: 86391
Submitted by: Dryice Liu <dryice@hotpop.com> |
1.4 22 Jun 2005 09:16:06 |
sem |
- Update to 1.4
PR: ports/82511
Submitted by: maintainer |
1.2 13 Jan 2005 00:20:28 |
edwin |
[maintainer update] 16 ports: add mirror MASTER_SITES
Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES
of the following ports. Thanks Clive Lin and bsdchat.com for
the mirror space!
chinese/xpdf
deskutils/etask
devel/cedet
devel/ecb
devel/eieio
devel/ipython
devel/kodos
devel/semantic
devel/xtla
editors/speedbar
editors/tree-widget
games/emacs-chess
net/tcping
www/mod_scgi
www/py-scgi
www/quixote
PR: ports/75743
Submitted by: Dryice Liu <dryice@liu.com.cn> |
1.2 06 Aug 2004 09:32:23 |
vs |
- upgrade to 1.2
- fix build on Apache13
PR: ports/69978
Submitted by: Dryice Liu (maintainer) |
1.2.a2 11 Jul 2004 12:32:39 |
perky |
Fix build and umark BROKEN. |
1.2.a2 11 Jul 2004 00:46:24 |
kris |
BROKEN: Does not build |
1.2.a2 29 Jun 2004 13:13:28 |
perky |
- Update to 1.2a1 (port version 1.2.a1)
- Assign maintainership to submitter.
PR: 68353
Submitted by: Dryice Liu <dryice@liu.com.cn> |
0.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.2 25 Mar 2004 18:42:03 |
nbm |
Drop maintainership. |
0.2 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
0.2 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.2 20 Aug 2002 16:31:06 |
nbm |
Add mod_scgi 0.2, an apache module that implements the client side of
the SCGI protocol. |