原文:No code signing authority for module at /opt/homebrew/Cellar/php/8.0.12/lib/httpd/modules/libphp.so specified in LoadModule directive.

MacOS 版本不再自帶php,使用brew安裝php . 之后配置httpd.conf遇到以上標題錯誤,需要重新簽名 . 首先在 鑰匙串訪問 gt 證書助理 gt 創建證書頒布機構 再回到 鑰匙串訪問 找到 Ls RootCA 選擇右鍵簡介始終信任 . 在終端 給php動態庫簽名 sudo codesign sign Ls RootCA force keychain Library Keycha ...

2021-11-13 17:12 0 1925 推薦指數:

查看詳情

LoadModule php5_module 參數導致apache不能啟動

配置php環境時 加入下面兩行: LoadModule php5_module D:/php/php5.dllPHPIniDir "D:/php“后apache不能啟動,提示httpd.exe:syntax error on 因為他的服務器的php的版本比較新,我也沒遇到過,就問了下搞服務器 ...

Mon Aug 27 09:24:00 CST 2012 0 11801
 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM