Search All content
1. NodeJS starting on boot in tutorial NodeJS By Examples JavaScript
Starting NodeJS program on boot time (CentOS 6.5) 1. Create file in /etc/rc.d/init.d/node-findads #!/bin/sh## Note runlevel 2345, 86 is the Start order and 85 is the Stop order## chkconfig: 2345 86 85...
Permission(PGU):447, Lang:EnglishCreated:2015-01-25 16:30:08, Modified:2015-05-23 11:12:22, Status:in work, Version:1.0
2. Run NginX as reverse proxy in tutorial NodeJS By Examples JavaScript
Thanks to https://www.digitalocean.com/community/tutorials/how-to-host-multiple-node-js-applicati...
Permission(PGU):447, Lang:EnglishCreated:2015-01-25 16:33:02, Modified:2015-06-06 14:56:31, Status:in work, Version:1.0
3. Installation in tutorial NginX Linux Server
NginX Installation on Ubuntu 12.04 #apt-cache search nginx nginx - small, but very powerful and efficient web server and mail proxy #apt-get install nginx #nginx -v nginx version: nginx/1.1.19...
Permission(PGU):447, Lang:EnglishCreated:2015-02-18 13:40:45, Modified:2015-02-19 13:49:06, Status:in work, Version:1.0
4. NginX Starts on Boot Time in tutorial NginX Linux Server
Apache and NginX can't run at the same port (80) at the same time. It is needed to stop Apache and start NginX after boot. Ubuntu 12.04 #update-rc.d apache2 disable #update-rc.d nginx enabl...
Permission(PGU):447, Lang:EnglishCreated:2015-02-18 13:56:23, Modified:2015-02-19 13:22:36, Status:in work, Version:1.0
5. PHP FPM in tutorial NginX Linux Server
PHP is not integrated into NginX but it runs as a standalone process. PHP-FPM controlls that process. Ubuntu 12.04 #apt-get install php5-common php5-cli php5-fpm #php5 -v...
Permission(PGU):447, Lang:EnglishCreated:2015-02-18 16:00:25, Modified:2015-02-18 16:58:40, Status:in work, Version:1.0