From owner-freebsd-questions Mon Mar 13 13:36: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from enterweb.enterit.com (enterweb.enterit.com [209.45.199.22]) by hub.freebsd.org (Postfix) with ESMTP id 51E3937B521 for ; Mon, 13 Mar 2000 13:36:00 -0800 (PST) (envelope-from jconner@enterit.com) Received: from KWAN [209.45.199.38] by enterweb.enterit.com with ESMTP (SMTPD32-5.04) id AF2F5C200EC; Mon, 13 Mar 2000 16:35:43 DT Message-Id: <4.2.0.58.20000313164147.00adcb30@mail.enterit.com> X-Sender: notjames@mail.pseudonet.org X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 13 Mar 2000 16:43:45 -0500 To: R Joseph Wright , freebsd-questions@FreeBSD.ORG From: Jim C Subject: Re: httpd pid In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You should get a list of processes when executing ps. Here is what I get: [root@localhost misc]# ps -aux | grep httpd root 386 0.0 0.9 2384 1204 ? S Mar01 0:00 httpd nobody 5208 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd nobody 5209 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd nobody 5210 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd nobody 5211 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd nobody 5212 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd nobody 5213 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd nobody 5219 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd nobody 5220 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd nobody 5221 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd nobody 5222 0.0 1.0 2568 1304 ? S Mar12 0:00 httpd [root@localhost misc]# You should try using apachectl to start the httpd process (its probably in /usr/local/sbin if you didn't change anything at installation time) You may have to edit apachectl a bit to make it work properly but its nothing seriously difficult. - Jim 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message