summaryrefslogtreecommitdiff
path: root/www/apache22/files/apache.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - House keeping (update to current standards: USE_RC_SUBR, USE_LDCONFIG,etc.)Clement Laforet2006-09-241-161/+0
| | | | | | | | | - Remove python dependency unless apr_dbd_mysql is built [1] Required by: many [1] Notes: svn path=/head/; revision=173719
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-2/+2
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - add -v to kldload to prevent loading accf_http module if it's staticallyClement Laforet2006-01-231-2/+2
| | | | | | | | | built into kernel Reported by: many Notes: svn path=/head/; revision=154234
* - ohoh fix apache22.shClement Laforet2006-01-151-1/+2
| | | | | | | | Reported by: Adam McLaurin <adam.mclaurin@fastmail.fm>, Dominique Goncalves <dominique.goncalves@gmail.com> Notes: svn path=/head/; revision=153521
* - SECURITY: CVE-2005-3357 (cve.mitre.org)Clement Laforet2006-01-141-12/+81
| | | | | | | | | | | | | | | | | | | | | | | mod_ssl: Fix a possible crash during access control checks if a non-SSL request is processed for an SSL vhost (such as the "HTTP request received on SSL port" error message when an 400 ErrorDocument is configured, or if using "SSLEngine optional"). [1] - reintroduce support of multiple instances of apache in startup script [2] - Add configtest command to apache22.sh [2] - rewrite detection of accf_http filter to make it works on all supported branches. - fix rcorder [3] - fix startup at boot time when profiles are used [4] Spotted by: simon [1], flz[3] Submitted by: Jarrod Sayers <jarrod@netleader.com.au> [2], Joe Horn <joehorn@mi.chu.edu.tw> [4] PR: ports/91154 [2], ports/90708 [4] Notes: svn path=/head/; revision=153473
* - Fix envvars.d [1]Clement Laforet2005-12-131-11/+29
| | | | | | | | | | | | | | | | | | | | | - Add apache22_http_accept_enable to load accf_http kernel module [2] Additionnally, if it's not defined, we drop accept filter support - Drop obsolete apache22ssl_enable rc.conf option - Sync apache22.sh behavior with apachectl Add graceful and graceful-stop targets - Rework categories (add CACHE_MODULES) - Add support for apr_dbd: MySQL, PostgrSQL and SQLite3 backends are supported It adds mod_auth_dbd and mod_dbd automatically more fixes to come soon... PR: ports/90309 [1], ports/90103 [2] Submitted by: Simun Mikecin <sime@data.home.hr> [1], Melvyn Sopacua <melvyn@melvyn.homeunix.net> [2] Notes: svn path=/head/; revision=151123
* - Add apache 2.2.0Clement Laforet2005-12-031-27/+27
| | | | | | | | | It's a temporary layout, I need more time to find the best. note that ${PREFIX}/www/(data|errors|cgi)(-dist) disappeared in favor of ${PREFIX}/www/apache22 Notes: svn path=/head/; revision=150317
* o startup script:Clement Laforet2005-01-111-2/+2
| | | | | | | | | | | | | | | | | - Use apache{2,21}flags variable in apache{2,21}_checkconfig(). It fixes restart when apache2ssl_enable is set to YES in rc.conf and httpd.conf is "old" (i.e. non -DSSL safe) [1] o Makefile - split post-install target to add install-startup-script: User can now upgrade startup script without reinstalling apache2. NOTE: this is NOT package-safe and NOT supported, even if in most of cases they're no risk. Noticed by: many [1] Notes: svn path=/head/; revision=126134
* - Add apache 2.1.2Clement Laforet2004-12-111-0/+73
| | | | | | | This is a development version, awaiting for 2.2 Notes: svn path=/head/; revision=123726
* - Move apache21 to Attic.Clement Laforet2004-03-171-17/+0
| | | | | | | | | Will be back soon ;-) Suggested by: kris Notes: svn path=/head/; revision=104264
* - Update to 2.0.39, the emergency security update.Patrick Li2002-06-181-1/+1
| | | | | | | | | | - Unmark FORBIDDEN PR: ports/39477 Submitted by: maintainer Notes: svn path=/head/; revision=61532
* Respect $DESTDIR for all pathsYing-Chieh Liao2002-04-181-1/+1
| | | | | | | | PR: 37211 Submitted by: maintainer Notes: svn path=/head/; revision=57866
* Update to 2.0.35 (first GA release!)Patrick Li2002-04-081-7/+4
| | | | | | | | PR: 36834 Submitted by: maintainer Notes: svn path=/head/; revision=57424
* Fix path to apachectl in stopAndrey A. Chernov2000-07-181-1/+1
| | | | Notes: svn path=/head/; revision=30784
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-0/+20
options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229