- 主题:FastRWEngine打开引起Seg Fault?
主函数正常退出
return 0
也是啊
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: 白天不好随便kill httpd
: 现在apache 日志里全是这个
: [Thu Apr 8 16:16:16 2004] [warn] FastCGI: (dynamic) server"/home/ytht/httpd/fastcgi/www" (pid 5032) terminated by calling exit with status '0'
: grep exit(0)的结果有两个,不知道怎么判断
: shminit,checkshm返回正常,也已经登陆了一个sysop和一个guest
: if (initbbsinfo(&bbsinfo) < 0)
: exit(0);
: if (uhash_uptime() == 0) {
: ...................
--
FROM 162.105.161.3
返回的是500内部错误
这不是正常退出吧
【 在 yuhuan (Gollum) 的大作中提到: 】
: 主函数正常退出
: return 0
: 也是啊
: 【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: : 白天不好随便kill httpd
: : 现在apache 日志里全是这个
: : [Thu Apr 8 16:16:16 2004] [warn] FastCGI: (dynamic) server"/home/ytht/httpd/fastcgi/www" (pid 5032) terminated by calling exit with status '0'
: : grep exit(0)的结果有两个,不知道怎么判断
: ...................
--
FROM 162.105.87.2
没有输出html头就退出了,和退出返回值没啥关系
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: 返回的是500内部错误
: 这不是正常退出吧
: 【 在 yuhuan (Gollum) 的大作中提到: 】
: : 主函数正常退出
: : return 0
: : 也是啊
: : ...................
--
FROM 162.105.161.3
执行www的结果是返回未实现的功能
SCRIPT_URL设什么好
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: 返回的是500内部错误
: 这不是正常退出吧
: 【 在 yuhuan (Gollum) 的大作中提到: 】
: : 主函数正常退出
: : return 0
: : 也是啊
: : ...................
--
FROM 162.105.87.2
/
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: 执行www的结果是返回未实现的功能
: SCRIPT_URL设什么好
: 【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: : 返回的是500内部错误
: : 这不是正常退出吧
--
FROM 220.249.10.10
还是一直500
idle timeout错误
exit status 0
但www执行又没有问题
不过发现用root和bbs用户执行www输出正常
用apache的用户却完全没有输出
【 在 lepton (兰德菲欣丝.梦妮) 的大作中提到: 】
: /
: 【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: : 执行www的结果是返回未实现的功能
: : SCRIPT_URL设什么好
--
FROM 162.105.87.2
那改apache运行用户?
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: 还是一直500
: idle timeout错误
: exit status 0
: 但www执行又没有问题
: 不过发现用root和bbs用户执行www输出正常
: 用apache的用户却完全没有输出
: 【 在 lepton (兰德菲欣丝.梦妮) 的大作中提到: 】
: : /
: ...................
--
FROM 220.249.10.10
这个设置有些不好改,因为涉及到另一个virtual host
奇怪的是同样这样的用户设置
原先是成功运行过的
【 在 lepton (兰德菲欣丝.梦妮) 的大作中提到: 】
: 那改apache运行用户?
: 【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: : 还是一直500
: : idle timeout错误
: : exit status 0
: : 但www执行又没有问题
: : 不过发现用root和bbs用户执行www输出正常
: : 用apache的用户却完全没有输出
: ...................
--
FROM 162.105.87.2
chmod 4755...
chown bbs.bbs ...
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: 这个设置有些不好改,因为涉及到另一个virtual host
: 奇怪的是同样这样的用户设置
: 原先是成功运行过的
: 【 在 lepton (兰德菲欣丝.梦妮) 的大作中提到: 】
: : 那改apache运行用户?
: : ...................
--
FROM 220.249.10.10
原来是suid的问题
前面改过权限,不过一直只是755,775这么改
现在好了
【 在 lepton (兰德菲欣丝.梦妮) 的大作中提到: 】
: chmod 4755...
: chown bbs.bbs ...
: 【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: : 这个设置有些不好改,因为涉及到另一个virtual host
: : 奇怪的是同样这样的用户设置
: : 原先是成功运行过的
--
FROM 162.105.87.2