WAMP 和 XAMPP 处理虚拟主机的方式有何区别?
我正在从 WAMP 切换到 XAMPP,而 XAMPP 损坏了我的虚拟主机。它不会允许访问它们。
“您无权访问 请求的目录。有 要么没有索引文档,要么 目录受读保护。”
Apache 错误日志显示:
“[错误] [客户端 127.0.0.1] 客户端 被服务器配置拒绝”
为了使虚拟主机正常工作,WAMP 设置了哪些 XAMPP 没有设置的内容?
I'm switching from WAMP to XAMPP and XAMPP has broken my vhosts. It won't allow access to them.
"You don't have permission to access
the requested directory. There is
either no index document or the
directory is read-protected."
The Apache error log says:
"[error] [client 127.0.0.1] client
denied by server configuration"
What does WAMP set that XAMPP doesn't in order to make the vhosts work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一些可能的原因:
您缺少允许访问该文件树的
容器:您正在使用 PHP,但
index.php
未定义为目录索引:目录受读保护
Some possible reasons:
You are missing a
<Directory>
container to allow access to that file tree:You are using PHP but
index.php
is not defined as directory index:The directory is read-protected