PHP

How to Increase PHP File Upload Size Limit

The default PHP file upload size limit is often set to a low value, which can be insufficient for uploading large files through web applications or content management systems. In…

How to Hide PHP Version in Linux

PHP is a popular scripting language used to develop web applications. However, displaying the PHP version on a website can be a security risk as it reveals valuable information to…

How to Install LAMP on CentOS 7 / RHEL 7

The LAMP stack, an acronym for Linux, Apache, MySQL/MariaDB, and PHP, is a popular open-source software group that allows you to run a web server and host dynamic websites. In…

Install MySQL, Apache and PHP on CentOS 6.5

LAMP stand for Linux, Apache, MySQL and PHP which is group of software used to run an web applications. The combination of these software is called LAMP stack. This document…

php

How to Install php-mcrypt on CentOS 6.3

mcrypt exension for PHP is necessary if we want to use cookie based authentication with phpymyadmin. In default CentOS 6.3 yum repository or in CentOS 6.3 installation CD/DVD, php-mcrypt exension…

php

How to Enable Admin Script of APC on PHP

In server administration, optimizing PHP performance is a common task. One effective way to achieve this is by using the Alternative PHP Cache (APC), a robust and open-source framework designed…