具体表现为,将"extension=libphpbbslib.so"加入到php.ini中,apache便启动不了,shell中运行php则提示段错误。
去掉这个extension apache又可以正常启动。
error.log记录只有如下信息:
[Sat May 14 18:33:23 2010] [notice] Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8
with Suhosin-Patch configured -- resuming normal operations
[Sat May 14 18:33:46 2010] [notice] caught SIGTERM, shutting down
[Sat May 14 18:43:47 2010] [notice] Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8
with Suhosin-Patch configured -- resuming normal operations
[Sat May 14 18:44:12 2010] [notice] caught SIGTERM, shutting down
apache的User/Group已经设置为bbs,session.save_path已经设置为bbs可读写。
系统为Debian 5.0,apache/php等都是apt安装的,kbs为snapshot。
---------UPDATE---------
原来是 site.c 里的 seccode 比 groups 少了一个。
--
修改:Clare FROM 125.120.153.*
FROM 125.120.151.*