there is no mention of a recommended setup of a Pylons powered web
site on a file system. A production site would have to be carefully
setup to avoid security problems.
Any tips from the Pylons gurus?
thanks
Pylons is really fun :-)
I do the normal tricks:
* I run the Web server as www.www.
* The files are owned by root.root.
* I put the variable files in /var/something... and they're owned by www.www.
* I start the server using runit.
* I proxy through Apache.
I figure this is all related to Pylons, but it's somewhat of a
separate topic that operations people know how to take care of.
Best Regards,
-jj