Apache default – no additional settings, works well for most sites basedir – to fight against phpshells using openbasedir directive hosting – separate php limits for each domain (php_admin_value memory/safemode/etc) phpcgi – template to run php as cgi. can be useful to run php4 or php5.2 phpfcgid – to php as fcgi (automatically installed on a […]
See MoreCategory: Hostripples Featured
How to install Vesta Control panel
How to install Vesta Control panel ? 1. Connect to your server as root via SSH ssh root@your.server-name 2. Download installation script curl -O http://vestacp.com/pub/vst-install.sh 3. Run it bash vst-install.sh The Vesta Control panel can be installed on a RHEL, CentOS, Debian and Ubuntu server. For a smooth installation you will need clean system “minimal […]
See MoreWordPress : Fatal Error with Cannot redeclare get_avatar url()
This error generally caused by the Theme when you update the wordpress version to 4.2 because the theme is not yet compatible with version. Here is two solution to resolve it : 1 ) You can manually disable the theme on your website by using FTP client or login to your cPanel ==> File Manager […]
See More
You must be logged in to post a comment.