Mikhmon: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 November 2024

24 July 2023

  • curprev 02:3702:37, 24 July 2023Akhyar talk contribs 599 bytes +599 Created page with "==Install Web Server Apache== apt update apt install apache2 ==Install PHP dan PHP Modul== 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== Copy folder mikhmon ke fordel /var/www/html di webserver, gunakan scp scp mikhmon root@192.168.1.100:/var/www/html masukkan user..."