Win7 配置Apache+PHP環境的一點小心得

來源:互聯網
上載者:User

    首先,我下載的apache是httpd-2.2.21-win32-x86-openssl-0.9.8r.msi,php是從官網上下載的php-5.2.17-nts-Win32-VC6-x86.zip。

    裝完apache,再將php解壓到D:\php目錄下,後來再依照網上的方法進行了配置。可是,當配置進行到最後,

    “修改 Apache 的 httpd.conf 檔案。在該檔案的末尾添加如下2行,表示以模組方式安裝PHP進入Apache:
    "LoadModule php5_module D:/Program Files/Php/php5apache2_2.dll
    AddType application/x-httpd-php .php"

    加完這兩行後,再去restart我的apache伺服器,這時候,問題出現了。apache啟不來了,彈出一個

   

    這時候,去查看apache安裝目錄下的logs檔案夾中的error.log檔案,發現,有一句是這樣的:

    “[Fri Oct 07 15:55:43 2011] [crit] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe.  You need to recompile PHP.”

    終於明白,原來是版本不匹配,我用的apache是httpd-2.2.21-win32-x86-openssl-0.9.8r.msi,是ssl的,也即是安全執行緒的;而php版本是php-5.2.17-nts-Win32-VC6-x86.zip,是nts的,即為非安全執行緒的。

    於是,上php官網,下載了php-5.2.17-Win32-VC6-x86.zip,問題解決。

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.