Mikhmon
Install Web Server Apache[edit]
apt update apt install apache2
Install PHP dan PHP Modul[edit]
apt install php7.0 libapache2-mod-php7.0 service apache restart
Periksa apakah Apache dan PHP sudah terhubung dengan script,
nano /var/www/html/info.php
Jika masih kosong, copy script berikut :
<?php phpinfo();
Upload Mikhmon ke WebServer[edit]
Copy folder mikhmon ke fordel /var/www/html di webserver, gunakan scp
scp mikhmon root@192.168.1.100:/var/www/html
masukkan user dan password root server
Berikan akses permission[edit]
chmod +R 755 /var/www/html chmod +R www-data:www-data /var/www/html