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
PHP:: enable pcntl extension from source
Posted by blackonsole on July 6th, 2012 04:06 AM | No Comment
:: Compile pcntl extension
:: Configure pcntl extension on php.ini
:: Checking pcntl module
:: Applying pcntl on httpd
:: Links
+ Google
+ StackOverFlow
:: CentOS: Apache2 worker MPM, FCGI, APC
Posted by blackonsole on May 28th, 2012 03:58 PM | No Comment
:: Installing Apache2, FCGI, APC
:: Enable worker MPM on Apache2
:: Disable mod_php on Apache2
:: Setup FCGI for php script
+ enable cgi.fix_pathinfo on php.ini
+ add php script handle on fcgi
+ create FCGIWrapper
add these line:
change permission
+ add +ExecCGI on Options in your ...
:: 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 ...