From owner-freebsd-questions Sun Oct 10 0: 9: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Hydro.CAM.ORG (Hydro.CAM.ORG [198.168.100.7]) by hub.freebsd.org (Postfix) with ESMTP id 2CAB3151D6 for ; Sun, 10 Oct 1999 00:09:00 -0700 (PDT) (envelope-from intmktg@CAM.ORG) Received: from cam.org (intmktg.HIP.CAM.ORG [204.19.190.173]) by Hydro.CAM.ORG (8.8.8/8.8.4) with ESMTP id DAA24045 for ; Sun, 10 Oct 1999 03:08:08 -0400 (EDT) Message-ID: <380038E3.6F851524@cam.org> Date: Sun, 10 Oct 1999 02:57:39 -0400 From: Marc Tardif X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: apache+php+mod_ssl from ports on boot Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install apache+php+mod_ssl from the ports, which is all from the FreeBSD-CURRENT distribution which I have installed by passive ftp today. Everything went fine, though the mod_ssl version included seems a bit outdated. The problem is that apache.sh won't start on boot nor from the command line. Here are my steps: cd /usr/ports/www/apache13-php3 make USA_RESIDENT=NO (selected my sql server, zlib and mod_ssl) make certificate (selected RSA and type 3) make install reboot Possible problems: 1. Network could be down, but my gateway is up, running properly and sendmail starts fine. 2. Oddly, it seems there are no httpd.conf-dist files, except in /usr/ports/www/apache13-php3/work/apache... shouldn't those files be moved during 'make install' to /usr/local/share/apache or /usr/local/apache? The later directory doesn't seem to exist, though it is mentioned in the apache manpage. 3. Maybe ssl needs more configuration than 'make certificate'. I'm not familiar with ssl at all, but I have tried to read some documentation and it's not for the faint of heart. Apart from those three possibilities, I'm at a loss... any help would be appreciated. Thanks in advance, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message