ChinaUnix.net
相关文章推荐:

directory index of optnagiosshare is forbidden

今天想做一个http下载。用了cband 想限制速度! 因为是yum安装的 所以网页目录被限制在了/var/www/html/ 因为考虑cband限制虚拟主机的所以想建立一个虚拟主机。结果虚拟主机怎么也创建不成功 提示[Thu Oct 09 23:05:42 2008] [error] [client 172.28.140.37] directory index forbidden by Options directive: /var/www/system/ 感谢来自shada linux 群里的小红帽 一语惊醒梦中人。不然我还在哪里困惑呢 这样cband 也可以起...

by crastyl - Linux文档专区 - 2008-10-08 23:12:11 阅读(820) 回复(0)

相关讨论

各位大侠, 一个apache module开发的应用 我把DocumentRoot的index forbidden掉了,因为我的应用不会发起http://localhost/ 的request 然而error log里却大面积的出现连续的 [error] [client 127.0.0.1] directory index forbidden by Options directive: /www/html/ /www/html/ 是DocumentRoot 请问是哪里配置错了。 或者怎么样能追踪到这是什么进程发起的request么? 谢谢!

by IAMTOP1982 - 服务器应用 - 2008-11-18 09:01:15 阅读(5627) 回复(1)

apache启动报这个错:index forbidden by rule: /website/htdocs/ 是哪里不对呀,怎么修改?

by hwd - BSD - 2005-03-03 15:03:19 阅读(1221) 回复(0)

我的资料放在 /home/www/html 给个例子:连接google.pdf 电子书 /home/www/html/ebook/english/google.pdf ====》可以连接,没问题。 问题是 /home/www/html/ebook/english/google/google.pdf ====》不能连接, forbidden You don't have permission to access /Google/google.pdf on this server. Apache/2.2.16 (Fedora) Server at 192.168.1.1 Port 80 为什么?在httpd.conf 有什么要修改吗?

by cboys00 - Linux新手园地 - 2012-01-31 14:02:23 阅读(1004) 回复(4)

##forbidden## [ 本帖最后由 jacky_yang 于 2006-8-14 17:23 编辑 ]

by jacky_yang - 服务器应用 - 2006-08-11 18:54:35 阅读(1021) 回复(1)

Documentroot的 directory index怎么用 我设置了一个Documentroot,然后想可以浏览 DocumentRoot "/a" <directory />; Options indexes AllowOverride None Order allow,deny Allow from all directory>; <directory "/a">; Options indexes AllowOverride None Order allow,deny Allow from all directory>; 但是它提示我403错误说我没有权限 You don't have permission to access / on th...

by lingg2002 - 服务器应用 - 2004-06-16 21:03:58 阅读(868) 回复(1)

我设置了一个Documentroot,然后想可以浏览 DocumentRoot "/a" <directory />; Options indexes AllowOverride None Order allow,deny Allow from all directory>; <directory "/a">; Options indexes AllowOverride None Order allow,deny Allow from all directory>; 但是它提示我403错误说我没有权限 You don't have permission to access / on this server .我把/ a的权限也改了777了

by lingg2002 - 服务器架设 - 2004-06-15 17:20:27 阅读(660) 回复(1)

我设置了一个Documentroot,然后想可以浏览 DocumentRoot "/a" <directory />; Options indexes AllowOverride None Order allow,deny Allow from all directory>; <directory "/a">; Options indexes AllowOverride None Order allow,deny Allow from all directory>; 但是它提示我403错误说我没有权限 You don't have permission to access / on this server .我把/ a的权限也改了777了

by lingg2002 - 服务器应用 - 2004-06-15 17:20:27 阅读(1291) 回复(1)

配置了APACHE,想支持CGI,但运行的时候总是提示 forbidden You don't have permission to access /test.cgi on this server. -------------------------------------------------------------------------------- Apache/2.2.3 (Red Hat) Server at 192.168.0.4 Port 80 test.cgi 就是那个文件,权限已经是755了。

by happehome - Linux系统管理 - 2008-07-23 16:55:45 阅读(2231) 回复(2)

forbidden You don't have permission to access / on this server. 在配置好了Apache服务器后,测试已经通过了,但是通过浏览器访问localhost时,出现403错误提示, forbidden You don't have permission to access / on this server 请教出现这个问题的原因是什么呢?如何解决?

by zcm211 - Linux文档专区 - 2009-05-13 15:13:02 阅读(863) 回复(0)

forbidden You don't have permission to access / on this server. 在配置好了Apache服务器后,测试已经通过了,但是通过浏览器访问localhost时,出现403错误提示, forbidden You don't have permission to access / on this server 请教出现这个问题的原因是什么呢?如何解决? 这是由于你更改了你的DocumentRoot,而更改了这个默认值后,下面还有一个值是要随着更改的。就在它下面不远的地方,有这样一段: # # Th...

by zcm211 - Linux文档专区 - 2009-05-13 15:08:06 阅读(780) 回复(0)