I'm trying to integrate creating the express configuration into a little makefile I have to help set stuff up for developing, so if I can generate what I want from the command-line without editing after, that's handy.
For display-name, I'm messing around with something that tries to identify the mod_wsgi processes via the psutil module - they share a PPID but there's also the Apache worker processes under that, and I was checking the displayname as well. I was just trying to set "display-name" to something similar to our production config, but I can do a better test without that. For python_home, I was doing the server-setup without the actual virtualenv necessarily being activated (or even created), so I hoped to run with the eventual python_home path provided on the command line, but I can probably move this to a point within the make where the venv is made and activated. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
