IGOS Nusantara dan server web: Perbedaan revisi
Dari IGNwiki
(→Konfigurasi /etc/httpd/conf.d/welcome.conf) |
|||
Baris 5: | Baris 5: | ||
=== Konfigurasi /etc/httpd/conf.d/welcome.conf === | === Konfigurasi /etc/httpd/conf.d/welcome.conf === | ||
− | LAMA | + | '''LAMA''' |
<LocationMatch "^/+$"> | <LocationMatch "^/+$"> | ||
Options -Indexes | Options -Indexes | ||
Baris 11: | Baris 11: | ||
</LocationMatch> | </LocationMatch> | ||
− | BARU | + | '''BARU''' |
#<LocationMatch "^/+$"> | #<LocationMatch "^/+$"> | ||
# Options -Indexes | # Options -Indexes |
Revisi per 18 Mei 2010 11.41
Web Server yang banyak dipakai adalah Apache Web Server.
Daftar isi
Pasang Apache
# yum -y install httpd
Konfigurasi /etc/httpd/conf.d/welcome.conf
LAMA
<LocationMatch "^/+$"> Options -Indexes ErrorDocument 403 /error/noindex.html </LocationMatch>
BARU
#<LocationMatch "^/+$"> # Options -Indexes # ErrorDocument 403 /error/noindex.html #</LocationMatch>
Jalankan
# service httpd start
Tes di peramban (browser)
Coba langsung di komputer yang telah dipasang web server tersebut, gunakan browser, lalu ketik:
http://localhost/
Jika web server dipasang di server (Lihat skema jaringan: http://igos-nusantara.or.id/wiki/Skema_Jaringan )
Ujicoba dari PC Client1 dilakukan dengan menjalankan browser, lalu ketik:
http://192.168.0.1/