Error

C++博客 首页 新随笔 联系 聚合 管理
  217 Posts :: 61 Stories :: 32 Comments :: 0 Trackbacks
Apache配置多站点后:连接失败 You don't have permission to access 
连接失败是应为没有在全局配置中添加监听端口
You don't have permission to access 是应为在全局配置的"/"目录权限问题
Listen 81
<VirtualHost *:81>
  ServerName Test
  Options All ExecCGI FollowSymLinks Includes IncludesNOEXEC Indexes MultiViews SymLinksIfOwnerMatch
  DirectoryIndex index.html index.htm index.php index.php3 index.php4 index.phtml index.shtml index.shtm
  DocumentRoot "E:/enic/MoleWeb/"
    <Directory "E:/enic/MoleWeb/">
        Options Indexes FollowSymLinks ExecCGI
        Order Deny,allow
        Allow from all
    </Directory>
</VirtualHost>
<Directory "/">
  # explicitly permit access to web content directories in other
  # <Directory> blocks below.
  AllowOverride None
  #Require all denied
</Directory>
posted on 2015-01-08 17:46 Enic 阅读(237) 评论(1)  编辑 收藏 引用 所属分类: 从零开始写棋牌游戏平台

评论

# re: Apache配置多站点后:连接失败 You don't have permission to access 2015-01-10 22:04 云紫网络
公司急求人才 有意者发邮件 4936615@qq.com  回复  更多评论
  


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理