From owner-freebsd-questions Tue Dec 28 23:19:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from usagi.cts.com (usagi.cts.com [209.68.192.66]) by hub.freebsd.org (Postfix) with ESMTP id 5941514EA8 for ; Tue, 28 Dec 1999 23:19:17 -0800 (PST) (envelope-from preeper@cts.com) Received: from backshop (gt361.cts.com [204.212.158.91]) by usagi.cts.com (8.9.3/8.9.3) with SMTP id XAA00355 for ; Tue, 28 Dec 1999 23:19:11 -0800 (PST) Message-Id: <3.0.5.32.19991228231851.0088ee60@cts.com> X-Sender: preeper@cts.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 28 Dec 1999 23:18:51 -0800 To: questions@FreeBSD.ORG From: Jerry Preeper Subject: problem installing apache13 port Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to install the apache13port on a freebsd3.3 system simply using make install clean from /usr/ports/www/apache13 and I'm running into a problem that I'm not sure how to fix. The installation seems to go fine, however when I go to apachectl start I get an error message that says unable to start. So I tried starting manually from the command line with /usr/local/sbin/httpd -f /usr/local/etc/apache/httpd.conf and it still doesn't start. There is an entry in the log file each time I try to run it, saying that it can't find mime.types in /usr/local/etc/apache/etc/apache/mime.types Naturally, mime.types doesn't exist in that directory - somehow it appears that etc/apache is getting doubled up somewhere and I can't figure out where. When I run httpd -V I see that the default root is /usr/local and the conf files should be in etc/apache/whatever.conf Anyone have any ideas... Ultimately I want to add php and mysql but I seemed to be running into bigger problems there so I figured I'd start with plain vanilla and work my way up. Jerry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message