summaryrefslogtreecommitdiff
path: root/www/apache20 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add a small hack for worker MPM [1]Hye-Shik Chang2002-07-215-6/+81
| | | | | | | | | (worker MPM with this hack seems to work without visible problems. and still requires -DFORCE_THREADING_MPM to build for worker MPM.) - Fix plist for worker MPM - Comment out fancy modules from default httpd.conf Tested on: ref5.freebsd.org, several 4-stable machines [1]
* Bump portrevision (textproc/expat2 shlib bump).Jun Kuriyama2002-07-211-2/+2
|
* o Install mod_deflate by defaultHye-Shik Chang2002-07-142-5/+11
| | | | | | | | o Add mod_bucketeer and mod_optional_* modules to WITH_EXPERIMENTAL modules o Bump port revision PR: 40529 Submitted by: Lawrence Ho <lawrenceho@fastmail.fm>
* Correct envvars path on apachectl(1)Hye-Shik Chang2002-07-111-3/+14
| | | | Submitted by: Franco Venturi <fventuri@attbi.com>
* - Add a patch for a bug on infinite loop in HTTP_INHye-Shik Chang2002-07-092-2/+12
| | | | | | | | filter that allows DoS attack. - Bump PORTREVISION - Change maintainer address Obtained from: Apache Group CVS (rev 1.150-1.151)
* Fix more fatal bugs on htpasswd(1)Hye-Shik Chang2002-07-082-4/+20
| | | | | Requested by: "Jon Noack" <noackjr@compgeek.com> Obtained from: Apache Group CVS (rev 1.49-1.51)
* Use ${INSTALL_DATA} instead of ${CP} to set others readable on 077 umasksHye-Shik Chang2002-06-281-1/+1
| | | | | PR: 38389 Submitted by: abatko@cs.mcgill.ca
* o Fix the htpasswd logic bug around -c and -n optionsHye-Shik Chang2002-06-273-18/+15
| | | | | | | | o Take away WITH_BUNDLED_EXPAT option (use textproc/expat2) o Bump PORTREVISION Prompted by: Jon Noack <noackjr@rice.edu> (htpasswd) Obtained from: Apache Project's CVS (htpasswd)
* - Sync www/apache13's change (.default -> -dist)Patrick Li2002-06-213-84/+83
| | | | | | | | | | | - Change default to WITH_BULDLED_EXPAT - Reorder .if .endif blocks (.if WITH_MPM must appear earlier than .if WITHOUT_CACHE) - Some minor style fixes - Bump PORTREVISION PR: ports/39635 Submitted by: maintainer
* * Always use /bin/sh for configure and build.Christian Weisgerber2002-06-201-2/+2
| | | | | | * Fix EXPAT_PATHS substitution on 4.4. Submitted by: maintainer Hye-Shik Chang <perky@fallin.lv>
* Add USE_REINPLACE where appropriate.Maxim Sobolev2002-06-191-0/+1
|
* - Update to 2.0.39, the emergency security update.Patrick Li2002-06-189-251/+196
| | | | | | | - Unmark FORBIDDEN PR: ports/39477 Submitted by: maintainer
* Mark FORBIDDEN until an update is available.Jacques Vidrine2002-06-181-0/+3
| | | | See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>.
* - Better WITH_SUEXEC supportYing-Chieh Liao2002-05-263-26/+35
| | | | | | | - Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT) PR: 38552 Submitted by: maintainer
* Fix ports for building with -current without perlPatrick Li2002-05-231-1/+2
| | | | | PR: 38359 Submitted by: maintainer
* 1. Upgrade 2.0.35 --> 2.0.36Cy Schubert2002-05-0911-126/+60
| | | | | | | | | 2. Port printed message to "pw userdel www" if port removed permanently. However master.passwd 1.25.2.5 has user www by default, so this is no longer correct advice. Removed pkg-deinstall to correct this. PR: 37849 and 36907 Approved by: MAINTAINER: Hye-Shik Chang <perky@fallin.lv>
* Respect $DESTDIR for all pathsYing-Chieh Liao2002-04-188-46/+59
| | | | | PR: 37211 Submitted by: maintainer
* Remove this patch since perl patch in port Makefile is used toPatrick Li2002-04-141-49/+0
| | | | | | | | accomplish this. PR: 37046 Submitted by: Helge Oldach <send-pr@oldach.net> Approved by: maintainer
* - Disable THREADS by default (many ports people reported problems aroundYing-Chieh Liao2002-04-111-4/+8
| | | | | | | | | threads) - Bump port revision - Added two more "POSIX expr" patch target for 5-CURRENT PR: 36981 Submitted by: maintainer
* Fix 'expr' usage and allow to compile with GCC 3.1.David E. O'Brien2002-04-111-0/+49
| | | | Submitted by: Hye-Shik Chang <perky@fallin.lv> (maintainer)
* Fix typo in the optional WITH_SUEXEC section.Ollivier Robert2002-04-081-1/+1
| | | | | PR: ports/36872 Submitted by: Hye-Shik Chang <perky@fallin.lv> (MAINTAINER)
* Update to 2.0.35 (first GA release!)Patrick Li2002-04-0815-690/+710
| | | | | PR: 36834 Submitted by: maintainer
* Don't try to fetch the "-beta" file. `make fetch' returns "Multiple files".David E. O'Brien2002-04-071-1/+1
|
* Update to 2.0.32Patrick Li2002-03-2312-256/+245
| | | | | PR: 36040 Submitted by: maintainer
* Fix problem where installation would overwrite existing config filesDavid W. Chapman Jr.2002-01-222-2/+11
| | | | | | Bump PORTREVISION Submitted by: maintainer
* Fix invalid path problem on building extension module with apxs.Ying-Chieh Liao2001-12-132-2/+29
| | | | | PR: 32638 Submitted by: maintainer
* Suggest a command to delete user instead of actually deleting itAndrey A. Chernov2001-12-072-9/+4
| | | | PR: 32536
* Fix to define correct $PATCHFILES which is introduced in previous commit.Jun Kuriyama2001-12-011-1/+1
| | | | Submitted by: Christian Weisgerber <naddy@freebsd.org>
* PLIST cleanup.Jun Kuriyama2001-12-012-1/+7
| | | | Found by: bento
* Fix a problem that apache release can't detach from launcher'sDavid W. Chapman Jr.2001-11-232-0/+5
| | | | | | | | terminal PR: 32208 Submitted by: maintainer Pointed out by: Jos Backus <josb@cncdsl.com>
* Update to 2.0.28David W. Chapman Jr.2001-11-1915-843/+996
| | | | | PR: 32043 Submitted by: maintainer
* Set LATEST_LINK to apache2 in favor of www/apache13.Akinori MUSHA2001-11-061-0/+2
|
* Oops, CVS not change access bits on removing/adding, so use ${SH} trickAndrey A. Chernov2001-10-291-1/+1
|
* Second part to fix missing x-bit on pkg*installAndrey A. Chernov2001-10-293-1/+56
| | | | PR: 31599
* First part to fix missing x-bit on pkg*installAndrey A. Chernov2001-10-292-54/+0
|
* Sync with main ApacheAndrey A. Chernov2001-10-244-7/+66
| | | | Submitted by: MAINTAINER
* Fix problems with configure bug that doesn't evaluate variables forWill Andrews2001-04-172-1/+20
| | | | | | | | support/*.in. PR: 26570 Submitted by: maintainer Found by: mharo
* Add ipv6 to CATEGORIES, since Apache supports IPv6 by default.Will Andrews2001-04-131-1/+1
| | | | Submitted by: ume
* Bring in Apache 2.0.16-beta. Just in time for the release...Will Andrews2001-04-1321-631/+912
| | | | | | PR: 26410 Submitted by: Chang, Hye-Shik <perky@python.or.kr> Repocopied by: asami
* Apache dist moved to another subdirAndrey A. Chernov2001-04-071-15/+16
| | | | | | | Bump PORTREVISION for util.c patch PR: 26383 Submitted by: Chang, Hye-Shik <perky@python.or.kr>
* Add official patch to not coredump on missing ServerNameAndrey A. Chernov2001-03-311-0/+53
| | | | | PR: 26237 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Upgrade to 1.3.19Andrey A. Chernov2001-03-063-7/+24
|
* bump portrevisionAndrey A. Chernov2001-02-121-0/+1
|
* Add official fix for RewriteMap bugAndrey A. Chernov2001-02-122-0/+4
|
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
|
* Upgrade to 1.3.17Andrey A. Chernov2001-01-303-18/+48
|
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-4/+4
|
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | Approved by: asami
* Add official mod_rewrite fixAndrey A. Chernov2000-12-272-0/+5
|
* Upgrade to 1.3.14Andrey A. Chernov2000-10-143-6/+26
|