Ver Mensaje Individual
  #8 (permalink)  
Antiguo 22/07/2003, 13:38
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 2 meses
Puntos: 50
Ya encontré otra cosa... creo que no puedo correr IIS y apache al mismo tiempo porque lo cual tendré que hacerlo desde el iis.. pero cuando quiero ejecutar mi pagina de php.. me sale el siguiente error:
Cita:
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.

PHP: Error parsing C:\php\php.ini on line 479
y por esas líneas de mi archivo php.ini tengo:

; cgi.force_redirect is necessary to provide security running PHP as a CGI under
; most web servers. Left undefined, PHP turns this on by default. You can
; turn it off here AT YOUR OWN RISK
; **You CAN safely turn this off for IIS, in fact, you MUST.**
cgi.force_redirect = 0


que podrá ser ahora. ???