RockCluster: Web Server Lokal
Revision as of 07:36, 23 July 2011 by Onnowpurbo (talk | contribs) (New page: Segera setelah front-end terpasang, luncurkan web browser (dalam hal ini Firefox), lalu browse ke <nowiki>http://localhost </nowiki>. Akan muncul situs Front-End, ada lima menu yang langsu...)
Segera setelah front-end terpasang, luncurkan web browser (dalam hal ini Firefox), lalu browse ke http://localhost . Akan muncul situs Front-End, ada lima menu yang langsung bisa diakses:
- Cluster Status, untuk menampilkan Ganglia
- Documentation for the installed rolls.
- Support
- Tripwire
- Users Guide
Wordpress
Situs utama web server lokal tersebut memakai CMS Wordpress. Jika perlu mengkonfigurasinya, login sebagai:
user: admin password: your root password for the cluster
Ganglia
Pada halaman wordpress, akses menu "Cluster Status", sehingga muncul halaman Ganglia Cluster Monitoring.
Membuka web server
Agar web server bisa diakses oleh publik, edit file /etc/syscon_g/iptables, dan ubah baris berikut
# http and https is allowed for all nodes on the public subnet -A INPUT -m state --state NEW -p tcp --dport https -j ACCEPT -A INPUT -m state --state NEW -p tcp --dport www -j ACCEPT
Setelah itu restart iptables.
#service iptables restart