CLICK HERE FOR BLOGGER TEMPLATES AND MYSPACE LAYOUTS »

zoDiak q

hiiiii

Buzzing by to Say Hi!
Spice up your Twitter with some Twitter Backgrounds

BesT fRienD

The Best Memories
Spice up your Twitter with some Twitter Backgrounds

Sabtu, 09 Mei 2009

caRa memBuat weB server dEngAn Apache

CARA INSTALASI

Untuk memulai instalasi apache pada server linux kita ada dua cara.Pertama adalah melakukan instalasi program webserver yang sudah dikompilasi.istilah ini disebut procompiled server.Cara kedua adalah instalasi dengan menggunakan kode sumber(source kode)

Instalasi Precompiled server.

sebenarnya cara termudah untuk menginstalasi apache adalah menggunakan cara ini.dan instalasinya mirip dengan instalasi kode sumber bedanya file biner httpd sudah ada di direktori src pada server.

Langkah singkatnya :

1. cd/usr/local/etc/httpd

2. cp/src/httpd-linux httpd

3. strip httpd

4. chown root.wheel httpd

5. chmood 755 httpd



Instalasi kode sumber(source kode)

Tentunye cara ini yang membuat para pemula karena tidak terbiasa akan menemui kesulitan.Disamping itu akan membutuhkan lebih banyak waktu.seprti kita telah ketahui bahwa software apache ini mempunyai banyak modul.kita dapat mengkustomasi modul modul tersebut mana yang akan dipakai mana yang tidak.Kita akan menjadi lebih akrab dengan cara kerja apache bila telah menginstalasi dari kode sumber.



langkah-langkah instalasi apache:

1. downloadlah software apache terbaru versi 1.3.9.tar.gz atau bila berada di indonesia download di http://apache.access.net.id/dist/apache _1.3.9.tar.gz.

2. lakukan perintah tar untuk membuka archive tersebut :

inews-jkt:~#tar xvfz apache_1.3.9.tar.gz

3.Pindah ke direktori apache:

inews~jkt:~#cd apavhe_1.3.9

inews-jkt:~/apache_1.3.9#

4.Sebelum menginstall tentukan terlebih dahulu direktori tujuan instalasi apache.Biasanya apache diinstal di direktori

/usr/local/apache.

inews~jkt:~/apache_1.3.9# ./configure -- prefik=PREFIK

PREFIK adlah direktori dimana apache akan diinstal.

inews~jkt:~/apache~1.3.9 ./configure -- prefik=/usr/local/apache

5.Berikan perintah make yang akan melakukan kompilasi terhadap kode sumber apache.Perhatikan sampai tidak ada pesan

kesalahan .

inews~jkt:/apache_1.3.9# make

6.Lakukan perintah make install untuk meletakan file file biner hasil kompilasi ke direktori /usr/local/apache

inews~jkt:~/apache_1.3.9# make install

7. Terakhir sebelum anda mencoba web server apache yang baru adja terinstall aktifkan apache dengan perintah :

inews~jkt:~/apache_1.3.9# /usr/local/apache/bin/apachel start

8. Kemudian coba browsing ke server linux dimana apache anda diinstall.dalam hal ini penulis coba browsing menggunakan

internet explorer versi 4.0 ke alamat http:/www.internews.or.id

9. Nah ..Web server apache telah berhasil dinstal.sekarang kita dapat membuat intranet atau internet server sendiri.

1. User shall place the following Clocklink code on a website, weblog or other internet location controlled by User, or as allowed by permission of such site owner, according to the instructions provided on Clocklink.com

2. Other than the modification options provided by Owner (type, color, time zone, etc) User shall not alter, adjust, modify the code provided in anyway without the express written permission of Owner.

3. While we make every effort to support this product, User accepts Clocklink and the Clocklink Code as is. Owner provides no guarantee or warranty that the Clocklink code will function properly on User's site or with every browser and Owner shall not be liable to User or any third party for any damage or loss incurred, monetary or otherwise, directly or indirectly, as a result of the use of the Clocklink or the Clocklink code.
If User has any difficulty with Clocklink, you should contact Owner at the Contact Us page on Clocklink.com. User's sole remedy for problems caused by the Clocklink code is to remove the tag from User's website or other location.

4. Owner shall retain the all rights and ownership of Clocklink and the Clocklink code and may terminate User's use of the same without notice and at any time.

5. This agreement shall be governed by the laws of the United States and the State of Washington. User agrees that if legal action is required to enforce the terms of this agreement, venue shall be in the courts of King County, Washington, USA.