summaryrefslogtreecommitdiff
path: root/www/apache22 (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-03-12Add dist patches set locally since bsd.port.mk can't handle different baseAndrey A. Chernov1-3/+3
directory per each dist patch Notes: svn path=/head/; revision=10122
1998-02-25Define NO_LATEST_LINK.Satoshi Asami1-1/+3
Notes: svn path=/head/; revision=9918
1998-02-20Upgrade to 1.3b5Andrey A. Chernov3-19/+53
Notes: svn path=/head/; revision=9859
1998-01-07Add official patch for //// attackAndrey A. Chernov2-1/+5
Notes: svn path=/head/; revision=9289
1997-11-21Redirect ulimit output to /dec/nullAndrey A. Chernov1-1/+1
Notes: svn path=/head/; revision=8735
1997-11-21Upgrade to 1.3b3Andrey A. Chernov5-34/+28
Notes: svn path=/head/; revision=8734
1997-10-23Compile with -funsigned-char instead of (unsigned char) castAndrey A. Chernov2-53/+0
and not replace Apache functions now Notes: svn path=/head/; revision=8345
1997-10-22Upgrade to 1.3b2, now with support files and docs installedAndrey A. Chernov7-37/+290
Notes: svn path=/head/; revision=8329
1997-08-25Do not replace Apache md5 with FreeBSD one, it causeAndrey A. Chernov2-23/+1
support problems and gains almost nothing Notes: svn path=/head/; revision=7690
1997-08-13Tweak commentAndrey A. Chernov1-2/+1
Notes: svn path=/head/; revision=7569
1997-08-12Update the repository copied (with history) apache 1.2.1 to 1.3a1 from thePeter Wemm4-23/+19
original apache-current port. Notes: svn path=/head/; revision=7549
1997-08-12The great apache shuffle, part 1.. Revive files and break out SSL..Peter Wemm1-39/+2
Notes: svn path=/head/; revision=7544
1997-07-26Split apache to -stable and -currentAndrey A. Chernov1-2/+0
Notes: svn path=/head/; revision=7420
1997-07-08Upgrade to 1.2.1Andrey A. Chernov2-6/+6
Notes: svn path=/head/; revision=7244
1997-06-07Always installl *-dist files and list them in PLIST too, it allowsAndrey A. Chernov1-4/+4
pkg_delete not remove current configuration Notes: svn path=/head/; revision=6788
1997-06-06Update to 1.2.0Andrey A. Chernov2-5/+5
Notes: svn path=/head/; revision=6781
1997-05-31More fixing of OPTIM replacementAndrey A. Chernov1-1/+1
Notes: svn path=/head/; revision=6658
1997-05-31Fix OPTIM= patchingAndrey A. Chernov1-1/+1
Notes: svn path=/head/; revision=6657
1997-05-31Upgrade to 1.2b11Andrey A. Chernov3-53/+7
Notes: svn path=/head/; revision=6656
1997-05-02Upgrade to 1.2b10Andrey A. Chernov3-5/+24
Notes: svn path=/head/; revision=6378
1997-04-14Upgrade to 1.2b8Andrey A. Chernov2-7/+10
Notes: svn path=/head/; revision=6206
1997-02-27remove unneded @unexecAndrey A. Chernov1-1/+0
Notes: svn path=/head/; revision=5764
1997-02-26Update checksum for my dir.patchAndrey A. Chernov1-1/+1
Notes: svn path=/head/; revision=5756
1997-02-26Upgrade to 1.2b7Andrey A. Chernov2-6/+6
Notes: svn path=/head/; revision=5750
1997-01-28Upgrade to 1.2b6Andrey A. Chernov2-6/+6
Notes: svn path=/head/; revision=5454
1997-01-13"mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/wwwSatoshi Asami1-1/+1
pre-existing. Notes: svn path=/head/; revision=5337
1997-01-02Upgrade to 1.2b4Andrey A. Chernov2-5/+5
Notes: svn path=/head/; revision=5167
1996-12-25Upgrade to 1.2b3Andrey A. Chernov2-9/+9
Submitted by: mostly by peter Notes: svn path=/head/; revision=5095
1996-12-11Mark the SSL'ed version as BROKEN, until the official patches appear. AlsoMark Murray1-1/+3
add myself as maintainer of the SSL version. Notes: svn path=/head/; revision=4935
1996-12-11Upgrade to 1.2b2Andrey A. Chernov2-26/+8
Notes: svn path=/head/; revision=4929
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=4575
1996-11-07Add information URLs commentAndrey A. Chernov1-4/+7
Notes: svn path=/head/; revision=4327
1996-11-07Conditionalize all my patchesAndrey A. Chernov3-128/+36
Notes: svn path=/head/; revision=4326
1996-11-04Situation:Andrey A. Chernov1-0/+127
It is impossible to suppress initial HTML preamble for directories, i.e. <HEAD><TITLE>Index of dir</TITLE></HEAD><BODY> It means that it is impossible to change <TITLE> or add any <META HTTP-EQUIV...> tags to <HEAD> section or change <BODY> attributes without HTML syntax violation (.asis, cern_meta, etc. not helps here too). Fix: I add "SuppressHTMLPreamble" option to "IndexOptions". When this option is set _and_ HEADER.html (or what you set as it) is present and readable, standard <HEAD><TITLE>Index of dir</TITLE></HEAD><BODY> preamble will be suppressed assuming you have right HTML preamble in your HEADER.html. It solves all problems mentioned above. Notes: svn path=/head/; revision=4286
1996-10-31Uncomment the DEPENDS= line. Sheesh.Mark Murray1-2/+2
Reminded by: ache Notes: svn path=/head/; revision=4218
1996-10-26FINALLY - commit the SSL'ed version of this. (ye gods, this has been a whileMark Murray1-3/+15
:-) ) Notes: svn path=/head/; revision=4163
1996-08-22Split /usr/local/etc/apache/* in more reasonable wayAndrey A. Chernov2-51/+5
Warning: SSL part not updated completely Notes: svn path=/head/; revision=3679
1996-08-111) Add the ability to build a secure (SSL'ed) server, conditionalisedMark Murray4-10/+30
on the presence of SECURE_SERVER. 2) Clean up the installation in accordance with BSD religion: Now all the configs go in ${PREFIX}/etc/apache and the data (documents) stay in ${PREFIX}/www. Notes: svn path=/head/; revision=3579
1996-07-12Fix icons listAndrey A. Chernov1-8/+56
Notes: svn path=/head/; revision=3386
1996-07-12Remove unnecessary DISTFILES and EXTRACT_ONLY.Satoshi Asami1-5/+2
Remove pst's address from MAINTAINER, I don't know if any script will fail if we have two addresses here so I don't want to risk breaking something right before the release. Notes: svn path=/head/; revision=3377
1996-07-12...just changed maintainer to match realityPaul Traina1-2/+2
Notes: svn path=/head/; revision=3374
1996-07-11Upgrade to 1.1.1Andrey A. Chernov3-42/+40
OK-ed by: gpalmer Notes: svn path=/head/; revision=3369
1996-06-15Slight revision: If startup file already there, leave it alone.Jordan K. Hubbard1-5/+7
Notes: svn path=/head/; revision=3227
1996-06-15Install an apache.sh startup file in /usr/local/etc/rc.d/Jordan K. Hubbard2-1/+9
Now that apache_httpd is gone from /etc/sysconfig, this is the canonical way to make apache start automatically in a new system installation. Notes: svn path=/head/; revision=3225
1996-05-20Variable reorderization.Satoshi Asami1-5/+6
Notes: svn path=/head/; revision=3111
1996-05-19Use mod_env.c to pass environment to CGI instead of local hackAndrey A. Chernov2-8/+10
Notes: svn path=/head/; revision=3108
1996-04-21Update to Apache 1.0.5 (security fix)Paul Traina4-9/+7
Notes: svn path=/head/; revision=3012
1996-02-22Upgrade to 1.0.3Andrey A. Chernov2-5/+5
Notes: svn path=/head/; revision=2741
1996-02-07Upgrade to 1.0.2.John Fieber2-4/+4
Notes: svn path=/head/; revision=2681
1995-12-04Fix MASTER_SITES.John Fieber1-2/+7
Notes: svn path=/head/; revision=2525