PHP Fatal error: Call to undefined function curl_init() in /home/httpd/a/includes/functions.php(1)

I setup a LEMP (Linux, Nginx,MySQL, PHP ) stack. But, getting the following error in /var/log/nginx/error.log file: PHP Fatal error: Call to undefined function curl_init() in /home/httpd/a/includes/functions.php(1) How do I solve this problem on Linux…

How to install and configure Varnish cache on Ubuntu Linux 16.04 LTS

H ow do I install Varnish Cache server to improve the performance of my existing Apache web server especially caching dynamic content on Ubuntu Linux 16.04 LTS server?   Varnish Cache is a web application…

How to increase and set upload size to 100MB in PHP-Apache

I am using Apache with mod_php on Debian/Ubuntu Linux server. How do I increase file upload size limit in PHP-Apache app from default 2MB to 100MB?   You need to edit the file called /etc/php/7.0/apache2/php.ini.…

How to install GoAccess web log analyzer with Nginx on Linux or Unix

G oAccess is a real-time Apache/Nginx/Lighttpd web log analyzer and interactive viewer that runs in a terminal and provides fast and valuable HTTP statistics for system administrators that require a visual report on the fly.…

How To Install Linux, Apache, MySQL, PHP (LAMP) Stack on Debian 9 Stretch

I am a new user of Debian 9 operating system. Can you tell me how to setup and install LAMP stack on a Debian 9 (Stretch)?   LAMP is an acronym for four open source…

How to install LAMP [Apache, MySQL, PHP] in CentOS 7

Installation of PHP, MySQL and Apache on LAMP Linux. By installing the services listed above, your server will be ready to host your desired website or application. Installing LAMP Although the operation is very easy, managing…