Web Server on AMI Linux 2
Welcome in 2019 – it’s time to upgrade out outdated LAMP stack series articles, with new “How To” setup basic web server for our stack.
PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. See what we have to say about PHP
Welcome in 2019 – it’s time to upgrade out outdated LAMP stack series articles, with new “How To” setup basic web server for our stack.
Small 2019 update – Please check out this library – github.com/maxmind/MaxMind-DB-Reader-php It’s a straight replacement of PHP module. GeoIP extensions is quite use-full, but it requires some server – side magic. If you are...
This time we are going to cook Apache (httpd 2.4), PHP 7.0 as a PHP-FPM. Instructions are pretty simple. You can just copy and paste command to get working stack in less then 15...
Recently I realised that my DirectAdmin hosting doesn’t support PUT and DELETE requests by default. Apparently it’s necessary to make requests to my recent PrestaShop API adventures. As usually quick and dirty solution below. All you...