久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      apache2 無法解析php怎么辦

      apache2無法解析php的解決辦法:1、通過“sudo apt-get install libapache2-mod-php7.4”安裝lib文件;2、修改配置文件,在“set handler”里面的“require all denied”改為“granted”;3、重啟apche2即可。

      apache2 無法解析php怎么辦

      本教程操作環(huán)境:linux5.9.8系統(tǒng)、php7.4版、DELL G3電腦

      apache2無法解析php怎么辦?

      linux下apache2不解析php

      之前在kali或者ubuntu里安裝web環(huán)境

      apache2可以正常運行,但就是無法解析php

      以下為解決思路

      1.安裝lib文件

      sudo apt-get install libapache2-mod-php7.4
      登錄后復制

      大版本保持一致就好

      2.修改配置文件

      cd /etc/apache2/mods-enabled sudo vim php7.4.conf  這個地方改成你對應的版本
      登錄后復制

      apache2 無法解析php怎么辦

      在set handler 里面的require all denied改為granted

      以及下面的 php|ar一串正則也改為granted

      然后重啟apche2

      就好了。

      推薦學習:《PHP視頻教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號