From owner-freebsd-questions Tue May 22 12:47:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-gw.wamnet.com (mail-gw.wamnet.com [208.50.249.20]) by hub.freebsd.org (Postfix) with ESMTP id 9615637B422 for ; Tue, 22 May 2001 12:47:49 -0700 (PDT) (envelope-from lcarmich@wamnet.com) Received: from ndm.wamnet.com([172.17.38.2]) (2036 bytes) by mail-gw.wamnet.com via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 22 May 2001 14:47:48 -0500 (CDT) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-7) Received: from ds.cops.wamnet.com (ds.cops.wamnet.com [172.17.31.2]) by ndm.wamnet.com (8.9.1a/8.9.1) with ESMTP id OAA574446; Tue, 22 May 2001 14:47:47 -0500 (CDT) Received: from y.cops.wamnet.com (y.cops.wamnet.com [172.17.31.43]) by ds.cops.wamnet.com (980427.SGI.8.8.8/970903.SGI.AUTOCF) via SMTP id OAA50828; Tue, 22 May 2001 14:47:45 -0500 (CDT) Date: Tue, 22 May 2001 14:47:50 -0500 (CDT) From: Lee J Carmichael X-Sender: lcarmich@y.cops.wamnet.com To: Michael Sharp Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Apache+ssl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Simlink httpsd.conf to httpd.conf: ln -s /usr/local/etc/apache/httpsd.conf /usr/local/etc/apache/httpd.conf I had the same problem with httpsd not liking it's own config file (or you could use the -f option, but this has httpsdctl issues...) -------- Lee Carmichael WAM!NET Inc. System Engineer 655 Lone Oak Rd Building E 651-256-5292 Eagan, MN 55121 On Tue, 22 May 2001, Michael Sharp wrote: > I just installed apache13-ssl and the > build went fine. However, when I try > to start the httpd daemon, I get this.. > > pandora# /usr/local/sbin/httpsdctl start > fopen: No such file or directory > httpsd: could not open document config file > /usr/local/etc/apache/httpd.conf /usr/local/sbin/httpsdctl start: httpd > could not be started > > yet, the config is there... > > pandora# ls -la /usr/local/etc/apache/httpsd.conf > -rw-r--r-- 1 root wheel 33305 May 22 15:36 > /usr/local/etc/apache/httpsd.conf > > any ideas? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message