免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: laowu2517
打印 上一主题 下一主题

[Web] httpd启动和停止均失败,除了重装系统之外有无解决办法?? [复制链接]

论坛徽章:
0
21 [报告]
发表于 2011-02-15 13:20 |只看该作者
[root@Utown ~]# cat /var/log/httpd/suexec.log
[2011-02-14 10:36:55]: too few arguments
[2011-02-14 10:37:03]: too few arguments
[2011-02-14 10:37:12]: too few arguments

论坛徽章:
34
亥猪
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉鸡
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龙
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系统版块每日发帖之星
日期:2015-11-06 06:20:00操作系统版块每日发帖之星
日期:2015-11-08 06:20:00操作系统版块每日发帖之星
日期:2015-11-19 06:20:00黄金圣斗士
日期:2015-11-24 10:43:13
22 [报告]
发表于 2011-02-15 13:28 |只看该作者
把主配置文件中的 suexec 模块禁掉看看。

论坛徽章:
0
23 [报告]
发表于 2011-02-15 13:49 |只看该作者
回复 18# blueswxs


    Dear
grep LogLevel /etc/httpd/conf/httpd.conf

我替换了httpd.conf中的关键字warn 为debug
LogLevel debug


保存之后重启了机器,
信息如下
[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
You have new mail in /var/spool/mail/root

论坛徽章:
0
24 [报告]
发表于 2011-02-15 13:51 |只看该作者
回复 22# vermouth


    具体如何操作??

论坛徽章:
34
亥猪
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉鸡
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龙
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系统版块每日发帖之星
日期:2015-11-06 06:20:00操作系统版块每日发帖之星
日期:2015-11-08 06:20:00操作系统版块每日发帖之星
日期:2015-11-19 06:20:00黄金圣斗士
日期:2015-11-24 10:43:13
25 [报告]
发表于 2011-02-15 14:08 |只看该作者
回复 24# laowu2517

vi /etc/httpd/conf/httpd.conf
/查找 suEXEC 字段,行首加 # 注视掉,然后启动 apache

论坛徽章:
0
26 [报告]
发表于 2011-02-15 14:16 |只看该作者
回复 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 ~]#

论坛徽章:
2
2015年辞旧岁徽章
日期:2015-03-03 16:54:1515-16赛季CBA联赛之上海
日期:2016-05-05 09:45:14
27 [报告]
发表于 2011-02-15 14:36 |只看该作者
把suexec模试去掉吧!

论坛徽章:
0
28 [报告]
发表于 2011-02-15 15:47 |只看该作者
回复 27# badb0y


    具体怎么删呀

论坛徽章:
0
29 [报告]
发表于 2011-02-15 16:09 |只看该作者
回复 28# laowu2517


    还是apache安装,配置重新看一遍吧

论坛徽章:
0
30 [报告]
发表于 2011-02-16 09:06 |只看该作者
太悲剧了,,,先 -t一下吧,
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP