-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Nils,
not an expert on Django or Cherokee, but my setup is similar. I run my local Django on Cherokee 0.99.24 from the PPA as well, on Ubuntu 9.04 Desktop. For comparison, here is the Django-part from my cherokee.conf vserver!20!rule!200!encoder!deflate = 0 vserver!20!rule!200!encoder!gzip = 0 vserver!20!rule!200!expiration = epoch vserver!20!rule!200!handler = scgi vserver!20!rule!200!handler!balancer = round_robin vserver!20!rule!200!handler!balancer!source!1 = 2 vserver!20!rule!200!handler!change_user = 0 vserver!20!rule!200!handler!check_file = 0 vserver!20!rule!200!handler!error_handler = 1 vserver!20!rule!200!handler!pass_req_headers = 0 vserver!20!rule!200!handler!xsendfile = 0 vserver!20!rule!200!match = directory vserver!20!rule!200!match!directory = / vserver!20!rule!200!match!final = 1 vserver!20!rule!200!no_log = 0 vserver!20!rule!200!only_secure = 0 vserver!20!rule!100!handler = common vserver!20!rule!100!match = default vserver!20!rule!100!match!final = 1 The difference I see here to your setup is that you customized the default handler to pass requests to Django. I left the default handler and created an Directory handler for "/" to do that. Not sure if this is important, though. And here is the part that defines the Django information source: source!2!host = 127.0.0.1:3033 source!2!interpreter = /home/aguafuertes/geany-projects/attitude/manage.py runfcgi method=threaded host=127.0.0.1 port=3033 protocol=scgi source!2!nick = Django source!2!type = interpreter I'm really no expert here, but maybe the difference how the intepreter is defined (socket vs. TCP port) gives you an idea what you can try. I did not setup Django with the Wizard, btw. Good luck Gregor -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkq09I0ACgkQepJNjKMaIWXv6wCgjQb9OZKw7OvWb1O06FN8iVKQ Ps4AoI9VqJG+M6RK2sVigpbawOTd76uQ =+Lbc -----END PGP SIGNATURE----- _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
