就是用apache通過php4apache.dll來解釋,而不用php.exe以cgi方式解釋cgi模式有一些bug,用模塊方式更安全具體見php文檔

解决方案 »

  1.   

    在httpd.conf中加入
    LoadModule php4_module c:/php/sapi/php4apache.dll 具體見前面小菜虎的安裝説明:)
      

  2.   

    一句話,建議不要用iis.
    用iis,你不如去學asp
      

  3.   

    一句話,建議不要用iis.
    用iis,你不如去學asp为什么呢?我是菜鸟啊!能不能说明白一些阿,毕竟微软的简单啊!
      

  4.   

    IIS的话,用ISAPI装PHP吧.
    不过IIS对PHP的支持一向不好.
      

  5.   

    iis 用isapi module:
    To use the ISAPI module, do the following: If you don't want to perform HTTP Authentication using PHP, you can (and should) skip this step. Under ISAPI Filters, add a new ISAPI filter. Use PHP as the filter name, and supply a path to the php4isapi.dll. Under 'Home Directory', click on the 'Configuration' button. Add a new entry to the Application Mappings. Use the path to the php4isapi.dll as the Executable, supply .php as the extension, leave Method exclusions blank, and check the Script engine checkbox. Stop IIS completely (NET STOP iisadmin) Start IIS again (NET START w3svc) 
    我沒有用過。支持不好
      

  6.   

    断线了:)iis 用isapi module:
    To use the ISAPI module, do the following: If you don't want to perform HTTP Authentication using PHP, you can (and should) skip this step. Under ISAPI Filters, add a new ISAPI filter. Use PHP as the filter name, and supply a path to the php4isapi.dll. Under 'Home Directory', click on the 'Configuration' button. Add a new entry to the Application Mappings. Use the path to the php4isapi.dll as the Executable, supply .php as the extension, leave Method exclusions blank, and check the Script engine checkbox. Stop IIS completely (NET STOP iisadmin) Start IIS again (NET START w3svc) 
    我沒有用過。支持不好
      

  7.   

    呵呵,谢谢啊!
     wasy(嘻嘻哈哈) (
    我明白你的话了!
    但是,我正在使用IIS ,用的是ISAPI 的方式,目前还没有什么问题,但是我
    好像听说,这样有可能崩溃啊!
      

  8.   

    用ISAPI总比用CGI好.用APACHE总比用IIS好.在APACHE下用模块安装总比用CGI好!~~~
      

  9.   

    请问ISAPI怎么用???
    我将ISAPI目录下面的*.dll文件替代php.exe可是全部出现The specified module could not be found.