nginx

Ubuntu :: PHP FastCGI + NGINX

:: How to setup PHP FastCGI for NGINX in Ubuntu + Installing NGINX and php-cgi apt-get update apt-get install nginx php5-cli...
sysadmin.id
1 min read

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

:: Setup XFileSharing on NGINX

:: How to setup XFileSharing with NGINX + installing and setup fcgiwrap for nginx wget //github.com/gnosek/fcgiwrap/tarball/master tar -xzf master cd gnosek-fcgiwrap-1328862...
sysadmin.id
1 min 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