[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ4] ahttpd problem
- Subject: Re: [cobalt-users] [RAQ4] ahttpd problem
- From: Frank Svoboda <cobalt@xxxxxxxx>
- Date: Thu Jul 31 07:14:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
What do you get with
ps aux | grep httpd
should be httpda in there someplace
Yap...:
[root /root]# ps aux | grep httpd
root 389 0.0 1.5 12440 7904 ? S Jul30 0:02
/usr/sbin/httpd -
root 17233 0.0 1.1 8012 6068 ? S Jul30 0:01
/usr/sbin/httpd.a
root 17234 0.0 1.2 8436 6496 ? S Jul30 0:00
/usr/sbin/httpd.a
root 30301 0.0 1.2 8436 6496 ? S 00:15 0:00
/usr/sbin/httpd.a
httpd 8424 0.0 2.1 15060 11080 ? S 04:06 0:04
/usr/sbin/httpd -
httpd 8425 0.0 1.8 13552 9688 ? S 04:06 0:04
/usr/sbin/httpd -
httpd 8426 0.0 1.8 13556 9700 ? S 04:06 0:05
/usr/sbin/httpd -
httpd 8427 0.0 2.0 14396 10580 ? S 04:06 0:06
/usr/sbin/httpd -
httpd 8428 0.0 1.8 13524 9668 ? S 04:06 0:05
/usr/sbin/httpd -
httpd 8614 0.0 1.8 13556 9624 ? S 04:10 0:04
/usr/sbin/httpd -
httpd 13106 0.0 2.1 15060 11112 ? S 05:55 0:05
/usr/sbin/httpd -
httpd 13580 0.0 1.7 13280 9244 ? S 06:05 0:02
/usr/sbin/httpd -
httpd 16173 0.0 2.0 14684 10716 ? S 07:06 0:04
/usr/sbin/httpd -
httpd 16174 0.0 1.8 13364 9352 ? S 07:06 0:05
/usr/sbin/httpd -
httpd 16175 0.0 2.0 14316 10492 ? S 07:06 0:04
/usr/sbin/httpd -
httpd 16177 0.0 1.9 14224 10264 ? S 07:06 0:04
/usr/sbin/httpd -
httpd 16178 0.0 2.0 14448 10496 ? S 07:06 0:04
/usr/sbin/httpd -
httpd 16179 0.0 2.0 14504 10712 ? S 07:06 0:06
/usr/sbin/httpd -
httpd 16180 0.0 1.8 13592 9596 ? S 07:06 0:05
/usr/sbin/httpd -
httpd 23685 0.0 2.1 15036 11060 ? S 09:56 0:04
/usr/sbin/httpd -
root 10999 0.0 0.0 1368 516 pts/0 S 16:11 0:00 grep httpd
And now? ;)
Bye, Frank