Windows 作業系統版本:Xp Pro
Appserv 安裝版本:2.4.7
發生問題:我依照教學安裝appserv,在測試網頁時輸入localhost出現一個英文資訊頁面內容是 「請求不被允許」。若輸入127.0.0.1則出現無法顯示網頁??
刪除重灌也是如此... 麻煩大大幫我看看有什麼問題。以下是我附的error
error.log
[Mon Jan 29 14:57:34 2007] [notice] Apache/2.0.59 (Win32) PHP/4.4.4 configured -- resuming normal operations
[Mon Jan 29 14:57:34 2007] [notice] Server built: Jul 27 2006 15:55:03
[Mon Jan 29 14:57:34 2007] [notice] Parent: Created child process 308
PHP Warning: Unknown(): Unable to load dynamic library 'C:\\AppServ\\php\\extensions\\php_mysql.dll' - \xa7\xe4\xa4\xa3\xa8\xec\xab\xfc\xa9w\xaa\xba\xbc\xd2\xb2\xd5\xa1C\r\n in Unknown on line 0
[Mon Jan 29 14:57:43 2007] [notice] Child 308: Child process is running
[Mon Jan 29 14:57:43 2007] [notice] Child 308: Acquired the start mutex.
[Mon Jan 29 14:57:43 2007] [notice] Child 308: Starting 250 worker threads.
[問題]Appserv已啟動,無法正常進入
版主: 版主管理群
Re: [問題]Appserv已啟動,無法正常進入
建議您:eva0311 寫:Windows 作業系統版本:Xp Pro
Appserv 安裝版本:2.4.7
發生問題:我依照教學安裝appserv,在測試網頁時輸入localhost出現一個英文資訊頁面內容是 「請求不被允許」。若輸入127.0.0.1則出現無法顯示網頁??
刪除重灌也是如此... 麻煩大大幫我看看有什麼問題。以下是我附的error
error.log
[Mon Jan 29 14:57:34 2007] [notice] Apache/2.0.59 (Win32) PHP/4.4.4 configured -- resuming normal operations
[Mon Jan 29 14:57:34 2007] [notice] Server built: Jul 27 2006 15:55:03
[Mon Jan 29 14:57:34 2007] [notice] Parent: Created child process 308
PHP Warning: Unknown(): Unable to load dynamic library 'C:\\AppServ\\php\\extensions\\php_mysql.dll' - \xa7\xe4\xa4\xa3\xa8\xec\xab\xfc\xa9w\xaa\xba\xbc\xd2\xb2\xd5\xa1C\r\n in Unknown on line 0
[Mon Jan 29 14:57:43 2007] [notice] Child 308: Child process is running
[Mon Jan 29 14:57:43 2007] [notice] Child 308: Acquired the start mutex.
[Mon Jan 29 14:57:43 2007] [notice] Child 308: Starting 250 worker threads.
1. 補充說明, '請求不被允許' 的訊息內容.
2. 試試以下的修改.
#
#-----[ OPEN ]-----
#
c:\windows\php.ini
#
#-----[ FIND ]-----
#
代碼: 選擇全部
extension=php_mysql.dll
#-----[ REPLACE WITH ]-----
#
代碼: 選擇全部
;extension=php_mysql.dll


