summaryrefslogtreecommitdiff
path: root/www/apache20 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.3.14Andrey A. Chernov2000-10-143-6/+26
| | | | Notes: svn path=/head/; revision=33811
* Move all modules from static to shared to allow maximal configurationAndrey A. Chernov2000-10-112-2/+22
| | | | | | | | | | flexibility. WARNING: existing configurations should be updated with 'LoadModule' for previously static modules. Notes: svn path=/head/; revision=33715
* Cosmetic changes to reduce difference between apache13 ports.Jun Kuriyama2000-08-221-23/+23
| | | | | | | | | | | | (whitespace/tab, re-ordering, same $DISTNAME) This is preparation for ports/18788 updates. Approved by: adam@algroup.co.uk, sumikawa No response from: ache (sorry for stepping on your toes) Notes: svn path=/head/; revision=31844
* Fix path to apachectl in stopAndrey A. Chernov2000-07-181-1/+1
| | | | Notes: svn path=/head/; revision=30784
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-3/+21
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Remove unchanged configuration files and www/{cgi-bin,data} symlinks.Satoshi Asami2000-06-021-0/+7
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29117
* Add appropriate AddType and DirectoryIndex in preparation forDirk Froemberg2000-05-291-4/+50
| | | | | | | | | mod_php[34]. Approved by: ache (maintainer) Notes: svn path=/head/; revision=28933
* Trim lines that were out of DESCR style, use proper WWW:Bill Fumerola2000-05-071-10/+1
| | | | Notes: svn path=/head/; revision=28344
* Fix typoChris Piazza2000-04-101-1/+1
| | | | | | | Submitted by: "Gary D. Margiotta" <gary@tbe.net> Notes: svn path=/head/; revision=27442
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27430
* upgrade to 1.3.12Andrey A. Chernov2000-02-263-7/+6
| | | | Notes: svn path=/head/; revision=26298
* Add official cross side scripting security patchAndrey A. Chernov2000-02-022-0/+4
| | | | Notes: svn path=/head/; revision=25418
* upgrade to 1.3.11Andrey A. Chernov2000-01-245-40/+45
| | | | Notes: svn path=/head/; revision=25034
* cp/ln all *.default stuff with original names if they not presentAndrey A. Chernov1999-11-151-0/+7
| | | | Notes: svn path=/head/; revision=23138
* upgrade to 1.3.9Andrey A. Chernov1999-09-039-115/+100
| | | | Notes: svn path=/head/; revision=21215
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* 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