aboutsummaryrefslogtreecommitdiff
path: root/www/mod_cband
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - USE_APACHE= s/22+/22/Olli Hauer2012-09-221-6/+2
| | | | | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=304723
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-2/+2
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+1
| | | | Notes: svn path=/head/; revision=280086
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - 1/3:Philip M. Gollucci2010-05-271-1/+1
| | | | | | | | | | | | - apxs -a is install - apxs -A is uninstall PR: ports/147139 Reviewed by: portmgr (pav) With Hat: apache@ Notes: svn path=/head/; revision=255193
* 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
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* - Fix plist when NOPORTDOCS is definedClement Laforet2008-08-311-2/+5
| | | | | | | Reported by: QA Tindy Notes: svn path=/head/; revision=219538
* - Remove dead master siteClement Laforet2008-08-312-5/+1
| | | | | | | - Remove dead WWW Notes: svn path=/head/; revision=219534
* - Add a secondary entry to MASTER_SITES.Jeremy Chadwick2008-06-071-1/+2
| | | | | | | Reported by: Aaron Graves <cajunman4life@gmail.com> Notes: svn path=/head/; revision=214469
* Bumping PORTREVISION.Jeremy Chadwick2008-04-181-0/+1
| | | | | | | Reviewed by: brix Notes: svn path=/head/; revision=211528
* Add proper documentation (documentation.txt and faq.txt) to DOCSDIR.Jeremy Chadwick2008-04-181-1/+3
| | | | Notes: svn path=/head/; revision=211527
* - Update to 0.9.7.5Clement Laforet2007-03-182-4/+4
| | | | | | | | PR: ports/110231 Requested by: Sergey Borodich<bor@univ.kiev.ua> Notes: svn path=/head/; revision=187664
* - Update WWWClement Laforet2006-11-031-1/+1
| | | | Notes: svn path=/head/; revision=176283
* - Update to 0.9.7.4Clement Laforet2006-11-032-4/+4
| | | | Notes: svn path=/head/; revision=176282
* -Upgrade mod_cband to 0.9.7.3. In this revisionClement Laforet2006-05-102-4/+4
| | | | | | | | | | | * fixed memory leak * tests with high speed bandwidth and files over 3GB PR: ports/96900 Submitter by: clive Notes: svn path=/head/; revision=162012
* - Update to 0.9.7.2Clement Laforet2006-03-192-4/+4
| | | | Notes: svn path=/head/; revision=157668
* - Update to 0.9.5.3Clement Laforet2005-12-043-7/+10
| | | | | | | | - Convert to new USE_APACHE - Add SHA256 Notes: svn path=/head/; revision=150393
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-1/+1
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* - Update to 0.9.5.2Clement Laforet2005-10-302-6/+13
| | | | Notes: svn path=/head/; revision=146777
* - Update to 0.9.2Clement Laforet2005-09-122-3/+3
| | | | Notes: svn path=/head/; revision=142524
* - Update to 0.9.1Clement Laforet2005-09-112-5/+4
| | | | Notes: svn path=/head/; revision=142426
* - add mod_cband 0.9Clement Laforet2005-09-073-0/+34
mod_cband is an Apache 2 module provided to solve the problem of limiting virtualhosts bandwidth usage. When the configured virtualhost's transfer limit is exceeded, mod_cband will redirect all further requests to a location specified in the configuration file. WWW: http://dembol.nasa.pl/mod_cband Notes: svn path=/head/; revision=142180