[mapserver-users] MapServer,Mod_python and tilecache

saltalungo saltalungo at gmail.com
Thu Jun 4 11:22:27 EDT 2009


Hi,
I'm trying to configure the tilecache on mapserver with mod_python.
the components that I have are:
Apache 2.2.11
Mod_python 3.3.1
python 2.5
tilecache 2.10

I have a problem displaying the data that are insert inside the file
tilecache.cfg

when i send the request 
http://localhost/tilecache/tilecache.py/1.0.0/basic
i receive a "Not Found"
The requested URL /tilecache/tilecache.py/1.0.0/basic was not found on this
server. 

Is the problem that it can't read the tilecache.cfg?

on the httpd.conf of apache i have tthose lines:

<Directory "C:\ms4w\Apache\htdocs\tilecache\tilecache">
AddHandler python-program .py
PythonHandler TileCache.Service
PythonPath "['C:/ms4w/Apache/htdocs/tilecache/'] + sys.path"
PythonOption TileCacheConfig "C:/ms4w/Apache/htdocs/tilecache/tilecache.cfg"
PythonDebug On
</Directory>


Anyone have a idea on where i miss the right?

thanx

saltalungo

 
-- 
View this message in context: http://n2.nabble.com/MapServer%2CMod_python-and-tilecache-tp3025358p3025358.html
Sent from the Mapserver - User mailing list archive at Nabble.com.



More information about the mapserver-users mailing list