[email protected] wrote: > How would one go about running a django project on hcoop servers. Would > this require another Apache setup?
I have a Django-powered site on hcoop, running my own apache daemon with mod_python. I don't really know whether this is needed at our setup, since Django can be run in different ways: http://docs.djangoproject.com/en/dev/howto/deployment/ Maybe mod_wsgi or FastCGI are possibilities on the "generic" hcoop apache instance. If you need more detailed help, just ask... Cheers, Beni _______________________________________________ HCoop-Help mailing list [email protected] https://lists.hcoop.net/listinfo/hcoop-help
