httpd

cPanel / WHM :: Installing ApacheBooster

:: How to install ApacheBooster on cPanel / WHM server wget //prajith.in/downloads/apachebooster.tar.gz tar -zxf apachebooster.tar.gz cd apachebooster sh install.sh   ::...
sysadmin.id
9 sec read

cPanel :: Installing NGINXCP

:: How to install nginxcp on cPanel / WHM server cd /usr/local/src wget //nginxcp.com/latest/nginxadmin.tar tar xf nginxadmin.tar cd publicnginx ./pythonfix ./nginxinstaller...
sysadmin.id
11 sec read

PHP:: enable pcntl extension from source

:: Compile pcntl extension wget //museum.php.net/php5/php-5.3.6.tar.gz tar xvf php-5.3.6.tar.gz cd php-5.3.6/ext/pcntl phpize ./configure make && make install :: Configure pcntl extension...
sysadmin.id
13 sec read

:: CentOS: Apache2 worker MPM, FCGI, APC

:: Installing Apache2, FCGI, APC yum install httpd php-cgi mod_fcgid php-pecl-apc   :: Enable worker MPM on Apache2 vi /etc/sysconfig/httpd #...
sysadmin.id
45 sec read

:: NGINX: [emerg] directive "rewrite" is not terminated by ";"

:: Error when reload / restart nginx nginx -s reload nginx: directive "rewrite" is not terminated by ";" /etc/nginx/vhost/blackonsole.org.conf:15 in...
sysadmin.id
20 sec read

:: NGINX : Redirect to external URL

:: How to redirect to external url on NGINX + create configure file vi /etc/nginx/vhosts/blackonsole.org.conf added configuration like these: server {...
sysadmin.id
11 sec read

:: Cron: Auto restart daemon if it down

:: How to create script for auto restart daemon if it down + create auto restart daemon script (nginx) cat >...
sysadmin.id
16 sec read