This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Minggu, 04 November 2012

SETTING WEB SERVER


Sebelum kita Masuk ke bagian bagaimana mengisntal Web server di linux debian , kita harus tahu apa itu web server , bagaimana cara kerjanya . jadi yang disebut dengan Web server adalah sebuah program yang memberikan layanan informasi berupa web . Web server terbagi dua bagian yaitu komputernya dan softwarenya sendiri yaitu Web server . Jadi bisa di ambil kesimpulan jika ada perangkat komputer dan juga ada software web server di dalamnya maka dapat membangun sebuah web server . Jadi berbagai program web server seperti Apache , ISS , Xitami dll.



# apt-get install apache2 php5 links
#nano /etc/apache2/sites-available/default
















ikuti seperti gambar di atas .

setelah itu pindahlah ke direktory  # cd /var/ww
setelah itu buang directory apache2-default # rm -rf apache2-default
buatlah index html # touch index.html
lalu edit file tersebut # nano index.html
ikuti seperti gambar di bawah







save dan exit
lalu buatlah file info.php # touch info.php
lalu edit file tersebut # nano info.php
lalu ikuti seperti gambar di bawah







di save dan exit
lalu restart web server # /etc/init.d/apache2 restart
lalu cek hasil konfigurasi web server # links 192.168.11.1
jika berhasil tampilan akan seperi gambar di bawah






mengecek apakah sudah suport php
# links 192.168.11.1/info.php