I\'ve been following this tutorial. I\'m working with WebFaction. The difference to be noted, is that WF uses NginX and not Passenger.
Every file is passed to \"index.php\", but every php file isn\'t properly redirected because of the fastcgi. Any workaround ?
I\'m deploying my django app with nginx-uwsgi I wanna add Varnish to this stack. As I know Varnish can cache only ip and port.
I am trying to set up multiple domains on my server running nginx + thin. For example, I would like www.domain1.com and www.domain2.com to go to different apps with different root paths to their respe
On an ubuntu server, I have a drupal site which uses nginx+fastcgi as webserver and uses xcache. I am quite happy with the configuration but trying to set up m开发者_如何学Pythonemcache hoping to boos
in routes.rb, I set a controller and a action as root, it works very well when I visit root 开发者_运维技巧in development mode.
I understand that there\'s an nginx configuration file at http://www.friendfeed.com But i don\'t really know how to set up Tornada for production use on Ubuntu 10.04 with Nginx.
i have mono 2.6.7 and I\'m trying to port an ASP.NET MVC application. i\'ve managed to solve the case sensitivity problem by setting the variable MONO_IOMAP=all . I have still one more problem, my hom
I am really struggling with this. I have decided to switch to Passenger after having so many struggles with Passenger/Ruby on Apache. Ruby processes kept chewing up CPU, and taking 30 minutes to proce
Every single page requested is passed to \"check.php\": rewrite ^/(.*)$ http://localhost/check.php?page=$1