Nginx and PHP-FPM on OS X
        Posted  
        
            by 
                Seth
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Seth
        
        
        
        Published on 2010-08-13T22:46:15Z
        Indexed on 
            2011/01/12
            16:55 UTC
        
        
        Read the original article
        Hit count: 374
        
I've been wanting to try out Nginx with PHP-FPM. I installed Nginx via Macports. I read that PHP 5.3.3 includes PHP-FPM, however, the PHP 5.3.3 configuration on Macports does not enable it.
Can anyone explain or refer me to a tutorial on how to install PHP 5.3.3 with PHP-FPM for Nginx on OS X? I'd want to place it in /opt where Nginx is to keep it away from the PHP I'm using with Apache in /usr/local.
I'm new to command-line stuff. Pardon my ignorance.
© Server Fault or respective owner