Web Server for SVN+PHP+Django+Rails
Posted
by
NetStudent
on Super User
See other posts from Super User
or by NetStudent
Published on 2012-06-01T21:56:26Z
Indexed on
2012/06/01
22:44 UTC
Read the original article
Hit count: 291
Foreword: I am not asking for the differences between Nginx and Apache, nor do I want to start a "which one is better discussion.
I would like to ask for help with choosing the most adequate solution for this particular situation. I need to setup one or more l SVN repositories accessible via HTTP, plus some PHP, Django and Ruby websites. However, and since I only have 512Mb of RAM at my disposal, I fear that Apache will be a too heavy choice... On the other hand, I have heard that Nginx does not fully support SVN (WebDAV) and Django without reverse proxying to Apache. Is this still true? Should I go for Apache/Nginx alone? Or should I set up both and have Nginx handling static content and proxying to Apacge for dynamic content?
© Super User or respective owner