summaryrefslogtreecommitdiff
path: root/www/apache22 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-4/+4
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* add 3 missing small iconsAndrey A. Chernov1999-08-041-0/+3
| | | | | | | Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Notes: svn path=/head/; revision=20524
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* www/apache13 rc.d startup script has /usr/local hardcoded.SADA Kenji1999-06-251-2/+2
| | | | | | | | PR: ports/12206 Submitted by: Matt Behrens <matt@zigg.com> Notes: svn path=/head/; revision=19777
* upgrade to 1.3.6Andrey A. Chernov1999-03-255-102/+92
| | | | Notes: svn path=/head/; revision=17393
* Fix missing "\"sBill Fumerola1999-03-131-2/+2
| | | | | | | Noticed By: #FreeBSD Notes: svn path=/head/; revision=17166
* Add the Apache mirror sites. For ports with 'mods' attached to them, the ↵Bill Fumerola1999-03-131-1/+15
| | | | | | | | | | | | | | MASTER_SITEs were alternated so the user does not have to get 10 apache MASTER_SITEs when all they need is one 'mod' MASTER_SITE, which is what would happen if we used a MASTER_SITE_APACHE or added all of the mirrors in a row. Approved By: apache maintainers, asami Submitted By: Brian Feldman <green@unixhelp.org>, billf Notes: svn path=/head/; revision=17165
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-2/+3
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* change master site to http://Andrey A. Chernov1999-03-071-2/+2
| | | | Notes: svn path=/head/; revision=17041
* upgrade to 1.3.4Andrey A. Chernov1999-01-156-253/+190
| | | | Notes: svn path=/head/; revision=16053
* More Y2K Statement Links...Marc G. Fournier1999-01-131-1/+2
| | | | Notes: svn path=/head/; revision=16024
* Upgrade to 1.3.3Scott Mace1998-10-192-5/+5
| | | | | | | | Fix module loading under ELF PR: ports/8267 ports/8362 Notes: svn path=/head/; revision=14068
* coment out --with-perl option, currently perl version don't matterAndrey A. Chernov1998-09-241-2/+4
| | | | Notes: svn path=/head/; revision=13374
* upgrade to 1.3.2Andrey A. Chernov1998-09-245-35/+39
| | | | Notes: svn path=/head/; revision=13373
* Remove expensive-optimization -O6 already include itAndrey A. Chernov1998-09-201-2/+2
| | | | Notes: svn path=/head/; revision=13267
* add more dirrm'sAndrey A. Chernov1998-08-301-2/+13
| | | | Notes: svn path=/head/; revision=12922
* add missing mkdir/dirrmAndrey A. Chernov1998-08-301-0/+3
| | | | Notes: svn path=/head/; revision=12918
* Wwwaste the manpages.Tim Vanderhoek1998-08-191-9/+0
| | | | Notes: svn path=/head/; revision=12659
* "ln -s" -> "ln -sf" to make this port reinstall-friendly.Satoshi Asami1998-08-051-3/+3
| | | | Notes: svn path=/head/; revision=12284
* apachectl: redirect kill output to /dev/nullAndrey A. Chernov1998-07-231-1/+18
| | | | Notes: svn path=/head/; revision=12081
* Upgrade to 1.3.1Andrey A. Chernov1998-07-236-157/+229
| | | | Notes: svn path=/head/; revision=12074
* Make performance tuning conditionaly depends on APACHE_PERF_TUNINGAndrey A. Chernov1998-06-241-6/+16
| | | | | | | variable. Add more optimization there. Notes: svn path=/head/; revision=11517
* Redirect apachectl output to devnull in apache.shAndrey A. Chernov1998-06-181-2/+2
| | | | Notes: svn path=/head/; revision=11467
* Use apachectl to start apache in rc.d/apache.shAndrey A. Chernov1998-06-181-2/+2
| | | | Notes: svn path=/head/; revision=11466
* Increase HARD_SERVER_LIMIT to 512, it is already limited by MaxClientsAndrey A. Chernov1998-06-131-2/+3
| | | | | | | | directive installed by default and this needs to avoid unnecessary recompilation Notes: svn path=/head/; revision=11413
* Performance tuning as described in ↵Andrey A. Chernov1998-06-091-2/+3
| | | | | | | | | http://www.apache.org/docs/misc/perf-tuning.html Add --disable-rule=STATUS and -DBUFFERED_LOGS Notes: svn path=/head/; revision=11367
* Remove three nonexistent files.Satoshi Asami1998-06-081-3/+0
| | | | Notes: svn path=/head/; revision=11344
* Adjust NO_LATEST_LINK (now apache-1.3 is the default) after repositorySatoshi Asami1998-06-071-3/+1
| | | | | | | | | copy of apache -> apache12 and apache-current -> apache13. Requested by: ache Notes: svn path=/head/; revision=11314
* upgrade to 1.3.0Andrey A. Chernov1998-06-062-5/+5
| | | | Notes: svn path=/head/; revision=11299
* upgrade to 1.3b7Andrey A. Chernov1998-06-054-159/+148
| | | | Notes: svn path=/head/; revision=11279
* Fix PLISTAndrey A. Chernov1998-04-222-6/+4
| | | | Notes: svn path=/head/; revision=10638
* ===> Building package for apache-1.3b6Satoshi Asami1998-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 Notes: svn path=/head/; revision=10633
* Minor cleanup -- HAS_CONFIGURE + "--prefix=${PREFIX}" -> GNU_CONFIGURE.Satoshi Asami1998-04-221-5/+5
| | | | | | | Also, don't use "+=" to define variable defined only once. Notes: svn path=/head/; revision=10632
* Upgrade to 1.3b6, now with loadable modules!Andrey A. Chernov1998-04-217-189/+378
| | | | Notes: svn path=/head/; revision=10626
* Add dist patches set locally since bsd.port.mk can't handle different baseAndrey A. Chernov1998-03-121-3/+3
| | | | | | | directory per each dist patch Notes: svn path=/head/; revision=10122
* Define NO_LATEST_LINK.Satoshi Asami1998-02-251-1/+3
| | | | Notes: svn path=/head/; revision=9918
* Upgrade to 1.3b5Andrey A. Chernov1998-02-203-19/+53
| | | | Notes: svn path=/head/; revision=9859
* Add official patch for //// attackAndrey A. Chernov1998-01-072-1/+5
| | | | Notes: svn path=/head/; revision=9289
* 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