Ah, found it:

http://msdn.microsoft.com/en-us/library/ms525840.aspx

Looks like II6 was the last version of IIS to support non-cgi standard 
variables.  Looks you set AllPathInforForScriptMappings to true and you 
should be good.

Best,
.Peter

> AllowPathInfoForScriptMappings
>
> The *AllowPathInfoForScriptMappings* property indicates whether the 
> PATH_INFO IIS Server Variables 
> <http://msdn.microsoft.com/en-us/library/ms524602.aspx> will contain 
> full path information ("/vdir/myisapi.dll/zip") or partial path 
> information ("/zip").
>
> This property is false (full path) by default on the IIS server 
> because ISAPI applications use the PATH_TRANSLATED IIS Server 
> Variables <http://msdn.microsoft.com/en-us/library/ms524602.aspx> to 
> locate the file being requested. PATH_TRANSLATED is derived from 
> PATH_INFO.
>
> This property can be set to true if your site or server contains only 
> CGI content. ISAPI applications such as ASP will not work when this 
> property is set to true because *AllowPathInfoForScriptMappings* 
> affects all handlers for the node at which it is configured, not just 
> CGI.
>
> This property does not affect the SCRIPT_TRANSLATED server variable on 
> IIS 6.0.
>
> *Note:*
>
> IIS 6.0 is the last version of IIS that will support this property 
> because new properties will take its place.
>



Jorge Loyo said the following on 06/29/2009 09:08 AM:
> Kurt,
>
>   
>> ... It seems from like your description like "index.cfm" is ending up in 
>> path_info.
>>     
>
> Just did a dump of my CGI and you are correct.
> CGI.PATH_INFO = "/index.cfm"
>
>   
>> What web server are you using and what does cgi.path_info come up as for you?
>>     
>
> Webserver is IIS6 on WIN2003 SP2
>
> Any ideas?
> >
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets: 
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---

Reply via email to