Welcome! Log In Create A New Profile

Advanced

Sharring Installasi Nginx Webserver yuk disini

Posted by omrapid 
Sharring Installasi Nginx Webserver yuk disini
November 04, 2010 10:09AM
Saya ingin berbagi sedikit ilmu install nginx server tp bukan webservernya.... karena ilmu om masih terbatas
jadi ingin sharing disini mana tau bisa jadi bukit bersama :D

* Nginx tidak tersedia dalam Centos repo yang resmi, jadi musti make repo yang lain dulu

[code]
cd /etc/yum.repos.d/
wget http://centos.karan.org/kbsingh-CentOS-Extras.repo
[/code]


* Buka /etc/yum.repos.d/kbsingh-CentOS-Extras.repo

[code]
nano /etc/yum.repos.d/kbsingh-CentOS-Extras.repo
[/code]



* ... set gpgcheck menjadi 0 dan enable menjadi 1 pada block [kbs-CentOS-Testing]

[code]

# pkgs in the -Testing repo are not gpg signed
[kbs-CentOS-Testing]
name=CentOS.Karan.Org-EL$releasever - Testing
gpgcheck=0
gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
enabled=1
baseurl=http://centos.karan.org/el$releasever/extras/testing/$basearch/RPMS/
[/code]


[b]* install nginx[/b]


[code]
yum install nginx
[/code]


* setting autorun pd server dan jalankan nginx
[code]
chkconfig --levels 235 nginx on
[/code]


Masukkan comment
[code]
service nginx start
[/code]


otomatis vps / server anda sudah jalan dengan nginx server

Mohon tutorial web server untuk instalasi aplikasi berikut dishare gan
Requirements:
* Perl > 5.005 ver. [http://www.perl.com/download.csp]
* LWP, DBI, DBD::mysql Perl modules
* MySQL database >= 4.1 ver. [http://www.mysql.com]
* Apache mod_rewrite module, mod_headers module (optional)
* .htaccess files enabled [http://www.tutorio.com/tutorial/enab...ite-on-apache]
* GD lib, GD perl module (optional) [http://www.libgd.org/Downloads]
Re: Sharring Installasi Nginx Webserver yuk disini
November 28, 2010 07:06AM
Hm.. kalo saya menggunakan Ubuntu. Cara instalasinya sangat mudah
[list]
[*] Jika menggunakan repository resmi
[code]
sudo apt-get install nginx
[/code]
[*] Jika menggunakan repository PPA
[code]
sudo apt-add-repository ppa:nginx/stable && sudo apt-get update && sudo apt-get install nginx
[/code]
[*] Jika ingin compile sendiri
[code]
./configure --conf-path=/etc/nginx/nginx.conf \
--error-log-path=/var/log/nginx/error.log \
--pid-path=/var/run/nginx.pid \
--lock-path=/var/lock/nginx.lock \
--http-log-path=/var/log/nginx/access.log \
--http-client-body-temp-path=/var/lib/nginx/body \
--http-proxy-temp-path=/var/lib/nginx/proxy \
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
--with-debug \
--with-http_stub_status_module \
--with-http_flv_module \
--with-http_ssl_module \
--with-http_dav_module \
--with-http_gzip_static_module \
--with-http_realip_module \
--with-mail \
--with-mail_ssl_module \
--with-ipv6 \
--add-module=$(CURDIR)/modules/nginx-upstream-fair \
$(CONFIGURE_OPTS)

[/code]


[/list]
Re: Sharring Installasi Nginx Webserver yuk disini
December 05, 2010 04:37PM
Thank you yah brother....
kita keep share agar forum indonesia juga makin banyak komunitasnya
Re: Sharring Installasi Nginx Webserver yuk disini
December 05, 2010 04:40PM
Untuk menginstall nginx pada cPanel dapat mengikuti cara berikut:

Installasi:
cd /usr/local/src
wget http://nginxcp.com/nginxadmin1.6-stable.tar
tar xf nginxadmin1.6-stable.tar
cd publicnginx
./nginxinstaller install

Catatan: Jika sebelumnya telah terinstall nginx versi sebelumnya, harap menguninstallnya terlebih dahulu.

Uninstall:
cd /usr/local/src
wget http://nginxcp.com/nginxadmin1.6-stable.tar
tar xf nginxadmin1.6-stable.tar
cd publicnginx
./nginxinstaller uninstall

semoga bermanfaat.
source from akang teguhaditya
threads

[code]
http://forum.nginx.org/read.php?13,86437
[/code]
Re: Sharring Installasi Nginx Webserver yuk disini
June 19, 2011 03:51AM
Saya pakai nginx sbg proxy buat apache di FreeBSD untuk berbagai keperluan, web server, mail server, db server dll :)
sudah tersedia di ports BSD jadi tinggal install dan konfigurasi dikit2 beres dah

cara instalasinya:

$ cd /usr/ports/www/nginx && sudo make install clean

uninstall

$ sudo make deinstall

nginx emang top markotops
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 250
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready