Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

FIX: FreePBX ARI password change issue

Many of the FreePBX recording section via webportal can be accessed via default password ari_password. Changing the configuration files like /var/www/html/recordings/includes/main.conf.php , /etc/asterisk/manager.conf etc didn’t solve the issue. Found that, few...

Force SSL on phpMyAdmin

Here is a quick reference to force SSL for your phpMyAdmin installation. Edit phpMyAdmin’s config.inc.php file and add the following any where at the bottom: $cfg['ForceSSL'] = true; You’re done.. Access phpMyAdmin.