|
Posted by Christopher E. Franklin, Sr. on 01/06/08 20:39
On Nov 28 2007, 2:06 pm, turnstyle <turnst...@gmail.com> wrote:
> fwiw, I restored the PC to an earlier image -- just Vista, drivers,
> IIS (with ISAPI and CGI on), and PHP.
>
> I've unzipped PHP 5.2.5 into the inetpub folder (so it gets the
> perms), and configured *.php to map to the php5isapi.dll
>
> When I open a simple test.php page, it works.
>
> When I open IIS Manager and click to recycle the application pool, I
> get the "IIS Worker Process has stopped working" alert and the crash
> in Event Viewer.
>
> Am I missing something silly? Or is that what happens with PHP5 via
> ISAPI in IIS7?
>
> (thanks!)
Sorry it took so long to reply but, first off, you shouldn't be
putting your php installation under Inetpub. It should go to C:\php.
Second, you don't need to do any type of installation of ISAPI dll's
when using IIS if you are using the FastCGI preview for IIS7. All you
need to do is, unzip the FastCGI Preview to your desktop, open the
command prompt and cd into that folder and type fastcgi /install and
then type fastcgi /add C:\php\php-cgi.exe. That's all there is to it
and it will work. This is with a default installation of IIS7. The
only reason you would need to open the IIS manager going this route,
is to restart the server.
Navigation:
[Reply to this message]
|