Hi guys, I trying to implement a django server using wsgi, but I have a few problems.
1) The final user can have only a sftp access, no shell at all. 2) I cant use mod_rewrite to avoid any security flaws. 3) So far, I implemented it using the following guide: - http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ But any change I made, i need to "touch" the wsgi config file, probably I'm going to check any changes on user_home and apply a touch when necessary. Is that possible? Thanks. Cheers, Robson Eisinger. -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
