Re: IIS6 & php5 on SBS 2003
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 03/10/05
- Next message: David Wang [Msft]: "Re: msxml3.dll error '80072f0c' A certificate is required to complete"
- Previous message: David Wang [Msft]: "Re: Configuring IIS 6 for UNC"
- In reply to: news.microsoft.com: "IIS6 & php5 on SBS 2003"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Mar 2005 19:50:03 -0800
PHP5 works on IIS6, which is what SBS2003 runs on.
It would be nice to know what instructions you are following (i.e. URL).
Reason I ask is because I wouldn't trust any random set of instructions from
the Internet; the same goes for any random set of binaries from the
Internet.
At the very basic level, configuring PHP on IIS6 is exactly the same as any
other IIS versions, except one additional configuration of adding Web
Service Extension --
1. set up a ScriptMapping to the ScriptEngine to tell IIS how to execute
pages
2. enable Scripts/Executables on the vdir to tell IIS you want to allow
ScriptEngine functionality
3. give read access to the remote authenticated account that runs the page
so resource/access is all ok
4. set up Web Service Extension to tell IIS to allow the ScriptEngine to
run.
If you do not do #1, you get a 200 response but it is the raw script
content, unexecuted. Fail #2, and you get 403.1. Fail #3, and you get 401.3.
Fail #4, and you get 404.2
Also, you are running on IIS, so use the ISAPI version.
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "news.microsoft.com" <tsa68@[removethisfirst]verizon.net> wrote in message news:ei1p8FMJFHA.1096@tk2msftngp13.phx.gbl... This is a long shot.... I am trying to install php5 on SBS 2003 and coordinate it with IIS. I follow all the instructions for making adjustments to IIS and having no luck making php run. Anyone else had this problem? Second question, when adding an app server to IIS, do I want isapi or cgi? (probably a dumb question)
- Next message: David Wang [Msft]: "Re: msxml3.dll error '80072f0c' A certificate is required to complete"
- Previous message: David Wang [Msft]: "Re: Configuring IIS 6 for UNC"
- In reply to: news.microsoft.com: "IIS6 & php5 on SBS 2003"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|