notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
mod_scgi Apache module that implements the client side of the SCGI protocol
2.0 www on this many watch lists=8 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0Version of this port present on the latest quarterly branch.
Maintainer: w.schwarzenfeld@utanet.at search for ports maintained by this maintainer
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:: wget, curl, p5-Digest-HMAC, glib, lsof
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/ap24-mod_scgi-2.0/catalog.mk
  2. /usr/local/share/licenses/ap24-mod_scgi-2.0/LICENSE
  3. /usr/local/share/licenses/ap24-mod_scgi-2.0/MIT
Collapse this list.
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):
ap24-mod_scgi
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.02.02.02.02.0-2.0-
FreeBSD:13:quarterly2.02.02.02.02.02.02.02.0
FreeBSD:14:latest2.02.02.02.02.02.0-2.0
FreeBSD:14:quarterly2.02.0-2.02.02.02.02.0
FreeBSD:15:latest2.02.0n/a2.0n/a2.02.02.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. apxs : www/apache24
Runtime dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. http://python.ca/scgi/releases/
Collapse this list.

Number of commits found: 43

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0
25 Jan 2023 17:54:07
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.0
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.0
14 Sep 2019 12:54:11
Revision:512011Original commit files touched by this commit
swills search for other commits by this committer
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
Revision:508913Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
1.15
11 Mar 2018 17:38:46
Revision:464189Original commit files touched by this commit
brnrd search for other commits by this committer
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
Revision:464175Original commit files touched by this commit
brnrd search for other commits by this committer
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
Revision:405617Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.15

PR:		206023
Submitted by:	maintainer
1.14
12 Oct 2015 12:54:42
Revision:399120Original commit files touched by this commit
junovitch search for other commits by this committer
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
Revision:336589Original commit files touched by this commit
ohauer search for other commits by this committer
- add stage support
- add license
- minor cleanups

with hat apache@
1.12_2
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.12_2
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.12_2
22 Sep 2012 21:15:51
Revision:304723Original commit files touched by this commit
ohauer search for other commits by this committer
- 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
Original commit files touched by this commit
ohauer search for other commits by this committer
- 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
Original commit files touched by this commit
ohauer search for other commits by this committer
- 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
Original commit files touched by this commit
ohauer search for other commits by this committer
- 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
Original commit files touched by this commit
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
1.12
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.12
20 Oct 2010 03:26:34
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Fix some MASTER_SITES

With Hat:       apache@
Reported by:    distilator
1.12
23 Jun 2010 18:54:36
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit Sanity Test Failure
pgollucci search for other commits by this committer
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
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
1.12
23 Nov 2006 07:33:50
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.12

PR:             ports/105764
Submitted by:   Dryice Liu <dryice@dryice.name> (maintainer)
1.11
28 Aug 2006 15:49:53
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
garga search for other commits by this committer
- 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
Original commit files touched by this commit
mnag search for other commits by this committer
- Update to 1.10

PR:             93022
Submitted by:   maintainer
1.9
11 Jan 2006 04:01:51
Original commit files touched by this commit
edwin search for other commits by this committer
[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
Original commit files touched by this commit
lawrance search for other commits by this committer
Update to 1.9

PR:             ports/90422
Submitted by:   Dryice Liu <dryice@hotpop.com> (maintainer)
1.8
21 Oct 2005 19:28:59
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.8

PR:             ports/87766
Submitted by:   Dryice Liu <dryice@hotpop.com> (maintainer)
1.7
21 Sep 2005 19:17:40
Original commit files touched by this commit
arved search for other commits by this committer
Update to 1.7

PR:             86391
Submitted by:   Dryice Liu <dryice@hotpop.com>
1.4
22 Jun 2005 09:16:06
Original commit files touched by this commit
sem search for other commits by this committer
- Update to 1.4

PR:             ports/82511
Submitted by:   maintainer
1.2
13 Jan 2005 00:20:28
Original commit files touched by this commit
edwin search for other commits by this committer
[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
Original commit files touched by this commit
vs search for other commits by this committer
- 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
Original commit files touched by this commit
perky search for other commits by this committer
Fix build and umark BROKEN.
1.2.a2
11 Jul 2004 00:46:24
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not build
1.2.a2
29 Jun 2004 13:13:28
Original commit files touched by this commit
perky search for other commits by this committer
- 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
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.2
25 Mar 2004 18:42:03
Original commit files touched by this commit
nbm search for other commits by this committer
Drop maintainership.
0.2
07 Nov 2003 09:12:58
Original commit files touched by this commit
marcus search for other commits by this committer
Use the new Apache bits from bsd.port.mk.

Submitted by:   dinoex
0.2
07 Mar 2003 06:12:57
Original commit files touched by this commit
ade search for other commits by this committer
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
Original commit files touched by this commit
nbm search for other commits by this committer
Add mod_scgi 0.2, an apache module that implements the client side of
the SCGI protocol.

Number of commits found: 43