Questions tagged [whm]

WHM is a hosting automation software used by server administrators and resellers to manage cPanel hosting accounts on a web server.

WebHost Manager (WHM) is a web hosting control panel used by server administrators and resellers to manage cPanel hosting accounts on a web server. It is used to set up and manage accounts, monitor bandwidth and services, and includes many other features.

781 questions
21
votes
3 answers

Installing git on a cPanel server

I need to install git on cPanel but I am finding a lot of information indicating that this is not a simple process. I have a cPanel/WHM instance on a CentOS distribution and am trying to install git without breaking cPanel. The information I have…
Ali Samii
  • 1,672
  • 4
  • 28
  • 49
15
votes
5 answers

ImageMagick - PECL issue - Cannot locate header file MagickWand.h

We are getting this error while installing ImageMagick PECL: checking ImageMagick MagickWand API configuration program... found in /usr/local/bin/MagickWand-config checking if ImageMagick version is at least 6.2.4... found version 6.8.6 Q16 …
capte
  • 207
  • 1
  • 3
  • 9
12
votes
2 answers

CNAME and WHM - how to stop domain name being appended automatically

Really quick one - I am attempting to use mailgun for my email. One of the requirements is to add a CNAME = mailgun.org I am attempting to do this via WHM - and can successfully create the record under 'Edit DNS Zone' for the domain. The problem is…
GrahamTheDev
  • 22,724
  • 2
  • 32
  • 64
9
votes
3 answers

How can I add npm (node.js package manager) to the PATH?

I installed node.js like this: cd /usr/local/bin/ git clone --depth 1 http://github.com/joyent/node.git cd node git checkout origin/v0.4 # optional. Note that master is unstable. export JOBS=2 # optional, sets number of parallel commands. mkdir…
emurad
  • 3,448
  • 10
  • 40
  • 47
9
votes
2 answers

PHP cli not working with local path (suddenly)

From a couple of hours, PHP commands, given from the console, are not accepting local path. For example in laravel i've always given the command php artisan but from this night i'm receiving the following reply Status: 404 Not Found Content-type:…
Giacomo Torricelli
  • 764
  • 1
  • 6
  • 21
9
votes
2 answers

How to block another domain to access and get result from my website?

Another domain is showing duplicate content of my website (all pages) When I entered this domain I see my site content. If I change something on my site, I see it immediately on the another domain. I think he's using some function fopen or curl or…
motioz
  • 662
  • 2
  • 11
  • 21
8
votes
2 answers

Warning sign/exclamation point in red circle next to table names and Query tab?

I have a VPS with CENTOS 6.4 and WHM 11.38.2. I just updated WHM to the latest version, and now when I go to phpMyAdmin there are red circles with white exclamation points in them next to the table names and before the word "Query" in the Query…
Nate
  • 26,164
  • 34
  • 130
  • 214
8
votes
4 answers

Install fileinfo php extension

As the fileinfo is moved from PECL to PHP. What is the best way to install it through WHM or putty.? I tried following command: pecl install fileinfo and received following error: WARNING: "pear/Fileinfo" is deprecated in favor of…
Lalit Arora
  • 301
  • 1
  • 3
  • 9
7
votes
0 answers

Apache + PHP-FPM Pool Options - resources consumed and traffic estimated

For e dedicated server with WHM/cPanel configured with Apache + PHP-FPM the default Pool Options per domain are: Max Children = 5 Process Idle Timeout = 10 Max Requests = 20 The questions are: How many resources are involved when it reaches the…
Marius
  • 459
  • 1
  • 4
  • 17
7
votes
3 answers

What language cPanel/WHM panel server is done?

I am planning to make an application like cPanel/WHM in perl since i never worked out my own server in perl, and i was thinking of a few points that i wanted some advices/help: cpanel and whm work on ports 2082/3 and 2086/7 to server their panel i…
Prix
  • 19,417
  • 15
  • 73
  • 132
6
votes
3 answers

Do I need to restart Apache after increasing the memory_limit?

I went into WHM and changed the settings for the php.ini memory_limit=256M Then clicked save. Do I need to reboot the server for a change like this? What is the best way to verify that my memory limit really is set to 256MB now? Thanks!
PioneerMan
  • 303
  • 4
  • 12
5
votes
3 answers

Hosting node.js for a specific domain only on a VPS

I have a VPS where I have hosted a few sites. All based on LAMP stack, so it was no big deal. They provide WHM/cpanel for managing different sites. I decided to try node.js, bought a separate domain for it, and I need some clue how to point that…
Mehdi
  • 1,075
  • 1
  • 11
  • 24
5
votes
4 answers

Add WebP to ImageMagick supported formats for PHP 7.3 on a WHM dedicated server

I am trying to add WebP to ImageMagick supported formats for PHP 7.3 on a WHM dedicated server. Whenever I was adding this question I saw other posts related to this problem but they don't have a solution as I tried everybody's recommendations from…
Victor Rusu
  • 107
  • 1
  • 1
  • 9
5
votes
1 answer

Using Alias in Apache ONLY if local directory not present?

We're running a reseller web host, and aliasing a particular directory for ALL the sites within. This is all happening through WHM/Cpanel, which could possibly complicate my question. We want all hosts to run their "/concrete" directory through a…
Andrew E.
  • 51
  • 2
5
votes
1 answer

How to change the mailserver information displayed in cPanel

When I setup a new cPanel account for a client (through WHM), I also setup a Mandrill account for clients to use as their mailserver. Is it possible to change the mailserver information that is displayed in the "Configure Email Client" section of…
Travis Pflanz
  • 104
  • 2
  • 15
1
2 3
52 53