Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2004 17:56:39 -0700
From:      Gary Kline <kline@thought.org>
To:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   rev to /usr/local/etc/rc.d/apache.sh
Message-ID:  <20040521005639.GA14318@tao.thought.org>

next in thread | raw e-mail | index | archive | help

	Guys,

	It may just be me, but I stared at the *original*
	apache.sh script for 45 minutes before figuring out
	how it worked.  apache was down here for more than a
	few hours.

	This is my rewrite::

# DO NOT CHANGE THESE DEFAULT VALUES HERE,
# instead, define these apache_* variables in one of these files:
#       /etc/rc.conf
#       /etc/rc.conf.local
#       /etc/rc.conf.d/apache
#
#
apache_enable="NO"  # or "YES" to exec apachectl &c, &c.
apache_flags=""
apache_pidfile="/var/run/httpd.pid"

	-g



-- 
   Gary Kline     kline@thought.org   www.thought.org     Public service Unix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040521005639.GA14318>