summaryrefslogtreecommitdiff
path: root/www/apache21 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Redirect ulimit output to /dec/nullAndrey A. Chernov1997-11-211-1/+1
| | | | Notes: svn path=/head/; revision=8735
* Upgrade to 1.3b3Andrey A. Chernov1997-11-215-34/+28
| | | | Notes: svn path=/head/; revision=8734
* Compile with -funsigned-char instead of (unsigned char) castAndrey A. Chernov1997-10-232-53/+0
| | | | | | | and not replace Apache functions now Notes: svn path=/head/; revision=8345
* Upgrade to 1.3b2, now with support files and docs installedAndrey A. Chernov1997-10-227-37/+290
| | | | Notes: svn path=/head/; revision=8329
* Do not replace Apache md5 with FreeBSD one, it causeAndrey A. Chernov1997-08-252-23/+1
| | | | | | | support problems and gains almost nothing Notes: svn path=/head/; revision=7690
* Tweak commentAndrey A. Chernov1997-08-131-2/+1
| | | | Notes: svn path=/head/; revision=7569
* Update the repository copied (with history) apache 1.2.1 to 1.3a1 from thePeter Wemm1997-08-124-23/+19
| | | | | | | original apache-current port. Notes: svn path=/head/; revision=7549
* The great apache shuffle, part 1.. Revive files and break out SSL..Peter Wemm1997-08-121-39/+2
| | | | Notes: svn path=/head/; revision=7544
* Split apache to -stable and -currentAndrey A. Chernov1997-07-261-2/+0
| | | | Notes: svn path=/head/; revision=7420
* Upgrade to 1.2.1Andrey A. Chernov1997-07-082-6/+6
| | | | Notes: svn path=/head/; revision=7244
* Always installl *-dist files and list them in PLIST too, it allowsAndrey A. Chernov1997-06-071-4/+4
| | | | | | | pkg_delete not remove current configuration Notes: svn path=/head/; revision=6788
* Update to 1.2.0Andrey A. Chernov1997-06-062-5/+5
| | | | Notes: svn path=/head/; revision=6781
* More fixing of OPTIM replacementAndrey A. Chernov1997-05-311-1/+1
| | | | Notes: svn path=/head/; revision=6658
* Fix OPTIM= patchingAndrey A. Chernov1997-05-311-1/+1
| | | | Notes: svn path=/head/; revision=6657
* Upgrade to 1.2b11Andrey A. Chernov1997-05-313-53/+7
| | | | Notes: svn path=/head/; revision=6656
* Upgrade to 1.2b10Andrey A. Chernov1997-05-023-5/+24
| | | | Notes: svn path=/head/; revision=6378
* Upgrade to 1.2b8Andrey A. Chernov1997-04-142-7/+10
| | | | Notes: svn path=/head/; revision=6206
* remove unneded @unexecAndrey A. Chernov1997-02-271-1/+0
| | | | Notes: svn path=/head/; revision=5764
* Update checksum for my dir.patchAndrey A. Chernov1997-02-261-1/+1
| | | | Notes: svn path=/head/; revision=5756
* Upgrade to 1.2b7Andrey A. Chernov1997-02-262-6/+6
| | | | Notes: svn path=/head/; revision=5750
* Upgrade to 1.2b6Andrey A. Chernov1997-01-282-6/+6
| | | | Notes: svn path=/head/; revision=5454
* "mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/wwwSatoshi Asami1997-01-131-1/+1
| | | | | | | pre-existing. Notes: svn path=/head/; revision=5337
* Upgrade to 1.2b4Andrey A. Chernov1997-01-022-5/+5
| | | | Notes: svn path=/head/; revision=5167
* Upgrade to 1.2b3Andrey A. Chernov1996-12-252-9/+9
| | | | | | | Submitted by: mostly by peter Notes: svn path=/head/; revision=5095
* Mark the SSL'ed version as BROKEN, until the official patches appear. AlsoMark Murray1996-12-111-1/+3
| | | | | | | add myself as maintainer of the SSL version. Notes: svn path=/head/; revision=4935
* Upgrade to 1.2b2Andrey A. Chernov1996-12-112-26/+8
| | | | Notes: svn path=/head/; revision=4929
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Add information URLs commentAndrey A. Chernov1996-11-071-4/+7
| | | | Notes: svn path=/head/; revision=4327
* Conditionalize all my patchesAndrey A. Chernov1996-11-073-128/+36
| | | | Notes: svn path=/head/; revision=4326
* Situation:Andrey A. Chernov1996-11-041-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
* Uncomment the DEPENDS= line. Sheesh.Mark Murray1996-10-311-2/+2
| | | | | | | Reminded by: ache Notes: svn path=/head/; revision=4218
* FINALLY - commit the SSL'ed version of this. (ye gods, this has been a whileMark Murray1996-10-261-3/+15
| | | | | | | :-) ) Notes: svn path=/head/; revision=4163
* Split /usr/local/etc/apache/* in more reasonable wayAndrey A. Chernov1996-08-222-51/+5
| | | | | | | Warning: SSL part not updated completely Notes: svn path=/head/; revision=3679
* 1) Add the ability to build a secure (SSL'ed) server, conditionalisedMark Murray1996-08-114-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
* Fix icons listAndrey A. Chernov1996-07-121-8/+56
| | | | Notes: svn path=/head/; revision=3386
* Remove unnecessary DISTFILES and EXTRACT_ONLY.Satoshi Asami1996-07-121-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
* ...just changed maintainer to match realityPaul Traina1996-07-121-2/+2
| | | | Notes: svn path=/head/; revision=3374
* Upgrade to 1.1.1Andrey A. Chernov1996-07-113-42/+40
| | | | | | | OK-ed by: gpalmer Notes: svn path=/head/; revision=3369
* Slight revision: If startup file already there, leave it alone.Jordan K. Hubbard1996-06-151-5/+7
| | | | Notes: svn path=/head/; revision=3227
* Install an apache.sh startup file in /usr/local/etc/rc.d/Jordan K. Hubbard1996-06-152-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
* Variable reorderization.Satoshi Asami1996-05-201-5/+6
| | | | Notes: svn path=/head/; revision=3111
* Use mod_env.c to pass environment to CGI instead of local hackAndrey A. Chernov1996-05-192-8/+10
| | | | Notes: svn path=/head/; revision=3108
* Update to Apache 1.0.5 (security fix)Paul Traina1996-04-214-9/+7
| | | | Notes: svn path=/head/; revision=3012
* Upgrade to 1.0.3Andrey A. Chernov1996-02-222-5/+5
| | | | Notes: svn path=/head/; revision=2741
* Upgrade to 1.0.2.John Fieber1996-02-072-4/+4
| | | | Notes: svn path=/head/; revision=2681
* Fix MASTER_SITES.John Fieber1995-12-041-2/+7
| | | | Notes: svn path=/head/; revision=2525
* Update to 1.0John Fieber1995-12-022-5/+5
| | | | Notes: svn path=/head/; revision=2517
* Change categories to "www". gn has "net" in there too.Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2486
* fixed COMMENTSEric L. Hernes1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=2371
* Don't try to install mime.types twice.Paul Traina1995-09-291-0/+125
| | | | | | | | | Patch up the distributed configuration files to match /usr/local/www convention. We really should be patching them to meta-values and then running sed over them to home them to the right prefix. Notes: svn path=/head/; revision=2207