From owner-freebsd-questions Sat Jul 8 9:12: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id D9C5537B7CD for ; Sat, 8 Jul 2000 09:12:03 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id JAA03997; Sat, 8 Jul 2000 09:12:02 -0700 (PDT) Date: Sat, 8 Jul 2000 09:23:46 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: peter kok Cc: questions@FreeBSD.ORG Subject: Re: apache start problem In-Reply-To: <20000708101109.87405.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 8 Jul 2000, peter kok wrote: > Hi all > > I installed apache 1.3.12 and php3.0.16 by ports > apache - not any error message > php - error code 6 > stop /in /usr/ports/www/mod_php3 > > Do you know what is the problem? No. You haven't told us much. Peter, I have watched you on this list for a while now. You need to read what you system is telling you much more closely. If you do this, your use of FreeBSD will improve more quickly. Hitting a hiccup and then posting the last few bits of the hiccup to the list and asking what is wrong seems to be your modus operandi. You have been around long enough to know how to get good help from this list. I expect you to try a little harder to be self sufficient. > Syntax error on line 208 of /usr/local/etc/apache/httpd.conf: > Cannot load /usr/local/libexec/apache/mod_env.so into server: Cannot open > "/usr/ > local/libexec/apache/mod_env.so" > ------------------ > > In fact, I installed many version of apache eg: apache + php, apache + front > page by /stand/sysinstall, but I dis-installed it > > I don't know that it is caused this error or not For your purposes, It is generally safe to assume that a binary installed apache installed from /stand/sysinstall is done correctly. That then should cause you to look at configuration errors. Your stated installation/deinstallation makes me wonder about the condition of your apache install. > How do I fix it? Read what it says, Peter. It cannot find something. See if you can find the thing apache cannot find. If mod_env.so actually exists, then that tells you something. If it is actually missing, then that also tells you something. > and what is the apache start up file because I have > httpd.conf and apache.conf on my /usr/local/etc/apache on my directory. Your error message tells you which file is the problem. When you figure out what is going on, you should get rid of the extra conf file as it can be a source of confusion. Apache is the single best documented (IMHO) software on the net. Don't forget to use the apache site to find your answers. Later, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message