好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

apacheYoudon&#39;thavepermissiontoaccess/onthi

用linux源码安装Apache使用的虚拟主机的模式进行操作,几个相关的网站放在一个文件里,想法是通过网站列出的目录进行相应的网站进行操作,一切设置完成后,在浏览器中运行出现在You don't have permission to access / on this server. 这里定义了默认对网站根

用linux源码安装Apache使用的虚拟主机的模式进行操作,几个相关的网站放在一个文件里,想法是通过网站列出的目录进行相应的网站进行操作,一切设置完成后,在浏览器中运行出现在You don't have permission to access / on this server. 这里定义了默认对网站根的访问权限.

把这个

Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Directory >

改成

Directory />
Options Indexes FollowSymLinks
AllowOverride None
Directory >

问题解决

查看更多关于apacheYoudon&#39;thavepermissiontoaccess/onthi的详细内容...

  阅读:53次