Build a default Nginx install; I used the following configure arguments, but these are not necessary for using PHP/FastCGI (only for my environment):
./configure –prefix=/opt/nginx-0.6.34 –user=apache –group=apache
Build PHP for FastCGI, with the following configure arguments:
./configure –prefix=/opt/php-5.2.8 –enable-fastcgi –enable-force-cgi-redirect –with-gd –with-mysqli –enable-mbstring
–enable-fastcgi –enable-force-cgi-redirect are the important arguments to configure; the others are simply needed for my environment.
Use [...]
-
« Home
-
RSS Feeds