Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/apache20/files/Attic/apache.sh

[BACK] Up to [FreeBSD] / ports / www / apache20 / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18
Sun Sep 9 14:48:34 2007 UTC (4 years, 5 months ago) by clement
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.17: +1 -1 lines
- Update to 2.0.61
- sync' startup script with www/apache22

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Feb 20 20:47:47 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jan 15 18:58:37 2006 UTC (6 years ago) by clement
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Cleanups and fixes
- remove useless options (and fix thread stuff) [1]
- move print-closest-mirror to bsd.apache.mk
- move threads configure options out of Makefile.modules
- Fix stupid logic to disable v4mapped address [2]
- and more...

Submitted/spotted by:   many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
                        ume[2]
PR:                     ports/91813 [1]

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Dec 3 23:04:21 2005 UTC (6 years, 2 months ago) by clement
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
- resync' with www/apache2

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Oct 30 20:51:56 2005 UTC (6 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- Don't rerun the apache2.sh rc script on restart's, just stop and start
  normally

PR:		ports/86402
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jun 1 17:49:31 2005 UTC (6 years, 8 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
- Remove debug line.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jun 1 17:47:53 2005 UTC (6 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +52 -8 lines
- Add support for multiple instances of apache2 to startup script.
  It's a little bit experimental, but it works.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 11 13:45:05 2005 UTC (7 years, 1 month ago) by clement
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
o startup script:
- Use apache{2,21}flags variable in apache{2,21}_checkconfig().
  It fixes restart when apache2ssl_enable is set to YES in rc.conf
  and httpd.conf is "old" (i.e. non -DSSL safe) [1]

o Makefile
- split post-install target to add install-startup-script:
  User can now upgrade startup script without reinstalling apache2.
  NOTE: this is NOT package-safe and NOT supported, even if in most of
  cases they're no risk.

Noticed by:     many [1]

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Nov 13 18:23:34 2004 UTC (7 years, 2 months ago) by clement
Branches: MAIN
CVS tags: old_RELEASE_4_11_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- minor cleanups.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 23 15:44:51 2004 UTC (7 years, 5 months ago) by clement
Branches: MAIN
CVS tags: old_RELEASE_5_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -1 lines
- Add a sanity check on apache2 configuration files before reloading or
  restarting apache2 (to avoid an expected failure on restart)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 30 17:04:47 2004 UTC (7 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +16 -3 lines
apache2 NG patch 1/5.

o Changes in httpd.conf
  - mod_userdir:
        . set Userdir if mod_userdir is loaded [1]
        . Userdir is denied for users from /etc/ftpusers
  - set more "secure" permissions.
    By default, policy is to deny access to filesystem.
    You HAVE to _ENABLE_ access to your filesystem in httpd.conf.
  - Add an "Includes" directory to ${PREFIX}/etc/apache2/
    to make configuration more flexible
    ${PREFIX}/etc/apache2/*.conf files are now automatically loaded.

o apache.sh
  - be closer to apachectl, apache.sh need envvars [2]
    It should restore subversion behavior.

Partially submitted by:
                kuriyama [1],
                Gregory (Grisha) Trubetskoy <grisha at apache dot org> [2]

Future changes are mostly written, they should be committed during the
week-end.
If you're interrested in changes, feel free contact me.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 7 14:56:53 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -4 lines
- change limits from user www to daemon class to be in sync with
  apachectl
- fix limits (missing eval)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 5 11:14:18 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +48 -14 lines
-1- make show-options readable from a vt100 ;-)
-2- add WITH_DEBUG knob (supports DEBUG_FLAGS)
-3- convert start script to RCng [1]
    - add possibility to run limits(1) before apache starts
    - apache2.sh reload = apachectl graceful
-4- Add threadpool MPM
-5- Adapt COMMENT to fit MPM.
-6- Bump PORTREVISION

PR:             ports/66955 [1]
Submitted by:   nork [1] (partially)
Requested by:   ume [1]

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 18 23:02:05 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0, old_RELEASE_5_1_0, old_RELEASE_5_0_0, old_RELEASE_4_9_0, old_RELEASE_4_8_0, old_RELEASE_4_7_0, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_10_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- Update to 2.0.39, the emergency security update.
- Unmark FORBIDDEN

PR:		ports/39477
Submitted by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 18 20:29:41 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
CVS tags: old_RELEASE_4_6_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Respect $DESTDIR for all paths

PR:		37211
Submitted by:	maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 8 06:45:33 2002 UTC (9 years, 10 months ago) by pat
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -7 lines
Update to 2.0.35 (first GA release!)

PR:		36834
Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 18 10:17:39 2000 UTC (11 years, 6 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_5_0, old_RELEASE_4_4_0, old_RELEASE_4_3_0, old_RELEASE_4_2_0, old_RELEASE_4_1_1, old_RELEASE_4_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Fix path to apachectl in stop

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 5 12:36:59 2000 UTC (11 years, 7 months ago) by tg
Branches: MAIN
As threatened on freebsd-ports: all startup scripts know about the two
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options