aboutsummaryrefslogtreecommitdiff
path: root/www/mod_fcgid
Commit message (Collapse)AuthorAgeFilesLines
* - use %%AP_MODULE%% PLIST_SUB var in pkg-plist sPhilip M. Gollucci2010-06-061-1/+1
| | | | | | | | | PR: ports/147143 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) Notes: svn path=/head/; revision=255876
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkPhilip M. Gollucci2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=255075
* - Update 2.3.5 [1]Philip M. Gollucci2010-02-054-17/+21
| | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=249266
* - Update to 2.3.4Philip M. Gollucci2009-12-266-24/+40
| | | | | | | | | PR: ports/141389 Submitted by: Carsten Wiedmann <carsten_sttgt@gmx.de> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=246694
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=240715
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | | | | PR: ports/134611 Approved by: pav (#bsdports) Notes: svn path=/head/; revision=234362
* - WITH_APACHE2 is deprecatedPhilip M. Gollucci2009-04-223-10/+9
| | | | | | | | | | | | - Use SFE macro - Use APACHEMODDIR PR: ports/133684 Approved by: maintainer Submitted by: me Notes: svn path=/head/; revision=232471
* - Fix plist for apache 2.2Pav Lucistnik2008-12-191-2/+0
| | | | | | | | PR: ports/123281 Reported by: Sam <brandt_21s@yahoo.com> Notes: svn path=/head/; revision=224424
* - Update to 2.2.Marcelo Araujo2007-12-164-106/+7
| | | | | | | | | | PR: ports/117014 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> Approved by: Josh Tolbert <hemi@puresimplicity.net> (maintainer), stas (mentor, implicit) Notes: svn path=/head/; revision=203850
* - Fix path for 'chown' in pkg-plist.Stefan Walter2007-09-302-2/+2
| | | | | | | | | | | - Bump PORTREVISION. PR: 116340 Submitted by: Alexey Rubtsov <arubtsov@swsof.com> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=200473
* - Support apr_shm_remove() in apache 2.0.XAndrey Slusar2007-06-282-0/+99
| | | | | | | | | PR: ports/114105 Approved by: Josh Tolbert (maintainer) Obtained from: mod-fcgid cvs Notes: svn path=/head/; revision=194412
* - update to 2.1Martin Matuska2007-06-113-4/+6
| | | | | | | | | PR: ports/113486 Submitted by: Josh Tolbert <hemi@puresimplicity.net> (maintainer) Approved by: garga (mentor) Notes: svn path=/head/; revision=193253
* - Update to version 2.0.Alejandro Pulver2007-02-052-7/+6
| | | | | | | | PR: ports/108787 Submitted by: Josh Tolbert <hemi@puresimplicity.net> (maintainer) Notes: svn path=/head/; revision=184319
* - Update to 1.10Martin Wilke2007-01-112-4/+4
| | | | | | | | | PR: ports/107742 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=182070
* Update to 1.09.Kirill Ponomarev2006-05-013-5/+5
| | | | | | | | PR: ports/96575 Submitted by: maintainer Notes: svn path=/head/; revision=161100
* Updated www/mod_fcgid to version 1.08. Updated Makefile and other files toVanilla I. Shu2006-04-234-9/+27
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=160190
* Add MASTER_SITE_LOCAL to make it fetchable.Vanilla I. Shu2005-12-251-1/+3
| | | | | | | Submitted by: maintainer. Notes: svn path=/head/; revision=152009
* Update pkg-descr with more current information.Sam Lawrance2005-12-161-3/+2
| | | | | | | | | PR: ports/89924 Submitted by: FX <gentoo@sbcglobal.net> Approved by: Josh Tolbert <hemi@puresimplicity.net> (maintainer) Notes: svn path=/head/; revision=151303
* 1: remove extra patch.Vanilla I. Shu2005-11-242-8/+1
| | | | | | | | | 2: set MAINTAINER to submitter. Submitted by: Josh Tolbert hemi at puresimplicity.net Notes: svn path=/head/; revision=149266
* Upgrade to 1.07.Vanilla I. Shu2005-11-242-3/+4
| | | | Notes: svn path=/head/; revision=149265
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* Add www/mod_fcgid, an alternative FastCGI module for Apache2.Akinori MUSHA2004-08-127-0/+73
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/ Notes: svn path=/head/; revision=116068