[Tilecache] mod_python "tilecache.py was not found on this server"

Michael Markieta markieta.m at gmail.com
Mon Mar 11 20:27:19 PDT 2013


Hi list,

I have a working TileCache cgi here:
http://128.100.66.64/cgi-bin/tilecache/tilecache.cgi/1.0.0

but I am unable to run under mod_python:
http://128.100.66.64/cgi-bin/tilecache/tilecache.py/1.0.0

*httpd.conf
*...
LoadModule python_module modules/mod_python.so
...
<Directory "/ms4w/Apache/cgi-bin/TileCache/">
    AddHandler cgi-script .cgi
    Options +ExecCGI
    AllowOverride None
    Order allow,deny
    Allow from all
    AddHandler python-program .py
    PythonHandler TileCache.Service
    PythonOption TileCacheConfig
"/ms4w/Apache/cgi-bin/TileCache/tilecache.cfg"
    PythonDebug On
</Directory>

And yes, I've restarted the apache server.

*Michael Markieta
*GIS Consultant

5 Royal Street
Toronto Ontario Canada  M6N3Z3
*c *416 833 5581  *d* 416 604 9647
www.spatialanalysis.ca
Find me on LinkedIn <http://www.linkedin.com/in/michaelmarkieta>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/tilecache/attachments/20130311/3eeacdfb/attachment.html>


More information about the Tilecache mailing list