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
