免费注册 查看新帖 |

Chinaunix

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

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

论坛徽章:
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
11 [报告]
发表于 2011-02-15 10:00 |只看该作者
一边启动,一边 tail -f error_log 吧,不知道你把 主配置文件怎么改了。

论坛徽章:
0
12 [报告]
发表于 2011-02-15 10:09 |只看该作者
应该是httpd.conf被修改了。开启了suEXEC 支持.

重新拷贝一份httpd.conf 试试。

论坛徽章:
0
13 [报告]
发表于 2011-02-15 10:15 |只看该作者
就一个web服务器,具体的日志指哪些呀

论坛徽章:
0
14 [报告]
发表于 2011-02-15 10:30 |只看该作者
回复 11# vermouth


    [root@Utown ~]# service httpd start
Starting httpd:                                            [FAILED]
[root@Utown ~]# tail -f error_log
tail: cannot open `error_log' for reading: No such file or directory
tail: no files remaining
[root@Utown ~]# cd /var/log/httpd/
[root@Utown httpd]# ls
access_log   nss_access_log   ssl_access_log   suexec.log
error_log    nss_error_log    ssl_error_log    suexec.log.1
error_log.1  nss_error_log.1  ssl_request_log
[root@Utown httpd]# ll
total 36
-rw-r--r-- 1 root root     0 Jan 25 14:22 access_log
-rw-r--r-- 1 root root   801 Feb 15 10:25 error_log
-rw-r--r-- 1 root root  3738 Jan 25 22:34 error_log.1
-rw-r--r-- 1 root root     0 Jan 25 14:22 nss_access_log
-rw-r--r-- 1 root root  3060 Feb 15 10:25 nss_error_log
-rw-r--r-- 1 root root 14280 Jan 25 22:34 nss_error_log.1
-rw-r--r-- 1 root root     0 Jan 25 14:22 ssl_access_log
-rw-r--r-- 1 root root     0 Jan 25 14:22 ssl_error_log
-rw-r--r-- 1 root root     0 Jan 25 14:22 ssl_request_log
-rw-r--r-- 1 root root   123 Feb 14 10:37 suexec.log
-rw-r--r-- 1 root root   164 Jan 25 17:57 suexec.log.1
[root@Utown httpd]#

论坛徽章:
0
15 [报告]
发表于 2011-02-15 10:33 |只看该作者
回复 12# liyis永恒


    这个已经试过了

论坛徽章:
0
16 [报告]
发表于 2011-02-15 10:35 |只看该作者
回复 3# blueswxs


    [root@Utown conf]# grep LogLevel /etc/httpd/conf/httpd.conf
# LogLevel: Control the number of messages logged to the error_log.
LogLevel warn
[root@Utown conf]# LogLevel debug
-bash: LogLevel: command not found
[root@Utown conf]#

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

开两个终端,一个 start,另一个 tail -f /var/log/httpd/error_log,~里怎么会有呢。。。。

论坛徽章:
0
18 [报告]
发表于 2011-02-15 13:05 |只看该作者
晕,可能是我没说明白。
我的意思是,替换warn 变成debug,然后重启生效。
这样你在错误日志中就能看到更多消息。

回复  blueswxs

    [root@Utown conf]# grep LogLevel /etc/httpd/conf/httpd.conf
# LogLevel: C ...
laowu2517 发表于 2011-02-15 10:35

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


    [root@Utown ~]# start
-bash: start: command not found
[root@Utown ~]#

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


    不好意思,可能上一个是操作失误,这个linux不是很明白呀,
开了两个窗口,一个执行命令,一个执行 service httpd start   service httpd restart
日志显示如下
[root@Utown ~]# tail -f /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)
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP