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
4
votes
2 answers

How do I add virtual hosts the right way while running WHM?

I'm running a dedicated server separating accounts for my clients with WHM and CentOS 5. One of my clients has asked me to install subversion, and have the repository stored beneath the webroot. repo's true folder will be in…
Edward Coyle
  • 85
  • 1
  • 1
  • 6
4
votes
2 answers

Using custom php.ini in a specific folder

I've got full control of my Apache / WHM / CPanel server. I have a default PHP.ini file set up for everything and that is just fun for the production server. On the same server, I have a staging/testing server - and on it I want display_errors to…
Shackrock
  • 4,601
  • 10
  • 48
  • 74
4
votes
1 answer

Creating Emails via PHP with WHM/Cpanel

I am using WHM/Cpanel to manage my sites. I am on a VPS server on Hostgator. I want to create email accounts dynamically via PHP. Does anyone know what I might need in order to do this ? Any good resources ?? Books or code they can share for me to…
numerical25
  • 10,524
  • 36
  • 130
  • 209
4
votes
1 answer

Can't disable multibyte string input conversion for Drupal 8 install

I've installed a lot of Drupal sites and never had this problem before. On attempting to install 8.1.2 I get an error that says: Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input…
Laurel
  • 51
  • 6
4
votes
3 answers

PHP session times out after only a few minutes

We have a PHP app (SilverStripe) on a cPanel LAMP shared hosting server. The CMS user is losing their session every couple of minutes. Here are some session settings based on phpinfo() on the hosting platform: session.gc_maxlifetime =…
Dave
  • 515
  • 5
  • 18
4
votes
1 answer

GCE Firewall issue - Ports not opened after configuring firewall rules

I am trialing the platform. I have successfully configured and setup a CENTOS v6 VM and then added whm/cpanel. I am experiencing some issues with the Firewall that I am sure are on Google Cloud side of things. I have read my eyes off and cannot…
4
votes
2 answers

How to make a ~/public_html in WHM/cPanel symlink

I'm using Rocketeer for deployment on a server that is powered by WHM/cPanel. I'm having an issue where I'm deploying my app to ~/mysite.com where Rockteer adds a version of the site in ~/mysite.com/releases/GIT-COMMIT-HASH and symlinks…
Ben
  • 60,438
  • 111
  • 314
  • 488
4
votes
3 answers

disk space is full by `vda` files, how to clear them?

So I have a VPS and it has whm / cpanel installed. For some reason its giving an error when ever I login to cpanel or visit a site on my server which says the disk space is full. When i check the desk space in WHM it says /dev/vda3 is 100% full. I…
Jamie Warren
  • 123
  • 1
  • 9
4
votes
1 answer

Any issues with reseting a WHM Self-assigned service SSL certificate?

I got a few e-mails yesterday warning me that some of my WHM self-assigned SSL certificates are going to expire. I did not setup the WHM originally, but according to their documentation self-assigned certificates are usually created during the WHM…
user1214678
4
votes
2 answers

Is it possible to change cpanel account location/path to different dir?

Does anyone know how to change location/path of cpanel account using PHP? Basically will have a multi-brand store with SSL certs and we want this pointed to one location/directory in root. I was able to achieve this with a small tweak in httpd.conf…
3
votes
1 answer

Can a Cert be issued without a CSR and using old Private Key

I'm confused about something in the SSL renewal process using WHM/cPanel for an existing Comodo Extended Validation cert. We have been issued a replacement certificate by Comodo without - I believe - every submitting a CSR for them. I say "I…
Mere Development
  • 2,439
  • 5
  • 32
  • 63
3
votes
3 answers

bash: npm: command not found in cPanel Terminal

I get response, When try to write: $ /opt/cpanel/ea-nodejs16/bin/npm -v 8.1.2 but with : $ npm -v bash: npm: command not found So, I tried as the same logic but it didn't work: $ /opt/cpanel/ea-nodejs16/bin/npm install npm ERR! code ENOENT npm…
Heba Mamdooh
  • 35
  • 1
  • 5
3
votes
2 answers

Update GD version to support Webp for PHP 7.3

I am trying to enable WebP support for GD through WHM. Currently I am getting version 2.1.0 (2.5.5 is stable) and when I check PHP info WebP support is not enabled. Can I enable this using WHM? I am not experienced with servers and I am using WHM…
flinch85
  • 340
  • 2
  • 16
3
votes
1 answer

SSH Shell commands not found (composer, npm)

My server is a linux Reseller plan on a2hosting with whm and cpanel. My project is PHP Laravel. The project builds and then using Copy Files Over SSH task I am able to copy the files to my server. The problem is when I try to add SSH tasks after…
Tyler
  • 3,713
  • 6
  • 37
  • 63
3
votes
1 answer

Cpanel Apache mod_userdir Showing Not Supported Error on PHP File Execution

I access the web from an IP address like http://xx.xx.xx.xx/~cpaneluser. With this I'm able to access the html file but when I try to open a .php file it's shows Not Supported Error. Please help me to solve this issue. Hear I have cPanel/WHM Both…
Vatsal S.
  • 41
  • 1
  • 3
1
2
3
52 53