From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:12:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1942616A41F for ; Mon, 19 Dec 2005 03:12:13 +0000 (GMT) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp02.smtp.vanderbilt.edu (smtp02.smtp.Vanderbilt.Edu [129.59.1.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E80043D78 for ; Mon, 19 Dec 2005 03:12:05 +0000 (GMT) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp02.smtp.vanderbilt.edu (localhost [127.0.0.1]) by smtp02.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9C+d3.7.9) with ESMTP id jBJ3C1JV017788 for ; Sun, 18 Dec 2005 21:12:01 -0600 (CST) Received: from [10.10.1.151] (adsl-065-006-140-128.sip.bna.bellsouth.net [65.6.140.128]) by smtp02.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9.3B+d3.7.9) with ESMTP id jBJ3BxUM017744 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sun, 18 Dec 2005 21:11:59 -0600 (CST) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org Date: Sun, 18 Dec 2005 21:10:27 -0600 User-Agent: KMail/1.8.2 References: <000901c60448$bcd7e620$0c00a8c0@mothra> In-Reply-To: <000901c60448$bcd7e620$0c00a8c0@mothra> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart378321414.yWWkh2tEbv"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512182110.33506.don.hinton@vanderbilt.edu> Subject: Re: httpd_flags="-DSSL"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 03:12:13 -0000 --nextPart378321414.yWWkh2tEbv Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Jeff: On Sunday 18 December 2005 21:03, Jeff D. Hamann wrote: > I've searched plenty looking for the proper method to get apache2 to start > up at boot time with little success. I've tried the various combinations = of > httpd_flags/apache2_flags/apache_flags=3D to my rc.conf file to no avail: > > bobby# cat rc.conf > blah, blah, blah... > apache_enable=3D"YES" > httpd_flags=3D"-DSSL" > blah, blah, blah... > bobby# > > What's the trick? I've fixed the cert file to not require the dialog on > startup and have been able to start apache2 using the command: > > /usr/local/sbin/apachectl startssl > > and then it starts without the dialog. > > Ideas? Make sure your apache2.sh file exists and is executable, you probably need = to=20 rename if from apache2.sh.sample (or something like that), e.g.: /usr/local/etc/rc.d/apache2.sh Also, it will contain the flags you need to set in rc.conf. hth... don > > Jeff. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" =2D-=20 Don Hinton 615.480.5667 ISIS, Vanderbilt University --nextPart378321414.yWWkh2tEbv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDpiSp0U0xbM5cLs0RAnP/AKCc8ev5gNDJUjvMch8fJdiWYS4zagCgiR67 O95vddBoKHtAh70VXn9Z4cU= =DhfE -----END PGP SIGNATURE----- --nextPart378321414.yWWkh2tEbv--