你的问题基本有两个:
1. 文档没仔细看,你这两个问题文档里面都有提示,见下
2. linux基础要加强:)
【 在 liangls (精灵射手) 的大作中提到: 】
: [root@localhost bin]# tail /usr/local/www/logs/error_log
: [Thu Jul 14 22:44:53 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
: [Thu Jul 14 22:46:05 2005] [notice] caught SIGTERM, shutting down
: [Thu Jul 14 23:19:26 2005] [notice] Apache/1.3.33 (Unix) PHP/5.0.4 configured -- resuming normal operations
: [Thu Jul 14 23:19:26 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
: [Thu Jul 14 23:23:37 2005] [notice] caught SIGTERM, shutting down
: [Sat Jul 16 14:00:09 2005] [notice] Apache/1.3.33 (Unix) PHP/5.0.4 configured -- resuming normal operations
: [Sat Jul 16 14:00:10 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
: [Sat Jul 16 14:03:10 2005] [notice] caught SIGTERM, shutting down
: [Sat Jul 16 14:55:37 2005] [notice] Apache/1.3.33 (Unix) PHP/5.0.4 configured -- resuming normal operations
: [Sat Jul 16 14:55:37 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
: [root@localhost bin]#
6. 出现故障
下面的方法可用来检查 kbsbbs 的 phpbbslib extension 是否起作用。
编写 info.php 文件,置于 /var/www/html 目录中,内容如下:
<?php
phpinfo();
?>
然后在浏览器中输入地址
http://server_address/info.php,查看输出页面,
如果页面中没有 kbs_bbs support enabled 这一行,说明 kbsbbs 的 phpbbslib
extension 没有起作用。
最后要把 info.php 文件删除。
: 另外在bbs/bin里面
: [root@localhost bin]# ./miscd daemon
: Error! File .PASSWDS is not writable.
: 有这个错误.
chown -R bbs:bbs /usr/local/bbs
--
FROM 128.12.181.*