aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache22
Commit message (Collapse)AuthorAgeFilesLines
* Wwwaste the manpages.hoek1998-08-201-9/+0
|
* "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-236-157/+229
|
* Make performance tuning conditionaly depends on APACHE_PERF_TUNINGache1998-06-251-6/+16
| | | | variable. Add more optimization there.
* Redirect apachectl output to devnull in apache.shache1998-06-181-2/+2
|
* Use apachectl to start apache in rc.d/apache.shache1998-06-181-2/+2
|
* Increase HARD_SERVER_LIMIT to 512, it is already limited by MaxClientsache1998-06-131-2/+3
| | | | | directive installed by default and this needs to avoid unnecessary recompilation
* Performance tuning as described in ↵ache1998-06-101-2/+3
| | | | | | http://www.apache.org/docs/misc/perf-tuning.html Add --disable-rule=STATUS and -DBUFFERED_LOGS
* Remove three nonexistent files.asami1998-06-081-3/+0
|
* Adjust NO_LATEST_LINK (now apache-1.3 is the default) after repositoryasami1998-06-071-3/+1
| | | | | | copy of apache -> apache12 and apache-current -> apache13. Requested by: ache
* upgrade to 1.3.0ache1998-06-072-5/+5
|
* upgrade to 1.3b7ache1998-06-064-159/+148
|
* Fix PLISTache1998-04-232-6/+4
|
* ===> Building package for apache-1.3b6asami1998-04-221-1/+3
| | | | | | | | | | Creating package /usr/ports/packages/All/apache-1.3b6.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/apache-1.3b6.tgz' tar: can't add file sbin/dbmmanage : No such file or directory tar: can't add file sbin/htdigest : No such file or directory tar: can't add file sbin/htpasswd : No such file or directory *** Error code 1
* Minor cleanup -- HAS_CONFIGURE + "--prefix=${PREFIX}" -> GNU_CONFIGURE.asami1998-04-221-5/+5
| | | | Also, don't use "+=" to define variable defined only once.
* Upgrade to 1.3b6, now with loadable modules!ache1998-04-227-189/+378
|
* Add dist patches set locally since bsd.port.mk can't handle different baseache1998-03-121-3/+3
| | | | directory per each dist patch
* Define NO_LATEST_LINK.asami1998-02-251-1/+3
|
* Upgrade to 1.3b5ache1998-02-203-19/+53
|
* Add official patch for //// attackache1998-01-082-1/+5
|
* Redirect ulimit output to /dec/nullache1997-11-221-1/+1
|
* Upgrade to 1.3b3ache1997-11-225-34/+28
|
* Compile with -funsigned-char instead of (unsigned char) castache1997-10-242-53/+0
| | | | and not replace Apache functions now
* Upgrade to 1.3b2, now with support files and docs installedache1997-10-237-37/+290
|
* Do not replace Apache md5 with FreeBSD one, it causeache1997-08-262-23/+1
| | | | support problems and gains almost nothing
* Tweak commentache1997-08-131-2/+1
|
* Update the repository copied (with history) apache 1.2.1 to 1.3a1 from thepeter1997-08-134-23/+19
| | | | original apache-current port.
* The great apache shuffle, part 1.. Revive files and break out SSL..peter1997-08-121-39/+2
|
* Split apache to -stable and -currentache1997-07-271-2/+0
|
* Upgrade to 1.2.1ache1997-07-082-6/+6
|
* Always installl *-dist files and list them in PLIST too, it allowsache1997-06-071-4/+4
| | | | pkg_delete not remove current configuration
* Update to 1.2.0ache1997-06-062-5/+5
|
* More fixing of OPTIM replacementache1997-06-011-1/+1
|
* Fix OPTIM= patchingache1997-06-011-1/+1
|
* Upgrade to 1.2b11ache1997-06-013-53/+7
|
* Upgrade to 1.2b10ache1997-05-033-5/+24
|
* Upgrade to 1.2b8ache1997-04-152-7/+10
|
* remove unneded @unexecache1997-02-271-1/+0
|
* Update checksum for my dir.patchache1997-02-261-1/+1
|
* Upgrade to 1.2b7ache1997-02-262-6/+6
|
* Upgrade to 1.2b6ache1997-01-282-6/+6
|
* "mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/wwwasami1997-01-131-1/+1
| | | | pre-existing.
* Upgrade to 1.2b4ache1997-01-032-5/+5
|
* Upgrade to 1.2b3ache1996-12-262-9/+9
| | | | Submitted by: mostly by peter
* Mark the SSL'ed version as BROKEN, until the official patches appear. Alsomarkm1996-12-121-1/+3
| | | | add myself as maintainer of the SSL version.
* Upgrade to 1.2b2ache1996-12-122-26/+8
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Add information URLs commentache1996-11-071-4/+7
|
* Conditionalize all my patchesache1996-11-073-128/+36
|
* Situation:ache1996-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.
* Uncomment the DEPENDS= line. Sheesh.markm1996-11-011-2/+2
| | | | Reminded by: ache
* FINALLY - commit the SSL'ed version of this. (ye gods, this has been a whilemarkm1996-10-271-3/+15
| | | | :-) )
* Split /usr/local/etc/apache/* in more reasonable wayache1996-08-232-51/+5
| | | | Warning: SSL part not updated completely
* 1) Add the ability to build a secure (SSL'ed) server, conditionalisedmarkm1996-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.
* Fix icons listache1996-07-121-8/+56
|
* Remove unnecessary DISTFILES and EXTRACT_ONLY.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.
* ...just changed maintainer to match realitypst1996-07-121-2/+2
|
* Upgrade to 1.1.1ache1996-07-113-42/+40
| | | | OK-ed by: gpalmer
* Slight revision: If startup file already there, leave it alone.jkh1996-06-161-5/+7
|
* Install an apache.sh startup file in /usr/local/etc/rc.d/jkh1996-06-162-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.
* Variable reorderization.asami1996-05-201-5/+6
|
* Use mod_env.c to pass environment to CGI instead of local hackache1996-05-202-8/+10
|
* Update to Apache 1.0.5 (security fix)pst1996-04-214-9/+7
|
* Upgrade to 1.0.3ache1996-02-232-5/+5
|
* Upgrade to 1.0.2.jfieber1996-02-072-4/+4
|
* Fix MASTER_SITES.jfieber1995-12-041-2/+7
|
* Update to 1.0jfieber1995-12-032-5/+5
|
* Change categories to "www". gn has "net" in there too.asami1995-11-271-2/+2
|
* fixed COMMENTSerich1995-10-291-1/+1
|
* Don't try to install mime.types twice.pst1995-09-301-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.
* Make apache less NCSA-like and more BSD-like.pst1995-09-261-2/+2
| | | | | | Binary installed in /usr/local/sbin. Document root is /usr/local/www/data. Server root is /usr/local/www/server.
* Upgrade apache to 0.8.14, completely restructure port, and list myself aspst1995-09-243-5/+7
| | | | maintainer.
* Upgrade apache to 0.8.13pst1995-09-193-7/+6
|
* Port of the APACHE web server.jkh1995-08-285-0/+70
Submitted by: "Eric L. Hernes" <erich@lodgenet.com>