Hi guys, I need to install a django app onto a client's cpanel box. I have root access and can install whatever's needed. But the trouble is that cpanel still uses Apache 1.3 (ugh). And to make matters worse, it uses Apache 1.3 without the mod_proxy module.
I can't install Apache2 without breaking cpanel which means that running django through mod_python is out. I've had really bad FastCGI/Apache experiences in the past with Rails so I think that's a bad idea. The only option I can think of is to recompile Apache with mod_proxy and run Lighttpd/FastCGI proxied through Apache. Any other suggestions? Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---