macos版本:10.15.7apache和php是macos系統自帶的,apache/2.4.41 (unix) php/7.3.11
mysql版本:8.0.22 mysql community server
phpmyadmin版本資訊: 5.0.4 執行正常
配置httpd.conf 的documentroot路徑時,如果把目錄放在文件、桌面等目錄裡,瀏覽器執行localhost時,提示"403 forbidden" ,查了很多文件,最後解決了。
documentroot的目錄放到/users/username/即可,而放到文件(/users/username/documents)等系統目錄裡,沒有檔案許可權。
如果用預設的目錄:/library/webserver/documents,則也執行正常,it works!因為資源庫(/library/)目錄是用需要的許可權的。
#開啟目錄列表索引模式
options indexes
#排序先允許allow再deny
order allow,deny
#設定字符集,以消除中文亂碼;指定目錄列表可以顯示最長為255位元組的檔案/目錄名
indexoptions namewidth=255 charset=utf-8
#允許所有
allow from all
安裝wordpress version 5.6 時,資料庫伺服器用127.0.0.1即可,用預設的localhost出錯。
php wamp環境部署本地Web應用
1.建立新的專案 project 建立完成之後單擊工具欄的應用執行 除錯 select run debug configuration 的下拉列表彈出 edit cofigurations選項,單擊進入編輯對話方塊。或者用選單欄的 run edit configuration 如下圖 3.在上圖中s...
在linux環境部署redis
2 解壓redis壓縮包 tar zxvf redis 3.0.6.tar.gz 3 進入解壓後的redis目錄裡面去 4 輸入make命令 5 安裝到指定目錄 make prefix usr local redis install 6 安裝完成以後,會在 usr local redis bin目錄...
Apache上部署PHP環境
如果你的vc環境沒有安裝 或者版本不對 的話則會彈出如下錯誤 接下來配置apache的httpd.conf檔案,使用notepad開啟進行編輯 查詢 dynamic shared object dso support 的部分,並在最後追加 php解壓縮後安裝後的php7apache2 4.dll檔案...