Articles

Apache Configuration Structure

Directory and Options   The <Directory> block refers to a directory within the filesystem...

Apache Performance Tuning Tips

1. Remove Unused Modules  Save memory by not loading modules that you do not need, including but...

Copying a Database Table with phpMyAdmin

To copy a database table in phpMyAdmin, login to phpMyAdmin and then follow this steps. 1. In...

Creating Tables in a Database with phpMyAdmin

To create tables in a database in phpMyAdmin, first log in to phpMyAdmin and do the same: 1....

Disable TRACE or TRACK method in Apache web server

If you like to keep your VPS hosting server or dedicated server secure you may need to disable...

Error 503 on PHP websites when LiteSpeed is use

Issue symptoms Sometimes PHP websites return Error 503 page when LiteSpeed is used; however,...

Execution of HTML as PHP

To be able to handle php script in .html file , you need to add the following in the .htaccess...

How to Configure ModSecurity on Apache?

Install ModSecurity:   Ubuntu/Debian sudo apt install libapache2-modsecurity   Restart...

How to Enable HTTP/2 in Apache Web Server?

Hypertext Transfer Protocol Version 2 (HTTP/2) is the latest version of the HTTP protocol,...

How to Install the PHP GeoIP Extension?

GeoIP introduces to the way of establishing a computer terminal’s geographic location by...

How to add a command/binary to CageFS?

What is CageFS?CageFS is a virtualized file system and a set of tools to contain each user in its...

How to add your own php.ini file to the crontab command?

If you want to use your own php.ini in the implementation of cronjobs, add the following to the...

How to create PHP info file?

A) Open a simple text editor like notepad and enter the following:...

How to enable ODBC on EasyApache 4?

1. First, install the PHP PDO_ODBC module in EA4. 2. Then we have to install Microsoft SQL...

How to fix Apache Too many connections issue?

The reasons are the following:   – Unoptimized Apache settings The default settings of Apache...

How to increase PHP memory limit?

If you like to increase the PHP memory limit in any folder you just create a file called php.ini....

How to install Magento from Softaculous?

Step 1: Log into cPanel.Step 2: Click on Softaculous Apps Installer in the Software section.Step...

Internal Server Error or Error 500

The server encountered an internal error or misconfiguration and was unable to complete your...

PHP http module

We don't allow the use of "PHP http module" because it's not supported by cpanel. Installing...