I have always had problems trying to run PHP as a SAPI module and have had
to resort in having PHP extensioned pages be handled by PHP directly.
Example of my settings...

1.) Go into the Internet Services Manager in the Administrative Tools folder
listed under Programs in the Start menu. Click on the computer that has the
services that you will be running them on, click on the server service
"Default Web Site" (or whatever name it is) and right-click. Click on
properties and go to the "Home Directory" tab. Near the bottom there will be
a button "Configuration", click it. It'll bring up a dialog with an
application mappings list.

2.) Click on the "Add" button and enter the following information in bold:

----------------------------------------------
Executable: C:\PHP\bin\php.exe
Extension: .php
Verbs:
 ( ) All Verbs
 (X) Limit to: GET,HEAD,POST

[X] Script Engine
----------------------------------------------

Now you will have to do step #2 for however many variations of the php
extensions you want to have. I have never had a problem with this setup and
having been running it for the past year and a half this way.

Hope this helps you some.

William


"Brian 'Bex' Huff" <[EMAIL PROTECTED]> wrote in message
news:3DB56450.1010203@;stellent.com...
>
> The SAPI module for IIS 5.0 for PHP 4+ still has a few problems... I
> haven't seen that one yet, but Ive seen 2 other access violations that
> haven't been fixed yet.  It seems that every new security patch for IIS
> breaks PHP in some way.
>
> I'd recommend running it as a CGI executable instead...
>
> --
>
> Brian 'Bex' Huff
> [EMAIL PROTECTED]
> Phone: 952-903-2023
> Fax: 952-829-5424
>
> > Hi,
> >
> > I'm getting the message : PHP has encountered an Access Violation at
> > 012929AE
> >
> > Does anyone know what this could be? Is this a known issue?
> >
> > Previously i as running php 3.0.15 as CGI and never had this problem.
> >
> >
> > Carlos André Marques Moreira
> > SENAI-CE / CETAE
> > [EMAIL PROTECTED]
> >
> >
> >
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to