From owner-freebsd-questions Sat Dec 12 20:40:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10512 for freebsd-questions-outgoing; Sat, 12 Dec 1998 20:40:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shemp.palomine.net (shemp.palomine.net [205.198.88.200]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA10502 for ; Sat, 12 Dec 1998 20:40:34 -0800 (PST) (envelope-from cjohnson@palomine.net) Received: (qmail 21804 invoked by uid 1000); 13 Dec 1998 04:40:29 -0000 Message-ID: <19981212234029.A21763@palomine.net> Date: Sat, 12 Dec 1998 23:40:29 -0500 From: Chris Johnson To: "John C. Place" , freebsd-questions@FreeBSD.ORG Subject: Re: Apache 1.3.3 and FreeBSD 2.2.7-RELEASE References: <19981212232522.A26558@ka3tis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19981212232522.A26558@ka3tis.com>; from John C. Place on Sat, Dec 12, 1998 at 11:25:22PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 12, 1998 at 11:25:22PM -0500, John C. Place wrote: > I know this is not the Apache support group BUT I think I have something > "turned off" in BSD. I built and installed Apache with no errors and by the > docs you should be able to start the server and see the intro page. I > immediately get a refused message also if I do telnet to the port I get a > refused message. Is there some kind of security measure I am not ware of? I > have installed Apache on a couple other platforms but I am embarrassed to say > not on FreeBSD, I apologize if I missed some docs some where. How did you start it? After you started it, did 'ps ax' show that it was running? And if not, was there anything in the httpd error log to tell you why it didn't start? Try starting it with the script /usr/local/etc/rc.d/apache.sh. If it doesn't start, check the httpd error log. You can also run '/usr/local/sbin/apachectl configtest' to see if there are any errors in your configuration files, which is the most likely cause of its not starting. Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message