PHP merupakan salah satu bahasa pemograman yang berperan dalam pembangunan website. PHP menjadi bagian dari LAMP (Linux, Apache, MariaDB, PHP) maupun LEMP (Linux, Nginx, MariaDB, PHP) stack.
dnf info php
dnf install php php-mysqlnd php-pdo php-gd php-mbstring
systemctl enable php-fpm systemctl start php-fpm systemctl status php-fpm
php -v
PHP 7.2.11 (cli) (built: Dec 05 2019 16:12:46) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
cd /usr/share/nginx/html echo "?php phpinfo(); ?" > info.php
berikut adalah cara mengatasi error ImunifyAV has not detected any compatible hosting panel as well…
CentOS 7 tidak akan mendapatkan pembaruan apa pun setelah Juni 2024. Selain itu, mirrorlist.centos.org tidak…
DNS di server cyberpanel tidak mau bekerja, di cek pada error log keluar pesan seperti…
saat upgrade cyberpanel, keluar pesan error seperti berikut: django.db.utils.OperationalError: (1045, "Access denied for user 'cyberpanel'@'localhost'…
Untuk melakukan restart cyberpanel lewat SSH silahkan jalankan perintah berikut: systemctl restart lscpd
Di Linux, chown digunakan untuk mengubah izin pemilik file dan direktori. Namun, saat menggunakan perintah…