From owner-freebsd-questions Mon Mar 13 15:35:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id AA59D37B554 for ; Mon, 13 Mar 2000 15:35:49 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA06528; Tue, 14 Mar 2000 10:36:10 +1100 From: Danny To: Jim C , R Joseph Wright , freebsd-questions@FreeBSD.ORG Subject: Re: httpd pid Date: Wed, 15 Mar 2000 10:32:27 +1100 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <4.2.0.58.20000313164147.00adcb30@mail.enterit.com> MIME-Version: 1.0 Message-Id: <00031510384503.00355@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG But it should show the processes of httpd if it is working correctly. Try the following. tail -f /usr/local/apache/logs/error_logs (but please change /usr/local/apache to where you installed apache. refer to the man pages if you don't understand what the tail command does.) If you start apache make sure you type in /usr/local/apache/bin/apachectl start as root or su Make sure there are no typing errors in your httpd.conf, access.conf, etc Looking forward to your feedback. dannyh dannyh@idx.com.au > At 10.50 13.03.00 -0800, R Joseph Wright wrote: > >I just installed apache 1.3. When I run httpd, everything appears to be > >happening properly, at least I get no error messages. But it doesn't show > >up when I do 'ps -aux'. Is this normal? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message