So, how again do you test a uwsgi-daemon or mod_wsgi daemon site? With PasteHTTPServer I can just fire up a text browser and send it an HTTP request. But what's kind of client can form a uWSGI or SCGI request? It's not rare that I upgrade an app and restart it and it refuses to start and Apache won't tell me why, the Supervisor log is empty and there's nothing useful in the app error log. Sometimes I can run it in development mode and see what the problem is, but other times it needs the exact production environment; e.g., for a permission error where my account can write a file but the www-data can't, or where it can't open a log file because the directory containing it doesn't exist. So a command-line client or browser plugin that can take a URL and send a uWSGI or SCGI request would seem like a vital tool for troubleshooting such installations, yet it doesn't seem to exist.
-- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
