在使用服务器时出现:目录列表被拒绝这个虚拟目录不允许内容被列出,这是什么原因

在使用服务器时出现:目录列表被拒绝这个虚拟目录不允许内容被列出,这是什么原因,第1张

出现这个提示是指没有在指定的目录找到默认首页,比如直接输入域名访问空间,但是出现以上提示,那么请检查在www目录下是否有index.htm,index.html,index.asp,default.asp, default.htm等默认首页。

1. 虚拟主机开通后默认自动生成下面几个默认首页,依次分别为index.asp,index.aspx,default.asp,deault.aspx,index.htm等等,首页必须是以上默认首页之一。这样才能自动找到该文件.如果没有,可以自己添加:

1.在iis中

默认网站右键选择属性再点文档,在上面添加就可以了.

2.在apache中.

方法一在conf/httpd.conf中<IfModule mod_dir.c>下面添加:

 

方法二:

编辑Apacheconfhttpd.conf 。。查找底下内容 。。。

例:DirectoryIndex 主页名称.扩展名 主页名称.扩展名在DirectoryIndex后面按照如上格式填写即可 。。。访问默认主页的优先级顺序是按照以上内容从左到右的 。。

#

# DirectoryIndex: sets the file that Apache will serve if a directory

# is requested.

#

# The index.html.var file (a type-map) is used to deliver content-

# negotiated documents.  The MultiViews Option can be used for the

# same purpose, but it is much slower.

#

DirectoryIndex fix.html index.php index.html index.htm default.php default.htm default.html index.html.var

百度一下ganymed,这个可以远程连接Linux执行shell命令并获取控制台输出。或者可以使用socket简单编写一下,客户端请求服务器,参数是指定目录,服务器指定目录下的目录列表发送回客户端


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/695053.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-08-02
下一篇2023-08-02

发表评论

登录后才能评论

评论列表(0条)

    保存