IGOS Nusantara dan server web: Perbedaan revisi

Dari IGNwiki
Langsung ke: navigasi, cari
Baris 1: Baris 1:
 
Web Server yang banyak dipakai adalah Apache Web Server.
 
Web Server yang banyak dipakai adalah Apache Web Server.
  
Pasang Apache
+
=== Pasang Apache ===
 
  # yum -y install httpd
 
  # yum -y install httpd
  
Jalankan
+
=== 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
 
  # service httpd start
  
 +
=== Tes di peramban (browser) ===
 
Coba langsung di komputer yang telah dipasang web server tersebut, gunakan browser, lalu ketik:
 
Coba langsung di komputer yang telah dipasang web server tersebut, gunakan browser, lalu ketik:
 
  http://localhost/
 
  http://localhost/

Revisi per 18 Mei 2010 11.40

Web Server yang banyak dipakai adalah Apache Web Server.

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/