关于阿帕奇的drupal网站

时间:2013-11-10 13:21:24

标签: apache drupal drupal-7

我的apache2 error.log显示:

[Sun Nov 10 18:40:46 2013] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.8 with 
Suhosin-Patch configured -- resuming normal operations
[Sun Nov 10 18:41:13 2013] [error] [client 127.0.0.1] File does not exist: 
/home/vishal/Dropbox/sites/pw/js, referer: http://pw/
[Sun Nov 10 18:41:22 2013] [error] [client 127.0.0.1] File does not exist:  
/home/vishal/Dropbox/sites/pw/node, referer: http://pw/

[Sun Nov 10 18:43:27 2013] [notice] caught SIGTERM, shutting down
[Sun Nov 10 18:43:28 2013] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.8 with  
Suhosin-Patch configured -- resuming normal operations
[Sun Nov 10 18:46:47 2013] [error] [client 127.0.0.1] File does not exist:   
/home/vishal/Dropbox/sites/pw/js, referer: http://pw/

[Sun Nov 10 18:46:50 2013] [error] [client 127.0.0.1] File does not exist:   
/home/vishal/Dropbox/sites/pw/user, referer: http://pw/

以下是我对默认http://pastebin.com/sWFDN5Yr

的详细信息 令人困惑的是,其他网站可以工作但只有pw的vhost 给出错误。主页面出现,但内页不会出现。

谢谢你, 维沙尔

1 个答案:

答案 0 :(得分:0)

它很可能是你的干净网址的问题。 键入http://yoursite?q=user/login,看看你的登录页面是否出现,如果是这样,它的ur vhost条目问题没有设置为允许重定向和清理网址

相关问题