Grow Your Business Online.

Setup LAMPP di Centos 7

LAMPP adalah singkatan dari Linux Apache Mysql PHP Perl. Lampp ini adalah seperangkat software bundling untuk kebutuhan web server. Bisa di bilang Lampp ini adalah Xampp versi linux nya. Ada pun cara instalasi nya adalah sebagai berikut:

1. Akses server ke SSH lalu kemudian Download packet di sini

# wget https://www.apachefriends.org/xampp-files/8.1.1/xampp-linux-x64-8.1.1-1-installer.run

Anda mungkin selalu cek halaman XAMPP secara berkala untuk file installer yang baru. Karena pada versi installer baru terdapat versi PHP, Apache, MariaDB, Perl, dsb ke versi yang lebih tinggi.


Pada versi 8.1.1 terdapat beberapa komponen yang diinstal :


  • PHP 7.4.27 , 8.0.14 , 8.1.1
  • Apache 2.4.52
  • MariaDB 10.4.22
  • Perl 5.32.1
  • OpenSSL 1.1.1m (UNIX only)
  • phpMyAdmin 5.1.1


2. Jalankan instalasi

# chmod +x installer.run
# ./installer.run

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.