View Single Post
Old 2nd April 2009
bsdnewbie999 bsdnewbie999 is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default

I run top as i # /usr/sbin/apachectl start

Code:
 PID USERNAME PRI NICE  SIZE   RES STATE    WAIT      TIME    CPU COMMAND
31997 keongpo    2    0   16M   23M sleep    select    0:51  5.13% Xorg
26300 keongpo    2    0 4676K   16M sleep    poll      0:02  2.98% gnome-termin
21824 keongpo    2    0   26M   52M sleep    poll      0:30  0.88% firefox-bin  
20119 keongpo    2    0 2648K 5928K sleep    select    0:09  0.00% fluxbox
 8135 keongpo    2    0 4440K   16M sleep    poll      0:05  0.00% gnome-termin
17827 _pflogd    4    0  460K  296K sleep    bpf       0:02  0.00% pflogd
 5040 root       2    0 1072K 1456K sleep    select    0:00  0.00% sendmail
28044 keongpo    2    0 1232K 3336K sleep    poll      0:00  0.00% bonobo-activ
29284 keongpo    2    0 1288K 3240K sleep    poll      0:00  0.00% gconfd-2
17282 keongpo   18    0  476K  412K idle     pause     0:00  0.00% sh
15686 _syslogd   2    0  436K  660K sleep    poll      0:00  0.00% syslogd
20343 root       2    0 1156K 1840K sleep    poll      0:00  0.00% httpd
13122 keongpo   18    0  488K  400K idle     pause     0:00  0.00% sh
29958 root      28    0  420K 1284K onproc   -         0:00  0.00% top 
29593 root       2    0  680K  768K sleep    select    0:00  0.00% cron
 4441 keongpo    2    0  368K 1064K idle     netio     0:00  0.00% gnome-pty-h
I copy and paste the top process and i found that httpd is sleep but i don't know what does it means. After some waiting, the apache started and i tried localhost using firefox but nothing happen. So i do,

Code:
# apachectl status                                                             

                                   Not Found

   The requested URL /server-status was not found on this server.
and i tried top again, it shows
Code:
PID USERNAME PRI NICE  SIZE   RES STATE    WAIT      TIME    CPU COMMAND
29766 www        2    0 1344K 2188K sleep    select    0:00  0.00% httpd

Last edited by bsdnewbie999; 2nd April 2009 at 01:50 PM. Reason: add on
Reply With Quote