Running two wsgi applications on the same server gdal org exception with apache2/modwsgi
- by monkut
I'm trying to run two wsgi applications, one django and the other tilestache using the same server.
The tilestache server accesses the db via django to query the db.
In the process of serving tiles it performs a transform on the incoming bbox, and in this process hit's the following error. The transform works without error for the specific bbox…