aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20/files
Commit message (Expand)AuthorAgeFilesLines
* - Revert previous patch to "fix" missing rc.d scripts. Itclement2008-09-011-0/+11
* - Fix profiles support in startup script [1]clement2007-09-191-6/+5
* - Re-add apache2ssl_enable supportclement2007-09-101-0/+8
* - Update to 2.0.61clement2007-09-092-116/+123
* - Add itk MPMclement2006-11-012-15/+1673
* - Update to 2.0.59clement2006-08-061-13/+0
* - Fix security issue in mod_rewrite.clement2006-07-281-0/+13
* - Remove obsolete patch which add support to Windows Update Service whenclement2006-05-111-11/+0
* - Fix build with WITH_KQUEUE_SUPPORTclement2006-05-021-51/+20
* Oops I forgot to "cvs rm" a secfixclement2006-05-011-35/+0
* - Update to 2.0.58clement2006-05-011-4/+6
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
* Cleanups and fixesclement2006-01-161-1/+1
* SECURITY: CVE-2005-3352 (cve.mitre.org)clement2005-12-131-0/+35
* - resync' with www/apache2clement2005-12-041-1/+1
* - Don't rerun the apache2.sh rc script on restart's, just stop and startclement2005-10-311-1/+1
* - Update to 2.0.55clement2005-10-146-291/+0
* - Sync with www/apache2clement2005-09-104-0/+164
* - Add fix for CAN-2005-2088clement2005-07-262-0/+20
* Security: fix a buffer overrun in ssl_callback_SSLVerify_CRL()clement2005-07-261-0/+11
* - Remove debug line.clement2005-06-021-1/+0
* - Add support for multiple instances of apache2 to startup script.clement2005-06-021-7/+51
* - Sync with www/apache2clement2005-05-221-5/+5
* - Update to 2.0.53clement2005-02-086-310/+38
* - Add support for databases/db43 in apache2[1] and apache21.clement2005-01-182-55/+131
* o startup script:clement2005-01-111-1/+1
* - Fix a bug in mod_ssl. When client aborts connection, mod_ssl still tryclement2004-12-181-0/+11
* - Remove useless APR_FROM_PORTS check in post-installclement2004-12-183-5/+42
* - Remove installation of unused highperformance*.confclement2004-12-122-10/+45
* - Rename patch file.clement2004-12-121-0/+0
* - As discussed on apache@, don't create httpd.conf.bak, and remove stalledclement2004-11-291-0/+12
* - minor cleanups.clement2004-11-141-1/+1
* - Fix memory consumption DoS, CVE CAN-2004-0942clement2004-11-111-0/+104
* - Fix previous patch :-)clement2004-11-041-7/+7
* - Fix apache2 build, I hope...clement2004-10-311-50/+48
* util_ald_cache_purge() fails to relink the cache entries during a cache purge.clement2004-10-301-0/+50
* - Use ${WWWOWN} and ${WWWGRP} for apache's user. (instead of harcodedclement2004-10-131-2/+2
* - Yet Another Security Fixclement2004-10-131-0/+56
* - Update to 2.0.52clement2004-10-128-311/+8
* Security fixes [1]:clement2004-09-163-0/+211
* - Add a sanity check on apache2 configuration files before reloading orclement2004-08-231-0/+8
* - Backport security fixes in ssl_engine_io.cclement2004-08-191-0/+34
* - Bump PORTREVISION for all previous changesclement2004-08-171-8/+29
* Remove our config.layout support. FreeBSD layout is in apache2's oneclement2004-08-081-22/+0
* - Add ldconfig -m to apache2's apr libs (install time and boot time)clement2004-08-061-0/+15
* apache2 NG patch 1/5.clement2004-07-312-8/+62
* - Update experimental apr/kqueue patchclement2004-07-131-62/+111
* - Fix hostname resolution if IPv4 are mapped. [1]clement2004-07-131-0/+10
* - Make configure script define DEFAULT_SCOREBOARD.clement2004-07-021-3/+5
* - Update to 2.0.50clement2004-07-016-71/+619
* - Security fix.clement2004-06-291-0/+32
* - change limits from user www to daemon class to be in sync withclement2004-06-071-3/+4
* -1- make show-options readable from a vt100 ;-)clement2004-06-051-16/+50
* - Import security fix from Apache CVS...clement2004-05-281-0/+39
* - import buildconf patch in ports tree.clement2004-05-183-0/+57
* Update to 2.0.49clement2004-03-203-223/+55
* Fix a mod_ssl denial-of-service.clement2004-03-081-0/+31
* - Remove thread support in apr. The code prevents apache from runningclement2004-01-141-25/+0
* - Per popular request, add "you can you use make show-modules"-likeclement2004-01-111-0/+11
* Apache2 PORTREVISION 2:clement2004-01-095-118/+250
* - fix LDAP deps (typo) [1]naddy2003-11-091-0/+79
* Update to 2.0.48, which has corrections for two security bugs:trevor2003-10-303-115/+39
* [SECURITY FIX]perky2003-06-011-13/+13
* Add missed files on the previous commit.perky2003-04-042-0/+20
* Update to 2.0.45. This update fixes a DDOS vulnerability.perky2003-04-042-29/+12
* Move bin/ap[ru]-config to lib/apache2/ to coexist with devel/apr-develperky2003-01-081-4/+22
* o Change installbuilddir to $PREFIX/share/apache2/build to make portingperky2002-11-152-1/+18
* Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability.kris2002-10-051-10/+13
* Update to 2.0.40perky2002-08-103-77/+85
* - Add a small hack for worker MPM [1]perky2002-07-213-3/+67
* Correct envvars path on apachectl(1)perky2002-07-111-3/+14
* - Add a patch for a bug on infinite loop in HTTP_INperky2002-07-091-0/+10
* Fix more fatal bugs on htpasswd(1)perky2002-07-081-3/+19
* o Fix the htpasswd logic bug around -c and -n optionsperky2002-06-271-0/+11
* - Sync www/apache13's change (.default -> -dist)pat2002-06-221-10/+10
* - Update to 2.0.39, the emergency security update.pat2002-06-196-137/+52
* - Better WITH_SUEXEC supportijliao2002-05-261-11/+0
* 1. Upgrade 2.0.35 --> 2.0.36cy2002-05-097-54/+55
* Respect $DESTDIR for all pathsijliao2002-04-196-44/+50
* Remove this patch since perl patch in port Makefile is used topat2002-04-151-49/+0
* Fix 'expr' usage and allow to compile with GCC 3.1.obrien2002-04-111-0/+49
* Update to 2.0.35 (first GA release!)pat2002-04-0812-249/+157
* Update to 2.0.32pat2002-03-239-119/+133
* Fix problem where installation would overwrite existing config filesdwcjr2002-01-231-1/+10
* Fix invalid path problem on building extension module with apxs.ijliao2001-12-131-1/+28
* Update to 2.0.28dwcjr2001-11-2012-378/+252
* Sync with main Apacheache2001-10-251-4/+6
* Fix problems with configure bug that doesn't evaluate variables forwill2001-04-181-1/+19
* Bring in Apache 2.0.16-beta. Just in time for the release...will2001-04-1317-269/+518
* Add official patch to not coredump on missing ServerNameache2001-04-011-0/+53
* Fix path to apachectl in stopache2000-07-181-1/+1
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-0/+20
* Add appropriate AddType and DirectoryIndex in preparation fordirk2000-05-301-4/+50
* upgrade to 1.3.11ache2000-01-252-36/+26
* upgrade to 1.3.9ache1999-09-046-101/+77
* upgrade to 1.3.6ache1999-03-262-96/+83
* upgrade to 1.3.4ache1999-01-153-245/+147
* upgrade to 1.3.2ache1998-09-242-28/+32
* "ln -s" -> "ln -sf" to make this port reinstall-friendly.asami1998-08-051-3/+3
* apachectl: redirect kill output to /dev/nullache1998-07-241-1/+18
* Upgrade to 1.3.1ache1998-07-233-30/+91
* upgrade to 1.3b7ache1998-06-062-153/+140
* Upgrade to 1.3b6, now with loadable modules!ache1998-04-224-116/+173
* Upgrade to 1.3b5ache1998-02-201-10/+44
* Redirect ulimit output to /dec/nullache1997-11-221-1/+1
* Upgrade to 1.3b3ache1997-11-222-28/+20
* Compile with -funsigned-char instead of (unsigned char) castache1997-10-241-51/+0
* Upgrade to 1.3b2, now with support files and docs installedache1997-10-234-31/+229
* Do not replace Apache md5 with FreeBSD one, it causeache1997-08-261-19/+0
* Update the repository copied (with history) apache 1.2.1 to 1.3a1 from thepeter1997-08-131-6/+6
* Split apache to -stable and -currentache1997-07-271-2/+0
* Upgrade to 1.2b11ache1997-06-011-46/+0
* Upgrade to 1.2b10ache1997-05-031-0/+19
* Conditionalize all my patchesache1996-11-071-127/+0
* Situation:ache1996-11-041-0/+127
* Split /usr/local/etc/apache/* in more reasonable wayache1996-08-231-46/+0
* 1) Add the ability to build a secure (SSL'ed) server, conditionalisedmarkm1996-08-112-1/+3
* Upgrade to 1.1.1ache1996-07-111-30/+33
* Don't try to install mime.types twice.pst1995-09-301-0/+125