Brett Frisch wrote:
> Currently, I can't get cf to return the path_info. Lets say I put in
> www.mysite.com/products.cfm/1 and have on my cf
> template: <cfoutput>#cgi.path_info#</cfoutput>. When submitted, I get a
> blank page. I can get things like cgi.server_name and cgi.script_name but
> no cgi.path_info. It was a known bug before sp1 and should have been fixed
> (the allaire forums say it was). For some reason its not. There's not
> much I can do as its my ISP's server. I guess what I'm looking for is some
> sort of an alternate route for capturing the path_info. Is it possible?
This was fixed in 4.5.1 SP1 or SP2 (everyone should be running SP2).
It requires your ISP to have updated their mod_coldfusion.so to the new
version, which they may not have done.
In addition to adding PATH_INFO to the list of CGI variables passed on
to the server, the list of variables itself was moved to
mod_coldfusion.c, the source shipped with CF for the module. This way,
if we missed your favorite CGI variable, you can add it yourself and
recompile mod_coldfusion.so.
The ColdFusion stub simply passes on the value returned to it from the
web server. We do not construct or change these CGI value in any way.
Sounds to me like you need to ask your ISP to update their web server
module.
--
Tom Jordahl
Allaire Development
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.