Chris,
Sounds like a bad path to the the PHP ISAPI module. Take a look in IIS
admin and besure the module is registered and that the path is correct.
Once you get to the IIS4 default web site (right click | properties) look at
Home Directory tab | Configuration | App Mappings. You also need to set up
the ISAPI filter for php - Use PHP (no dot) and the path to the ISAPI dll.
If you are looking for a production server, don't use ISAPI. It has some
performance benefits but is not as stable as a CGI installation. If this is
a play & learn server, ISAPI is fine.
Hope this helps.
DM
----- Original Message -----
From: "Chris McClenahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 3:21 PM
Subject: [PHP-INST] IIS 4.0 & ISAPI problem
> I'm running into a problem using IIS 4.0 and the ISAPI PHP module. When
> I try to hit a PHP script on my web server, I receive the following
> message:
>
> The specified module could not be found.
>
> I'm assuming this error is coming from IIS... can anyone shed some light
> on why this is happening and steps I may take to correct it?
>
> Thanks!
>
> --Chris
> --
>
> :-----------------------------------------------------:
> | Christopher McClenahan | MettersMedia Network, Inc. |
> | Systems Administrator | Phone: 703.770.6822 |
> | [EMAIL PROTECTED] | Fax: 703.821.3996 |
> :-----------------------------------------------------:
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]