TurnKey Internet Provides Fully Managed Dedicated and Virtual Private Servers Dedicated Servers | Virtual Servers | Colocation | Managed Services | Support | About

Category » Server Control Panel: cPanelrss button

Questions Concerning cPanel

There were 5 questions found in this category:

  1. questionHow do I add domain keys and SPF records for my domains?
    If you have a Dedicated or Virtual server with cPanel, you can log-in via the unix shell as root and issue the following commands: /usr/local/cpanel/bin/spf_ installer your_username /usr/local/cpanel/bin/domain_keys_installer your_username Replace your_username above with the name of your acc ...
  2. questionHow to Install ImageMagick on cPanel
    If you are running cPanel, you can log in to your server using "ssh" as the "root" user, and use the following command to check if ImageMagick is running: /scripts/checkimagemagick If you want to install ImageMagick on cPanel, you can run this script: /scripts/installimagemagick
  3. questionWhat does it mean when I get a security warning about a SSL certificate when accessing my web hosting control panel?
    This is normal -- the warning is because your control panel powered web hosting server is using a self signed certificate to encrypt and protect your communicatoins over an SSL connection. Some web browsers will prompt you with a warning or notification. To to avoid seeing this warning again: ...
  4. questionHow do I install ImageMagick on my cPanel Server?
    The steps to installing ImageMagick on a cPanel Server are as follows: 1. Log into your server as root via ssh 2. /scripts/installrpm ImageMagick 3. /scripts/installrpm ImageMagick-devel 4. /scripts/installimagemagick
  5. questionHow do I bulld my own version of PHP to support a new extension or feature on my server?
    The quickest way is to use the control panel to update to the latest version of PHP with the included default extensions, but there are cases where you may need a specific version of php (older, newer, or with a specific configuration built into the php software). In cases where you can not use ...