Ngingx won't start with fastcgi_split_path_info" error
        Posted  
        
            by Ke
        on Server Fault
        
        See other posts from Server Fault
        
            or by Ke
        
        
        
        Published on 2010-03-19T10:26:43Z
        Indexed on 
            2010/04/27
            15:53 UTC
        
        
        Read the original article
        Hit count: 491
        
I heard that nginx is faster and since I'm on a VPS with low RAM I thought I would try it out.
I got through this tutorial http://www.howtoforge.com/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian
But I now get the following error:
unknown directive "fastcgi_split_path_info" in /etc/nginx/sites-enabled/default:28
What might be causing the problem? I can't find any reference to the problem on Google.
Also I have heard conflicting things about nginx vs Apache. Some say use one, some say the other. I'm using all sorts of things such as rewrite rules, proxies etc. Am I setting myself up for a fall by using nginx?
If I go for Apache: how can I tweak it so that it performs better on a low RAM VPS?
© Server Fault or respective owner