Late request on a Friday... Maybe I'll be able to answer this myself by the end of the weekend, but figured I'd see if anyone can point me in the right direction.
Environment:
- Ubuntu 12.04
- OTM v1.3 + Philly dirs/files from OTM-master
- Apache2, PostgreSQL, GeoServer all up and running on same machine
Status:
- sync'ed, migrated, one zipcode, one neighborhood, zero trees (still working on those)
- map loads, but no tiles
Regardless of the lack of trees, I'd like to get TileCache up and running. GeoServer comes with plenty of layers/services that I can test with, methinks.
The problem is that I'm new to Ubuntu and there appears to be different ways to run TileCache (CGI, mod_python, standalone WSGI, FastCGI, etc.
What's the most common configuration people are using for OTM + TileCache?
- The machine has TileCache installed (sudo pip install TileCache) at /usr/lib/pymodules/python2.7/TileCache/
- I see the /OpenTreeMap/tilecache/tilecache.cfg file and have edited it a bit
- Changed tmp directory
- Added some layer sections similar to SanDiego/Philly/etc.
- I've updated the apache2 config file for the site (/etc/apache2/sites-available/default)
- <Directory /home/myuserdirectory/www/opentreemap/tilecache>
- AddHandler cgi-script .cgi
- Options +ExecCGI
- </Directory>
I'm obviously missing something small (another config file? another alias or symbolic link? Maybe it's erroring and I just don't know where to look?) or maybe something really big. Any thoughts on what of the above areas or causing the issue?
Thanks,
Keith