如何設定php模組到apache伺服器,本文主要跟大家分享設定php模組到apache伺服器的方法,希望能幫助大家。
在Apache24/conf/httpd.conf中做以下設定:
LoadModule php5_module D:/softwere/php/php5apache2_4.dll AddType application/x-httpd-php .php LoadModule php5_module modules/libphp5.so PHPIniDir D:/softwere/php######然後重啟apche 出現#########D:\softwere \Apache24\bin>httpd.exe -k started#########httpd.exe: Syntax error on line 536 of D:/softwere/Apache24/conf/httpd.conf: Cannot load D:/softwere/ php/php5apache2_4.dll into server: %1 \xb2\xbb\xca\xc7\xd3\xd0\xd0\xa7\xb5\xc4 Win32 \xd3\xa6\xd3\xc3\xb3\xccc4 Win32 \xd3\xa6\xd3\xc3\xb3\xcccc\xd0 xa3###
以上是如何配置php模組到apache伺服器的詳細內容。更多資訊請關注PHP中文網其他相關文章!