This is what my typical mod_wsgi config looks like:

WSGIDaemonProcess myapp user=wyatt home=/home/wyatt/envs/mayapp 
display-name=myapp
WSGIScriptAlias /myapp /home/wyatt/envs/myapp/bin/app.wsgi
<Location /myapp>
    WSGIProcessGroup myapp
</Location>

Maybe you need to add a Location section?

Also, I'd double check the permissions on /home/benjamin (should be 
something like 701).

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/Vi2OHd403dkJ.
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.

Reply via email to