Python Projects in Users’ Home Directories with wsgi

I tried it without the LocationMatch directives and it works with just having AliasMatch in there for the static locations.

I didn’t expect that WSGIDaemonProcess wouldn’t expand the python_project_name. I was doing that so that each project would have a different process so touching one wsgi file wouldn’t effect another project. It seemed like it was working like that.

If you can figure out a better way of doing this that would be awesome.

Read more comments by Greg Allard