美文网首页
Apache2.4 + PHP7.0

Apache2.4 + PHP7.0

作者: Homary | 来源:发表于2018-03-14 03:20 被阅读0次

    记录配置了一整夜的PHP开发环境, 搜索了几篇博文. 基本把安装该踩的坑都踩了.

    首先下载Apache2.4 以及 PHP7.0

    配置Apache Apache24/conf/httpd.conf


    image.png

    修改此配置为安装Apache的路径

    image.png

    这个是默认监听端口

    image.png

    添加这几行配置

    <u>第一个坑</u> 下载错了PHP7.0版本, 一直报错 apache启动时报如下错误: httpd: Syntax error on line 180 of D:/amp/Apache24/conf/httpd.conf: Cannot load D:/amp/php7/php7apache2_4.dll into server: %1 \xb2\xbb\xca\xc7\xd3\xd0\xd0\xa7\xb5\xc4 Win32 \xd3\xa6\xd3\xc3\xb3\xcc\xd0\xf2\xa1\xa3

    解决方法: 官网重新下载一个PHP

    配置PHP

     <a href=" http://blog.csdn.net/qq_28535319/article/details/72676658">[PHP7+Apache2.4+MySql 环境搭建-最新(博主亲测)](http://blog.csdn.net/qq_28535319/article/details/72676658)
    

    </a>
    这篇博文讲得很清楚

    我继续说我遇到的坑

    image.png

    路径问题, 通过报错信息解决

    image.png

    运行Apache之后, localhost/phptest.PHP 报错 You don't have permission to access
    没有权限访问.

    相关文章

      网友评论

          本文标题:Apache2.4 + PHP7.0

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