
How to Install PIP on CentOS 7
In this guide we’ll be covering the process to install PIP on CentOS 7 using the command line. By following these 7 simple steps, you …

In this guide we’ll be covering the process to install PIP on CentOS 7 using the command line. By following these 7 simple steps, you …

Step a: Login to your server as root. Step b: Download the APC wget https://pecl.php.net/package/APC eg : wget https://pecl.php.net/get/APC-3.0.15.tgz Step c: Extract …

Please refer the following steps : a.Download latest version of Suhosin # cd /opt # wget https://download.suhosin.org/suhosin-0.9.32.1.tgz Make sure that that php-devel is installed: # …

Reinstall perl using the following command : [root@server:~]# cd /usr/ports/lang/perl5 [root@server:/usr/ports/lang/perl5]# make install clean Above commands could be used If easyapache, upcp or any other …

It’s very simple to verify this. Have a simple ‘php info’ script. Create a file named ‘phpinfo.php’ under the public_html of your domain Insert the …

Put the following code in .htaaccess file for that user as: php_flag engine off OR In httpd.conf file,for that particular domain, put the following code …

Below are the steps: Create a file “phpinfo” in an account: <? phpinfo(); ?> and check it using a browser, you should see, you have …

We have to compile php4 with apache and need to install php5 but do not compile it with apache. Normal configure commands could be used …

Php’s open_basedir protection prevents users from opening files outside of their home directory with php scripts. You can use this function to select which accounts …

Following are the steps to install eAccelerator: step 1: Download from https://eaccelerator.net/ and install. Compiling eAccelerator: You need to run these commands in the eAccelerator …

Solution Login into the server via ssh and run the following command: root@cpdemo [~]# /scripts/installzendopt This will start an ncurses based installer. The defaults should …