ngageoint / geoq

Django web application to collect geospatial features and manage feature collection among groups of users
MIT License
695 stars 131 forks source link

WSGI.py (or other WSGI Confguration) #308

Open Prindle19 opened 9 years ago

Prindle19 commented 9 years ago

I noticed that this repo had a wsgi.py which would be useful for deploying with wsgi on Apache

https://github.com/jaycrossler/geoq-django

Understand that the project may favor nginx, but would it be possible to supply a default wsgi configuration for multithreaded wsgi deployment on Apache?

stephenrjones commented 9 years ago

We actually have used Apache / wsgi for other implementations of the system. I'll see if we have a default configuration we can make available