Cita:
Iniciado por Cluster Creo q esto es lo q andan buscando?
; 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
; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
; will look for to know it is OK to continue execution. Setting this variable MAY
; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
cgi.redirect_status_env =
En esta última de redirect_status .. para IIS no se su valor ..
Un saludo,
Hasta aki voy yo tambien xD, ese es mi problema no se que poner en cgi.redirect_status_env = y acausa de esto ( creo ) me sale el siguiente error:
alguien sabe que debe ir hay? tengo IIS 7
_----------------------------------------------------------------------------------
HTTP Error 502.2 - Bad Gateway
<P><B>Description:</B> The specified CGI application did not return a complete set of HTTP headers.
<P><B>Error Code:</B> 0x00000001
<P><B>Notification:</B> ExecuteRequestHandler
<P><B>Module:</B> CgiModule
<P><B>Requested URL:</B>
http://192.168.0.11:80/hola.vcs
<P><B>Physical Path:</B> C:\inetpub\wwwroot\VCS\hola.vcs
<P><B>Logon User:</B> Anonymous
<P><B>Logon Method:</B> Anonymous
<P><B>Handler:</B> PHP as VCS
<P><B>Most likely causes:</B> <ul> <li>The CGI process was shut down or terminated unexpectedly before it finished processing the request.</li> <li>The CGI process has a flaw and does not return a complete set of HTTP headers.</li> </ul>
<P><B>What you can try:</B> <ul> <li>Check the event logs on the system to see whether the CGI process is shutting down unexpectedly.</li> <li>Troubleshoot the CGI application to determine why it is not sending a complete set of HTTP headers.</li> </ul>
<A href="http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=502,2,0x00000001,6000">
<P><B>More Information...</B>
</A> This error occurs when the CGI process handling the request exits before it finishes sending the response to IIS.
<HR width="100%" color="silver" SIZE="1">
<B>Server Version Information:</B> Internet Information Services 7.0.
</FONT>
_----------------------------------------------------------------------------------