急寻 RH 5+nginx 出现403解决方法
时间:2011-05-12
来源:互联网
1、iptables 已经stop
2、selinux 已经disable
3、web文件夹 已经是 drwxdrwxdrwx
drwxrwxrwx 2 root root 4096 05-12 13:30 web
4、nginx进程信息
[root@localhost sbin]# ps aux|grep nginx
root 3395 0.0 0.0 13072 488 ? Ss 13:34 0:00 nginx: master process ./nginx
nobody 3396 0.0 0.0 13436 1276 ? S 13:34 0:00 nginx: worker process
5、nginx.conf
location / {
root /web;
index index.html index.htm;
}
6、web文件夹下只有一个文件index.html
-rwxrwxrwx 1 nobody nobody 12 05-12 13:30 index.html
但是始终访问都是这样
403 Forbidden
nginx/0.6.31
2、selinux 已经disable
3、web文件夹 已经是 drwxdrwxdrwx
drwxrwxrwx 2 root root 4096 05-12 13:30 web
4、nginx进程信息
[root@localhost sbin]# ps aux|grep nginx
root 3395 0.0 0.0 13072 488 ? Ss 13:34 0:00 nginx: master process ./nginx
nobody 3396 0.0 0.0 13436 1276 ? S 13:34 0:00 nginx: worker process
5、nginx.conf
location / {
root /web;
index index.html index.htm;
}
6、web文件夹下只有一个文件index.html
-rwxrwxrwx 1 nobody nobody 12 05-12 13:30 index.html
但是始终访问都是这样
403 Forbidden
nginx/0.6.31
作者: zxl0110 发布时间: 2011-05-12
访问/index.html试试,
或者
location / {
root /web;
index index.html index.htm;
autoindex on;
}
或者
location / {
root /web;
index index.html index.htm;
autoindex on;
}
作者: icy_csdn 发布时间: 2011-05-12
谢楼上,效果还是一样!
作者: zxl0110 发布时间: 2011-05-12
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28