Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/11/2002, 12:32
Sebas22
 
Fecha de Ingreso: abril-2002
Mensajes: 34
Antigüedad: 22 años
Puntos: 0
Pregunta Configuración de PHP4 en Windows XP

Alguien tiene idea de cuales son los pasos para configurar el Internet Information Server bajo XP para que pueda correr páginas con código PHP?

Seguí los dos pasos de instalación, que me pide el archivo de ayuda oficial:

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)

pero sigue sin funcionar, me genera una página con el error 500 (Error Interno del Servidor)
He revisado los filtros ISAPI, y en efecto aparece el filtro que yo creé como PHP, pero el estado indica "No cargado". Existe una opción en ese mismo cuadro de diálogo a forma de botón que dice "Habilitar", pero se encuentra desactivada. Alguna ayuda?