Anda di halaman 1dari 12

KOMPETENSI KEJURUAN PAKET 1

WEB-SERVER BERBASIS GUI

NAMA : AKHYAR BAKRI

NIS : 162063001

JURUSAN TEKNIK KOMPUTER DAN JARINGAN

SMK NEGERI 4 GOWA

2019/2020

1. Instal Paket Apache2


# apt-get install apache2
2. Kemudian Instal Paket Phpmyadmin
# apt-get install phpmyadmin

3. Langkah Selanjutnya Yaitu Kita Harus Melanjutkan Konfigurasi Di Directori "


/home/site/www ". Caranya Yaitu :
 Pindah Ke Directori /home
# cd /home

 Lihat Isi Directori home


# ls

 Buat Directori site


# mkdir site

 Lihat Isi Directori home Apakah Sudah Ada site


# ls

 Pindah Ke Directori /home/site


# cd /home/site

 Lihat Isi Directori site Apakah Sudah Ada www


# ls
 Buat Directori www
# mkdir www

 Lihat Isi Directori site Apakah Sudah Ada www


# ls

 Pindah Ke Directori /home/site/www


# cd /home/site/www

 Kemudian Pindah Ke Directori /home/akhyarbakri


#cd /home/anugrah

4. Selanjutnya Edit Beberapa Keterangan Agar Nanti Bisa Melakukan DNS Dan
Hasilnya Yaitu Sesuai Dengan HTML di /home/site/www

# nano /etc/apache2/sites-available/000-default.conf
 sebelum di edit

 sesudah Di edit
5. Edit Beberapa Konfigurasi Di Apache2
# nano /etc/apache2/apache2.conf

 Sebelum Diedit

 Sesudah Diedit
6. Kembali Pindah Direktori Ke /home/site/www
# cd /home/site/www

7. Buat File HTML


# nano index.html

 Tampilan Yang belum di isi


 masukkan Sintaks HTML

8. Restart Apache2
# /etc/init.d/apache2 restart
9. Pengujian

A. Debian

 192.168.20.17

 mail.sekolah.sch.id/index.html
 sekolah.sch.id/index.html

B. Windows
 192.168.20.17

 mail.sekolah.sch.id/index.html

 sekolah.sch.id/index.html

Anda mungkin juga menyukai