- 主题:安装web问题
几个月前更新的KBS CVS
今天安装上,term下都正常。但是web部分有问题
将bbs2www/html复制出来,extension都处理好了。但是选择匿名登陆(其它也一样),IE就显示bbslogin.php无法显示,firefox就定在bbslogin.php空白页面。
从来没有遇到过,什么问题呢?
--
FROM 220.113.4.*
显示正常的
而且apache的error_log也没有找到相应的错误信息
【 在 ZitaR@bbs.szu.edu.cn-SPAM.no ( 嘘~我正在证明NP问题。) 的大作中提到: 】
: info.php显示如何?
--
FROM 220.113.4.*
昨天又在两台不同的服务器上安装了全新的KBS CVS
telnet都正常,但是web的问题还是那样。怎么回事呀?
【 在 demonlinjun (demon in breeze) 的大作中提到: 】
: 几个月前更新的KBS CVS
: 今天安装上,term下都正常。但是web部分有问题
: 将bbs2www/html复制出来,extension都处理好了。但是选择匿名登陆(其它也一样),IE就显示bbslogin.php无法显示,firefox就定在bbslogin.php空白页面。
: ...................
--
FROM 220.113.4.*
这似乎没有什么关系……
但也还是check过的!
【 在 dency (空心菜,转运转运!) 的大作中提到: 】
: chown -R bbs:bbs html
--
FROM 220.113.4.*
这个设置会导致的是:T_STRING错误
而且我确认该设置OFF的已经设置OFF了
【 在 kongxx (江南人) 的大作中提到: 】
: 会不会是php.ini中的short_tag=on了。
: 我曾经遇到过。
--
FROM 220.113.4.*
apache的vhost设置:
<VirtualHost *:8080>
DocumentRoot "/home/www/htdocs"
<Directory "/home/www/htdocs">
Options Indexes FollowSymLinks
AllowOverride FileInfo Limit Options Indexes
order allow,deny
Allow from all
</Directory>
</VirtualHost>
在访问frames.html时,左边栏出现cannot be displayed的错误提示
此时,apache的error_log内容是:
[Sat Jan 13 18:05:04 2007] [notice] caught SIGTERM, shutting down
[Sat Jan 13 18:05:28 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Sat Jan 13 18:05:28 2007] [notice] Digest: generating secret for digest authentication ...
[Sat Jan 13 18:05:28 2007] [notice] Digest: done
[Sat Jan 13 18:05:29 2007] [notice] Apache configured -- resuming normal operations
[Sat Jan 13 18:05:30 2007] [notice] caught SIGTERM, shutting down
[Sat Jan 13 18:05:30 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Sat Jan 13 18:05:30 2007] [notice] Digest: generating secret for digest authentication ...
[Sat Jan 13 18:05:30 2007] [notice] Digest: done
[Sat Jan 13 18:05:30 2007] [notice] Apache configured -- resuming normal operations
[Sat Jan 13 18:05:33 2007] [error] [client 222.28.170.201] File does not exist: /home/www/htdocs/favicon.ico
[Sat Jan 13 18:05:33 2007] [error] [client 222.28.170.201] File does not exist: /home/www/htdocs/favicon.ico
【 在 atppp (Big Mouse) 的大作中提到: 】
: 不可能没错误信息,除非你把error log关掉了。
: 你可以当附件把文件传上来
--
FROM 220.113.4.*