apache2
Cara Install dan Setting XAMPP di Linux
· ☕ 6 min read · ✍️ anz007

XAMPP adalah paket aplikasi server yang terdiri dari Apache, MariaDB, PHP dan Perl yang ditujukan untuk memudahkan developer dalam PHP development environment.

Dengan XAMPP, developer tidak harus lagi melakukan install aplikasi server satu per satu. Jadi XAMPP sangat tidak disarankan dipakai di production environment (server operasional).


Setting a php_value in PHP-FPM
· ☕ 2 min read · ✍️ anz007

In this post, let’s take a look at the option for setting a php_value when using PHP‑FPM.

.user.ini Files

The first option for setting php_values is to use .user.ini files. For the Magento project in question this was just a matter of dropping a .user.ini in the root next to index.php and .htaccess with the following example.