Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2000 16:43:45 -0500
From:      Jim C <jconner@enterit.com>
To:        R Joseph Wright <rjoseph@nwlink.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: httpd pid
Message-ID:  <4.2.0.58.20000313164147.00adcb30@mail.enterit.com>
In-Reply-To: <Pine.BSF.4.21.0003131047540.23507-100000@mammalia.sea>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.0.58.20000313164147.00adcb30>