- 论坛徽章:
- 0
|
回复 25# vermouth
Dear
注释掉那一行之后
#LoadModule suexec_module modules/mod_suexec.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so
#
# The following modules are not loaded by default:
#
#LoadModule cern_meta_module modules/mod_cern_meta.so
#LoadModule asis_module modules/mod_asis.so
"/etc/httpd/conf/httpd.conf" 996L, 33805C written
[root@Utown ~]# service httpd start
Starting httpd: [FAILED]
[root@Utown ~]# cat /var/log/httpd/error_log
[Mon Feb 14 09:22:53 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Feb 14 09:25:36 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Feb 14 09:39:58 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Feb 14 10:29:27 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Feb 14 10:29:51 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Feb 15 09:28:44 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Feb 15 09:35:18 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Feb 15 09:36:17 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Feb 15 10:25:27 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Feb 15 13:09:05 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Feb 15 13:09:30 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Feb 15 13:30:57 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Feb 15 13:30:57 2011] [info] Init: Initializing NSS library
[Tue Feb 15 13:30:57 2011] [info] Initializing SSL Session Cache of size 10000. SSL2 timeout = 100, SSL3/TLS timeout = 86400.
[Tue Feb 15 13:30:57 2011] [info] Init: Initializing (virtual) servers for SSL
[Tue Feb 15 14:11:02 2011] [info] Init: Initializing NSS library
[Tue Feb 15 14:11:02 2011] [info] Initializing SSL Session Cache of size 10000. SSL2 timeout = 100, SSL3/TLS timeout = 86400.
[Tue Feb 15 14:11:02 2011] [info] Init: Initializing (virtual) servers for SSL
[root@Utown ~]# netstat -ntl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:1404 0.0.0.0:* LISTEN
tcp 0 0 :::22 :::* LISTEN
[root@Utown ~]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [FAILED]
[root@Utown ~]# |
|