I think that the documentation should be updated.  This same question
has been asked a few times on serverfault/stackoverflow recently.
Perhaps a deployment recipes section should be added that includes
multiple installation recipes.

The documentation on Graham's site (while not PEP-8 standard), does
work as expected.  Note that the EGG_CACHE should be a directory that
is writeable by the webserver, don't use /tmp or /var/tmp especially
if you have other .wsgi scripts running on the machine.  Apart from
the possible collision between egg caches, it could also cause
security issues.

Using the activate_this script causes more problems than it solves and
I haven't used it for anything I've deployed.  Also note that the
configuration listed on the mod_wsgi site provides a workable
solution, but, WSGIDaemon mode will provide higher performance.

-- 
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.

Reply via email to