美文网首页
Apache配置虚拟网站目录及错误解决办法

Apache配置虚拟网站目录及错误解决办法

作者: Swerve | 来源:发表于2017-04-06 17:18 被阅读0次
    1. 配置方法
    2. 错误 You don't have permission to access / on this server. 解决办法 下面第一个回答
    3. 错误 invalid command 'order' perhaps misspelled or defined by a module not included 解决办法 在httpd.config中开启一个文件就好

    LoadModule access_compat_module modules/mod_access_compat.so
    LoadModule authz_host_module modules/mod_authz_host.so

    1. apache2 如果配置不生效的话,记得网站跟目录要设置为/var/www。

    如果不好的话把

    denyAllow from all```改成```Require all granted```参考文章[Upgrading to 2.4 from 2.2](https://httpd.apache.org/docs/current/upgrading.html)
    

    相关文章

      网友评论

          本文标题:Apache配置虚拟网站目录及错误解决办法

          本文链接:https://www.haomeiwen.com/subject/hvwfattx.html