php5.6的apaches的dll_Windows 10下 搭建Apache2.4、php5.6、mysql5.6
然后對http.conf(D:\myphp\Apache24\conf\http.conf)配置文件進行修改-使用記事本打開就行
(1)修改ServerRoot Apache的根路徑:
(37行)ServerRoot"c:/Apache24"改成=>ServerRoot "D:/myphp/Apache24"
(2)修改ServerName你的主機名稱:
(219行)ServerNamewww.example.com:80將前面的#去掉,該屬性在從命令行啟動Apache時需要用到。
(3)修改DocumentRoot Apache訪問的主文件夾目錄,就是php、html代碼文件的位置。Apache默認的路徑是在htdocs(D:\myphp\Apache24\htdocs)下面,里面會有個簡單的入口文件index.html。這個路徑可以自己進行修改,我這里將其配置在我自己新建的文件夾www(D:\myphp\www)下。
(243行) DocumentRoot "c:/Apache24/htdocs"
改為=>
DocumentRoot "D:\myphp\www"
(4)修改入口文件配置:DirectoryIndex一般情況下我們都是以index.php、index.html、index.htm作為web項目的入口。Apache默認的入口只有index.html需要添加其他兩個的支持,當然這個入口文件的設置可以根據自己的需要增減,如果要求比較嚴格的話可以只寫一個index.php,這樣在項目里面的入口就只能是index.php
(276行)
DirectoryIndex index.html
改為=>
DirectoryIndex index.php index.htm index.html
(5)設定serverscript的目錄:
(360行)ScriptAlias /cgi-bin/ "c:/Apache24/cgi-bin/"改為=> ScriptAlias /cgi-bin/ "D:/myphp/Apache24/cgi-bin"
(6)? (380行)
AllowOverride None
Options None
Require all granted
改為=>
AllowOverride None
Options None
Require all granted
文件-保存
注:行數僅供參考,請結合自己實際的實際情況進行修改!
總結
以上是生活随笔為你收集整理的php5.6的apaches的dll_Windows 10下 搭建Apache2.4、php5.6、mysql5.6的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php请编写一个函数来将一个_为什么开发
- 下一篇: cshrc设置 ic618_.cshrc