[Tilecache] getting tilecache 1.4 working...

Adrian Zhao Adrian.Zhao at idvsolutions.com
Thu Feb 22 14:19:48 EST 2007


I am assuming that you guys are writing a long reply for my previous
message.

Here are two quick questions:

1. What is the purpose of seeding the cache? How important?
2. Do you have some example configuration file for using a
MapServerLayer

Thanks,
Adrian


-----Original Message-----
From: Schuyler Erle [mailto:sderle at metacarta.com] 
Sent: Thursday, February 22, 2007 11:13 AM
To: Adrian Zhao
Cc: Christopher Schmidt; tilecache at openlayers.org
Subject: Re: [Tilecache] getting tilecache 1.4 working...

* 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