hi all,

i just installed apache on centos 5 and have it automatically start up when boot:

chkconfig httpd on

[EMAIL PROTECTED] ~]# ps aux | grep httpd
root 2375 0.0 3.8 26412 9932 ? Ss 08:02 0:00 /usr/sbin/httpd apache 2405 0.0 1.9 26548 4972 ? S 08:02 0:00 /usr/sbin/httpd apache 2406 0.0 1.9 26548 4972 ? S 08:02 0:00 /usr/sbin/httpd apache 2407 0.0 1.9 26548 4972 ? S 08:02 0:00 /usr/sbin/httpd apache 2408 0.0 1.9 26548 4972 ? S 08:02 0:00 /usr/sbin/httpd apache 2409 0.0 1.9 26548 4972 ? S 08:02 0:00 /usr/sbin/httpd apache 2410 0.0 1.9 26548 4972 ? S 08:02 0:00 /usr/sbin/httpd apache 2411 0.0 1.9 26548 4972 ? S 08:02 0:00 /usr/sbin/httpd apache 2412 0.0 1.9 26548 4972 ? S 08:02 0:00 /usr/sbin/httpd root 2892 0.0 0.2 3896 688 pts/0 S+ 10:34 0:00 grep httpd

why do i have so many httpd services running?

i can't access to it (http://10.0.0.160), how do i troubleshoot this problem?

less /etc/httpd/logs/access_log is empty.
less /etc/httpd/logs/error_log and i got:
[Mon Mar 03 13:30:03 2008] [notice] SELinux policy enabled; httpd running as context root:system_r:httpd_
t:s0
[Mon Mar 03 13:30:03 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon Mar 03 13:30:04 2008] [notice] Digest: generating secret for digest authentication ...
[Mon Mar 03 13:30:04 2008] [notice] Digest: done
[Mon Mar 03 13:30:04 2008] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and
 0 max threads.
[Mon Mar 03 13:30:05 2008] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
[Tue Mar 04 08:00:38 2008] [notice] caught SIGTERM, shutting down
[Tue Mar 04 08:02:51 2008] [notice] SELinux policy enabled; httpd running as context system_u:system_r:ht
tpd_t:s0
[Tue Mar 04 08:02:51 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Mar 04 08:02:52 2008] [notice] Digest: generating secret for digest authentication ...
[Tue Mar 04 08:02:52 2008] [notice] Digest: done
[Tue Mar 04 08:02:53 2008] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and
 0 max threads.
[Tue Mar 04 08:02:53 2008] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations

anything i have done wrong???

thanks,
t. hiep




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to