Pada praktikum ini dilakukan implementasi Apache Web Server, pembuatan Virtual Hard Disk menggunakan VirtualBox, import database MySQL, pengamanan password menggunakan algoritma MD5, serta pengamanan file aplikasi menggunakan atribut Read Only. 1.Implementasi Apache Web Server Tujuan Mengkonfigurasi Apache Web Server dengan mengubah DocumentRoot agar aplikasi dapat diakses melalui browser. Langkah-langkah Install AppServ pada sistem operasi Windows. Pastikan proses instalasi Apache, PHP, dan MySQL berhasil. Salin folder aplikasi ke direktori web server, misalnya: C:\AppServ\www\inventaris Buka folder: C:\AppServ\Apache\conf Buka file httpd.conf menggunakan Notepad atau Visual Studio Code. Cari konfigurasi: DocumentRoot Ubah DocumentRoot sesuai lokasi folder aplikasi, misalnya: DocumentRoot "C:/AppServ/www/inventaris" <Directory "C:/AppServ/www/inventaris"> Simpan file httpd.conf . Restart layanan Apache melalui AppServ atau Ser...