aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_vhs
Commit message (Collapse)AuthorAgeFilesLines
* Remove libpcre.so.3 compatibility link that was added in r374303 totijl2016-12-091-0/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Convert USE_PHP*=yes into USES=php*mat2016-06-281-4/+1
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-2/+2
| | | | Approved by: portmgr blanket
* Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add CPE infoamdmi32015-05-191-0/+2
| | | | Approved by: portmgr blanket
* - add stage supportohauer2014-03-091-9/+5
| | | | | - add LICENSE - fix PORTDOCS
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | www)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert to new options frameworkbapt2013-06-041-16/+14
|
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-211-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - update or remove pkg-descr WWW urlspgollucci2010-10-201-2/+0
| | | | | Reported by: distilator With Hat: apache@
* - Update to 1.1.0pav2010-08-094-86/+44
| | | | | PR: ports/148797 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Mark manual package buildingpgollucci2010-06-101-0/+2
| | | | With Hat: apache@
* - Fix the build after the pcre changes to www/apache20pgollucci2010-06-031-0/+71
| | | | | | | | | | | | From www/apache20 cvs log: - There is a small chance you will need to change some of your custom modules to adapt to the ap_regex_t and ap_regmatch_t api changes. - This will work with apr0, apr1, www/apache20 and www/apache22 despite despite the author's notiion it has something to do with the Debian Os. Reported by: pointy hat (via pav) With Hat: apache@
* - Allow Apache 2.0+ builds (eg apache 2.0 and 2.2 as well)miwi2009-11-281-3/+3
| | | | | | | - Change the master download site to new one. PR: 140946 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - WITH_APACHE2 is deprecatedpgollucci2009-04-221-15/+15
| | | | | | | | | | - WANT_APACHE is deprecated - Consolidate -I into AP_INC - Kill Makefile.modules.3rd PR: ports/133687 Approved by: maintainer Submitted by: me
* Bump PORTREVISION's after OpenLDAP update.delphij2009-01-061-0/+1
| | | | Suggested by: rafan
* - Update to 1.0.32 [1]lwhsu2007-04-102-8/+7
| | | | | | | | | | | | | Change log o Fixed some compilation errors with Apache 2.2 (and automagicaly set debian compatibility) o Added initial support for mod_suphp from Thomas Rasch - Remove IGNORE when PACKAGE_BUILDING, the probelm doesn't exist now. PR: 111406 [1] Submitted by: Xavier Beaudouin <kiwi AT oav.net> (maintainer) Approved by: clsung (mentor)
* - Update to 1.0.30miwi2007-01-032-6/+6
| | | | | PR: ports/107471 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* SHA256ify[1]edwin2006-02-021-0/+1
| | | | | | | Note that the SIZE in www/p5-AxKit wasn't correct, but that the md5 checksum was. Approved by: krion@[1]
* - prepare removal of www/apache2 in favor of www/apache20 for namingclement2005-12-041-1/+1
| | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus
* - update to 1.0.26clement2005-10-312-6/+10
| | | | | PR: ports/88170 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* BROKEN: Conflicting dependencies (apache 1.x vs apache 2.x)kris2005-10-281-0/+2
|
* Update to 1.0.24arved2005-09-272-4/+4
| | | | | | | | | | | | | | Since mod_vhs 1.0.24 -------------------- o Fix wrong paths and informations sent to apache / environment variables when vhs_Path_Prefix is used. o PHP can be configured now using "passwd" libhome field. o Fix some missing path values when used vhs_Path_Prefix o Compile only what is needed. eg don't include php code or config variables when PHP support is not compiled into. PR: 86607 Submitted by: Xavier Beaudouin <kiwi@oav.net>
* - Update to 1.0.22garga2005-09-192-4/+5
| | | | | PR: ports/86329 Submitted by: maintainer
* - Update to 1.0.20pav2005-09-172-3/+3
| | | | | PR: ports/86219 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 1.0.18clement2005-09-112-5/+4
| | | | | | | | | | | | | | | | | | | - ChangeLog : o Removed VH_HOST variable since it is more or less unusuable and somewhat dangerous. You can enable it again by compiling mod_vhs with -DWANT_VH_HOST. o Fixed compilation of mod_vhs when using Apache 2.0 branch (problems with ap_regex_t that exists only on Apache 2.1) o Added open_basedir functions to append homedir to a default open_basedir path. o Added experimental SUEXEC support. Not tested and not documented ! o According to Frédéric VANNIERE, mod_rewrite don't work when it is specified in module list... Another neat exception of Apache... Now mod_vhs should work with mod_rewrite... o Use Apache internal regexp than "system" ones. This fix portability of this code on Debian PR: ports/85222 Submitted: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Fix includes path.flz2005-04-151-1/+2
| | | | | PR: ports/79961 Submitted by: Xavier Beaudouin <kiwi@oav.net>
* - Update to 1.0.16sem2005-04-133-3/+14
| | | | | PR: ports/78626 Submitted by: maintainer
* Update to 1.0.10arved2005-01-102-3/+3
| | | | | | | | | Changes: Apache's DOCUMENT_ROOT variable now gets the right value from mod_vhs, Webmaster email is now set from the database, and the pathinfo is now set. PR: 75988 Submitted by: Xavier Beaudouin <kiwi@oav.net>
* - Update to 1.0.8clement2004-12-142-3/+3
| | | | | PR: 75026 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 1.0.6clement2004-12-112-3/+3
| | | | | | | | mod_vhs 1.0.6 nows set correctly SERVER_ROOT variable used by some PHP software. PR: ports/74918 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 1.0.2clement2004-08-052-5/+5
| | | | | PR: 70003 Submitted by: Xavier Beaudouin <kiwi at oav do net> (maintainer)
* [NEW PORT] www/mod_vhs: Allows mass virtual hosting using libhome system ↵edwin2004-07-303-0/+47
with Apache 2.0.x mod_vhs is an Apache Web Server module allowing mass virtual hosting without the need for file based configuration. The virtual host paths are translated using libhome system to get the corrects path at request time. WWW: http://www.oav.net/projects/mod_vhs/ PR: ports/69616 Submitted by: Xavier Beaudouin <kiwi@oav.net>