aboutsummaryrefslogtreecommitdiff
path: root/www/apache13
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.3.42Philip M. Gollucci2010-02-032-5/+4
| | | | | | | | Security: http://www.vuxml.org/freebsd/cae01d7b-110d-11df-955a-00219b0fc4d8 With hat: apache Notes: svn path=/head/; revision=249191
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Be sure to remove -std= from apxs.Ed Schouten2009-06-082-0/+11
| | | | | | | | | | | My change to apache13, to build it with -std=gnu89 also caused this compiler flag to be exposed through the apxs utility. This caused some Apache modules to fail to build. Reported by: pav, miwi Notes: svn path=/head/; revision=235422
* Build Apache 13 with -std=gnu89. It doesn't build with ISO C99 inline.Ed Schouten2009-06-041-0/+1
| | | | | | | | | | | I should also change all the other ports, but I'm leaving that like it is right now. This port will at least make it easier to build 200 more ports on pointyhat. Approved by: pgollucci Notes: svn path=/head/; revision=235173
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* Spell NOPORTDOCS correctly and use %%PORTDOCS%% amcro instead of NODOCS.Ion-Mihai Tetcu2009-05-122-305/+299
| | | | | | | Approved by: maintainer on IRC Notes: svn path=/head/; revision=233778
* Add note tp pkg-message informing users of FAQ:Philip M. Gollucci2009-04-101-0/+4
| | | | | | | | | | | | | | your hostname must be resolvable via at least 1 mechanism configured in /etc/nsswitch.conf or depending on the modules you hae loaded apache might not be able to start. PRs: ports/131563, ports/131564, ports/131565 Submitted by: Glen Barber <glen.j.barber@gmail.com> Discussed with: me Notes: svn path=/head/; revision=231987
* Pass MAINTAINER to apache@Philip M. Gollucci2009-01-141-1/+1
| | | | | | | Approved by: ache (prev maintainer) Notes: svn path=/head/; revision=226031
* Revert some of the previous commit. Applogies.Philip M. Gollucci2009-01-091-1/+1
| | | | | | | I only meant to do clement@ and ports@ ones Notes: svn path=/head/; revision=225578
* - Re-assign www/apache* ports to apache@Philip M. Gollucci2009-01-091-1/+1
| | | | | | | | | - Previous MATAINERs please welcome yourself to the apache@ team. Approved by: portmgr (pav, flz), secteam (simon), clement Notes: svn path=/head/; revision=225577
* Don't check value for WITH_/WITHOUT_ vars, especially for "yes"Andrey A. Chernov2008-09-231-7/+6
| | | | | | | | | Just relay on they are set. PR: 127464 Notes: svn path=/head/; revision=220550
* Add default php5 instructions to make easy php5+apache configAndrey A. Chernov2008-07-191-16/+20
| | | | | | | | PR: 124274 Submitted by: Till Klampaeckel <till@php.net> (partially) Notes: svn path=/head/; revision=217115
* Upgrade to 1.3.41Andrey A. Chernov2008-01-212-6/+5
| | | | Notes: svn path=/head/; revision=205949
* Honor NOPORTDOCAndrey A. Chernov2007-10-193-298/+331
| | | | | | | | PR: 117126 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=201665
* Use better pattern for caudium12 in CONFLICTSAndrey A. Chernov2007-10-131-1/+1
| | | | | | | | PR: 117126 (part of) Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=201418
* Stop linking data and cgi-bin to -dist ones by default, it affects packagesAndrey A. Chernov2007-10-013-31/+18
| | | | | | | | badly when they installed in batch (they write into -dist dirs). Try to create empty data and cgi-bin instead. Notes: svn path=/head/; revision=200496
* Use new style of startup script installAndrey A. Chernov2007-10-013-308/+302
| | | | | | | | | | | | Use dirrmtry when remove some directories Respect DOCSDIR in pkg-plist (with small mod from me) PR: 116776 Submitted by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=200492
* Upgrade to 1.3.39Andrey A. Chernov2007-09-084-10/+9
| | | | Notes: svn path=/head/; revision=199071
* Remove CONFLICTS with updated thttpdAndrey A. Chernov2007-06-141-2/+2
| | | | Notes: svn path=/head/; revision=193533
* Fix build when custom LC_ALL is setAndrey A. Chernov2007-05-311-1/+10
| | | | | | | PR: 96703 Notes: svn path=/head/; revision=192469
* Fix objformat problemAndrey A. Chernov2007-04-042-5/+20
| | | | Notes: svn path=/head/; revision=189201
* ReplaceAndrey A. Chernov2006-12-092-3/+2
| | | | | | | | | | | | | # REQUIRE: DAEMON # BEFORE: LOGIN with # REQUIRE: LOGIN cleanvar (mysql-first problem) PR: 106429 Notes: svn path=/head/; revision=179322
* Use more rcNG compatible method for limits(1)Andrey A. Chernov2006-08-102-2/+3
| | | | | | | PR: 101746 Notes: svn path=/head/; revision=170273
* Upgrade to 1.3.37Andrey A. Chernov2006-07-283-17/+5
| | | | Notes: svn path=/head/; revision=169016
* Security fix: off-by-one error in mod_rewriteAndrey A. Chernov2006-07-272-0/+12
| | | | | | | Submitted by: simon Notes: svn path=/head/; revision=168889
* Upgrade to 1.3.36Andrey A. Chernov2006-05-172-5/+5
| | | | Notes: svn path=/head/; revision=162687
* Upgrade to 1.3.35Andrey A. Chernov2006-05-103-41/+5
| | | | Notes: svn path=/head/; revision=161926
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* Quench pkg_delete warningKris Kennaway2006-01-261-1/+1
| | | | Notes: svn path=/head/; revision=154479
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* CVE-2005-3352Andrey A. Chernov2005-12-142-1/+36
| | | | Notes: svn path=/head/; revision=151170
* Back out rc transition, now all script executed in the subshellAndrey A. Chernov2005-12-052-14/+4
| | | | Notes: svn path=/head/; revision=150445
* Fix my suggested patch by making it PLIST_SUB+=Doug Barton2005-12-031-1/+1
| | | | Notes: svn path=/head/; revision=150285
* Tune for new rc.d conventionAndrey A. Chernov2005-12-032-3/+14
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=150280
* big whitespace cleanup (see ports/65409)Edwin Groothuis2005-11-251-17/+17
| | | | | | | | | | | Ache's ports whitespace cleanup PR: ports/65829 Submitted by: trevor Approved by: ache Notes: svn path=/head/; revision=149368
* Upgrade to 1.3.34Andrey A. Chernov2005-10-184-92/+5
| | | | Notes: svn path=/head/; revision=145792
* Fix http request smuggling for proxyAndrey A. Chernov2005-08-112-1/+88
| | | | | | | Approved by: portmgr (clement) Notes: svn path=/head/; revision=140844
* - don't create httpd.conf.bakClement Laforet2005-02-112-0/+16
| | | | | | | | | - remove httpd.conf.bak if exists Approved by: portmgr (krion, kris) Notes: svn path=/head/; revision=128539
* Change APACHE_PERF_TUNING default to more reasonable valueAndrey A. Chernov2005-01-301-1/+1
| | | | | | | Submitted by: Nikolas Britton <freebsd@nbritton.org> Notes: svn path=/head/; revision=127711
* Fix few wrong deinstallation commands and obsoleted dirrmAndrey A. Chernov2004-11-062-7/+7
| | | | | | | Submitted by: hrs Notes: svn path=/head/; revision=121006
* Upgrade to 1.3.33Andrey A. Chernov2004-10-292-4/+4
| | | | Notes: svn path=/head/; revision=120459
* Upgrade to 1.3.32Andrey A. Chernov2004-10-256-34/+17
| | | | Notes: svn path=/head/; revision=120159
* rc_flags not expanded yet at this point in startup script.Andrey A. Chernov2004-08-292-2/+2
| | | | | | | Change it to apache_flags directly. Notes: svn path=/head/; revision=117558
* Add @unexec parts to prev. commitAndrey A. Chernov2004-08-221-0/+2
| | | | Notes: svn path=/head/; revision=117043
* Write-protect *-dist directoriesAndrey A. Chernov2004-08-222-1/+7
| | | | Notes: svn path=/head/; revision=117012
* Move 'limits' from start_precmd to start_cmd because with new localpkgAndrey A. Chernov2004-07-272-2/+2
| | | | | | | it affects all subsequent scripts. Notes: svn path=/head/; revision=114862
* In the rc.d/localpkg New World Order, the apache.sh startup script mayPeter Pentchev2004-07-262-4/+4
| | | | | | | | | | | | | be executed when the apache_enable and other config variables have already been set, e.g. via /etc/rc.conf. In that case, load_rc_config will not do anything at all, and the "defaults" set in the script will override the user's settings. Fix this by honoring any previously-set config variables. Carte blanche by: ache (maintainer) Notes: svn path=/head/; revision=114780