标题:
[求助]
安装cmstop后出现403 Forbidden
[打印本页]
作者:
hackeradrian
时间:
2012-4-26 15:47
标题:
安装cmstop后出现403 Forbidden
下载
(31.97 KB)
2012-4-26 15:43
网站是:lanmp
今天安装cmstop文件出现了 403 Forbidden
nginx 配置
vim news.hisias.com.conf
server {
listen 80;
server_name news.hisias.com;
root /www/web/news;
index index.shtml index.php index.html index.htm;
location ~ \.php$ {
proxy_pass
http://127.0.0.1:88
;
include naproxy.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ {
expires 30d;
}
location ~ .*\.(js|css)?$ {
expires 12h;
}
}
apache 配置
vim news.default.conf
<VirtualHost *:88>
DocumentRoot /www/web/news
ServerName news.hisias.com
</VirtualHost>
<Directory /www/web/news>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
图片附件:
3.jpg
(2012-4-26 15:43, 31.97 KB) / 下载次数 5648
http://wdlinux.cn/bbs/attachment.php?aid=601&k=1f654cfcd3e65b386a44e799a08ed937&t=1736531224&sid=Paig4p
作者:
liangwei
时间:
2012-4-26 17:03
没有权限?
作者:
hackeradrian
时间:
2012-4-26 17:27
有的有的
作者:
liangwei
时间:
2012-4-26 17:32
防火墙呢?
作者:
hackeradrian
时间:
2012-4-26 17:36
没有。。。
作者:
liangwei
时间:
2012-4-26 17:42
方便把后台帐号密码PM过来看一下吗?
作者:
liangwei
时间:
2012-4-26 18:24
好了! 你的首页文件没有,需要进去后台一下就可以了,就相当于生成网站首页一样。
作者:
ftium4
时间:
2012-4-27 16:04
CMSTOP貌似不是免费的吧
欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/)
Powered by Discuz! 7.2