Ubuntu :: PHP FastCGI + NGINX
Posted by blackonsole on February 28th, 2013 06:54 AM | No Comment
:: How to setup PHP FastCGI for NGINX in Ubuntu
+ Installing NGINX and php-cgi
+ Make php-fcgi script in init.d
add these line:
+ change permission anda run the script when booting
+ setup PHP FastCGI in NGINX
add line in server {} like these:
so ...
cPanel / WHM :: Installing ApacheBooster
Posted by blackonsole on August 7th, 2012 03:41 PM | No Comment
:: How to install ApacheBooster on cPanel / WHM server
:: Checking ApacheBooster on cPanel / WHM
Home - Plugins - ApacheBooster
:: Links
+ Google
+ ApacheBooster
cPanel :: Installing NGINXCP
Posted by blackonsole on August 7th, 2012 04:38 AM | No Comment
:: How to install nginxcp on cPanel / WHM server
:: Checking NGINXCP on cPanel/WHM
You will see NGINXCP in Home - Plugins - NGINXCP
:: Links
+ Google
+ nginxcp
:: NGINX: [emerg] directive “rewrite” is not terminated by “;”
Posted by blackonsole on May 8th, 2012 07:19 PM | 2 Comments
:: Error when reload / restart nginx
in line 15 use { and } characters in the regular expressions conflict with the block delimiter of the Nginx configuration file syntax language, some like:
If you want to write a regular expression pattern ...
:: NGINX : Redirect to external URL
Posted by blackonsole on May 7th, 2012 12:05 PM | No Comment
:: How to redirect to external url on NGINX
+ create configure file
added configuration like these:
+ testing configure file and reload nginx
:: Links
+ Google
+ Snipt