[Tilecache] getting tilecache 1.4 working...
Schuyler Erle
sderle at metacarta.com
Thu Feb 22 11:12:33 EST 2007
* On 22-Feb-2007 at 10:56AM EST, Adrian Zhao said:
>
> I am trying to set up TileCache on IIS at first time and it appears to
> be partially working since I can send
>
> 1) WMS request like this: [snip]
>
> 2) WorldWind requests like this: [snip]
>
> Both of them return images and it also cached on a local directory as
> defined in the configuration file (tilecache.cfg)
>
> But I cannot make the TMS working send request like this:
> http://Localhost/TileCache/tilecache.cgi/1.0.0/basic/5/32/23.png
That's because the Python code uses the PATH_INFO CGI environment
variable to parse out the request, which Microsoft inexplicably
considers a security risk:
http://support.microsoft.com/kb/q184320/
The above URL, I think, describes a workaround. If MS didn't publish
broken operating systems, of course, PATH_INFO wouldn't be the
security risk they seem to think it is.
SDE
More information about the Tilecache
mailing list