How to test php memory limit
memory_limit sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts from eating […]
How to test php memory limit Read More »
memory_limit sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts from eating […]
How to test php memory limit Read More »
Suphp has lots of advantages you can customize PHP configuration by defining separate php.ini for all your website. And you do not have to
Things to consider when using SuPHP handler -cPanel Read More »
Ever come across an error like this(sql.safe): Notice: SQL safe mode in effect – ignoring host/user/password information in [path]/adodb-mysql.inc.php on line 343 mysql_connect(): SQL
How to disable Sql.safe mode via php.ini Read More »
While installing a new application or deploying a script in your server, you might need to know the exact PHP configurations there. The PHP
How to create a PHP Info Page Read More »
No need to run easyapache to install/uninstall modules like zend optimizer, ioncube, etc. You can use the command /scripts/phpextensionmgr to do it. Syntax: /scripts/phpextensionmgr
Installing PHP extensions (/scripts/phpextensionmgr) Read More »
Fantastico is a commercial script library that automates the installation of web applications to a website. Its scripts are executed from the administration area
ClamAV is an open-source (GPL) antivirus engine designed for detecting Trojans, viruses, malware, and other malicious threats. It is the de facto standard for
Chkrootkit or Check Rootkit is a common Linux security tool that will scan your server for any signs of rootkits or worms which could
Follow the below steps to add BigBlueButton Repositories to the server. Pre-requisites 1. 2 GB of memory (4 GB is better) 2. Dual-core 2.6
Ever came across an error like these: Notice: SQL safe mode in effect – ignoring host/user/password information in [path]/adodb-mysql.inc.php on line 343 mysql_connect(): SQL
How to turn on and off Sql.safe mode Read More »