Turns out this is a Firefox error. I've got uWSGI working on my system now,
though that's after switching to INI files. Cherokee still can't find the page
though. Moving to that list to work that one out.
Brian
It seems I am getting an error from the WSGI server after all. As a reminder,
my uwsgi process is started from upstart like this:
exec /usr/sbin/uwsgi -s 127.0.0.1:44946 -t 10 -M -p 1 -C --module triagedb_wsgi
--no-orphans --pp /var/www/NurseTriage/triagedb/triagedb_app --pp
/var/www/NurseTriage/triagedb --gid tarka --uid tarka
When I use Firefox to browse to 127.0.0.1:44946, I get this error message:
XML Parsing Error: undefined entity
Location:
jar:file:///usr/lib/firefox-3.6.21/chrome/toolkit.jar!/content/global/netError.xhtml
Line Number 60, Column 12: <title>&loadError.label;</title>
-----------^
Any ideas what this means?
Thanx again,
Brian
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi