Instalasi Nginx + PHP-FPM + MySQL di VPS Centos

NginX

Nginx (baca: engine x) adalah server HTTP dan reverse proxy gratis berbasis open-source berkemampuan tinggi, yang dapat juga digunakan sebagai proxy IMAP/POP3. Perangkat lunak ini diciptakan oleh Igor Sysoev pada tahun 2002, dan dirilis untuk pertama kalinya secara umum pada tahun 2004. Saat ini Nginx digunakan oleh 7.65% (22.8juta) nama domain di seluruh dunia.

Nginx terkenal karena performanya yang tinggi, stabil, memiliki banyak fitur, mudah dikonfigurasi, dan menggunakan sedikit sumberdaya pada server.
Nginx adalah salah satu dari sebagian perangkat lunak untuk server yang diciptakan untuk mengatasi masalah "C10K" (en). Tidak seperti perangkat lunak server yang lainnya, Nginx tidak bergantung kepada thread untuk melayani klien. Sebaliknya, Nginx menggunakan arsitektur asynkronus yang lebih stabil. Arsitektur ini membutuhkan lebih sedikit memory, dan yang lebih penting, dapat diperkirakan. Bahkan jika Anda tidak mengharapkan server Anda untuk mengatasi ribuan koneksi pada saat yang bersamaan, Anda masih dapat diuntungkan dengan pemakaian memory yang sedikit namun berkemampuan tinggi. Nginx dapat digunakan dalam semua skala: mulai dari VPS kecil sampai dengan cluster server dalam jumlah besar.
Nginx digunakan oleh beberapa website ternama seperti: WordPress, Hulu, Github, Ohloh, SourceForge dan TorrentReactor.
Untuk Instalasi Nginx + PHP-FPM + MySQL di VPS Centos, ada cara mudah dengan menggunakan script sebagai berikut :
1. Login sebagai root ke VPS anda dengan menggunakan Putty.
2. Download script berikut :
#wget http://freevps.us/downloads/nginx-centos.sh
3. Jalankan Script tersebut
# chmod 755 nginx-centos.sh
#./nginx-centos.sh
Script otomatis menginstall aplikasi yang di butuhkan beserta dependensinya, jika ada menu yang membutuhkan konfirmasi silahkan isi.
Instalasi selesai jika keluar text berikut :
Installation done. to create a vhost, run setup-vhost example.com do not include the www. subdomain.
4. Setup MySQL root password dengan perintah :
#/usr/bin/mysql_secure_installation
Isilah dengan root passwrod MySQL yang anda inginkan, dan beberapa pertanyaan seputar security MySQL
[root@nginx ~]# /usr/bin/mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MySQL to secure it, we'll need the current password for the root user. If you've just installed MySQL, and you haven't set the root password yet, the password will be blank, so you should just press enter here. Enter current password for root (enter for none): Setting the root password ensures that nobody can log into the MySQL root user without the proper authorisation. Set root password? [Y/n] Y New password: Re-enter new password: Password updated successfully! Reloading privilege tables.. ... Success! By default, a MySQL installation has an anonymous user, allowing anyone to log into MySQL without having to have a user account created for them. This is intended only for testing, and to make the installation go a bit smoother. You should remove them before moving into a production environment. Remove anonymous users? [Y/n] Y Normally, root should only be allowed to connect from 'localhost'. This ensures that someone cannot guess at the root password from the network. Disallow root login remotely? [Y/n] Y ... Success! By default, MySQL comes with a database named 'test' that anyone can access. This is also intended only for testing, and should be removed before moving into a production environment. Remove test database and access to it? [Y/n] Y - Dropping test database... ... Success! - Removing privileges on test database... ... Success! Reloading the privilege tables will ensure that all changes made so far will take effect immediately. Reload privilege tables now? [Y/n] Y ... Success! Cleaning up... All done! If you've completed all of the above steps, your MySQL installation should now be secure. Thanks for using MySQL! 5. Test hasil instalasi anda, buat file /var/www/html/info.php : #vi /var/www/html/info.php
Save dengan :wq 6. Buka browser anda dan akses menggunakan http://ipservervpsanda/info.php 7. Untuk membuat Virtualhostanda bisa menggunakan perintah :
# setup-vhost domainanda.com
File konfigurasi virtualhost Nginx : /etc/nginx/conf.d/domainanda.com.conf   Untuk konfigurasi lebih advance anda bisa langsung ke https://calomel.org/nginx.html Sumber : https://freevps.us/thread-528.html
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Transfer File ke VPS Windows

Untuk mentransfer file dari komputer anda ke VPS Windows anda. Lakukan langkah-langkah berikut :...

Cara Merubah Password Administrator Windows

Untuk merubah password Administrator Windows, lakukan langkah berikut : 1. Login ke Windows dan...

Cara Merestart VPS Drupadi Hosting

VPS Drupadi Hosting mempunya panel tersendiri, yang dapat di akses melalui client area Drupadi...

Cara Install cPanel/WHM di VPS Centos

Bagi Anda yang ingin menginstal cPanel di VPS Anda, silahkan ikuti langkah-langkah berikut :1....

Cara Remote VPS menggunakan Remote Desktop (RDP)

Untuk mentransfer file dari komputer anda ke VPS Windows anda. Lakukan langkah-langkah berikut :...