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

Setting default folder permissions for newly created accounts

After creating new accounts via WHM I find that all folders created in the public_html folder have a permission of 775 which often leads to a 500 error in a browser. I am currently executing the following command via SSH find . -type d -exec chmod…
Solid I
  • 580
  • 5
  • 13
  • 34
3
votes
3 answers

WHM Module Installer - Why is SOAP not showing in phpinfo?

I'm trying to install SOAP on server. This is what I did: Got into WHM Module Installers Installed SOAP 0.13.0 Confirmed it was there; looked in FTP and I see the SOAP directory created Restarted server Added phpinfo on server and went to it on…
Kakenx
  • 1,315
  • 3
  • 18
  • 34
3
votes
2 answers

WHM - Restart Apache

I need to restart apache in order to recover from a server crash. I am looking for "restart services" in WHM VPS Optimized and I can't seem to find it nowhere. Can you help? Thank you.
opk
  • 79
  • 1
  • 6
3
votes
1 answer

how to test open_basedir setting and make sure it is working correctly

I have a VPS using FastCGI (WHM/cPanel). As I understand it, open_basedir must be set using a php.ini file in each user's /home/ directory (E.g.: setting it globally in apache config file will not work). I want to use open_basedir for improved…
3
votes
2 answers

Hostname not resolving to IP WHM/cPanel

I moved my WHM/cPanel installation to a new server. After changing the nameserver IP's and then after a little while the domains to started pointing to the new server. However the hostname doesn't resolve to an IP address. /scripts/ipcheck…
Keelan
  • 325
  • 1
  • 4
  • 12
3
votes
2 answers

Sites up and down Intermittently with 'No data received' Error code: ERR_EMPTY_RESPONSE

I'm not very technical so apologies up front! Unfortunately, I've been left to figure this out though as the company who deal with my dedicated server are being less than helpful. Really hoping someone can shed some light on this. We host around 100…
stowbee
  • 59
  • 1
  • 1
  • 8
3
votes
2 answers

Tortoise SVN Redirect Cycle [CENTOS 5.8 / WHM]

Hoping somebody can shed some guru-knowledge here as we've been racking our brains trying to figure out what is causing this error. We're running WHM/CPanel on CENTOS 5.8 We have a sub-domain specifically set up to server as an svn repository. We've…
gin93r
  • 1,551
  • 4
  • 21
  • 39
3
votes
4 answers

How to mod-rewrite all requests to single file without causing an infinite loop

How can I take all requests to www.myurl.com/{ANYTHING} and send them all to www.myurl.com/index.php I am finding I can send everything with: RewriteRule .* index.php [R=Permanent,L] This works great, except I am redirected to…
dacopenhagen
  • 2,414
  • 2
  • 23
  • 29
2
votes
3 answers

Can I point a sub domain of one site to the root of another on same server / IP

I have this (pseudo) domain setup, and hope to do any configuration via cPanel and/or WHM. myclient.com - this hosts a development site and there is no public DNS for it yet (by choice) mycompany.com - this is my company's domain name and it's…
Mere Development
  • 2,439
  • 5
  • 32
  • 63
2
votes
1 answer

WHM/Cpanel API Cron::listcron request using cURL

I'm using the code below to get a cron list but only thing I get is a blank page. Also when I replace port 2087 by 2083 the output is {"data":{"reason":"Access denied","result":"0"},"type":"text"} with a 403 HTTP status. Can you help me fix this…
Stephane
  • 4,978
  • 9
  • 51
  • 86
2
votes
2 answers

Is it possible to write plugin for WHM by PHP?

I want to write a plugin for WHM, I'm a PHP Developer and beginner with Perl, so i ask is it possible to make plugin by PHP instead Perl? I tried, but the problem was that important functions in php which deal with command line is disabled in…
Jason4Ever
  • 1,439
  • 4
  • 23
  • 43
2
votes
0 answers

How to set up a Staging Environment for Existing Sites? Esp. using subdomains?

I have about 5 sites where till date all development changes have happened directly on the live server, where the change would be made on a test file first and if ok, would replace it with the original file. However, I can't really continue with…
Sam
  • 532
  • 6
  • 12
2
votes
0 answers

My websites load when I restart php-fpm apache

I am using centos7 and I installed whm and so far I have no problem with Apache I maintain 22 websites on this server but I have a big problem Every few hours, it is not known exactly how many hours. No site or page will open at all, and if I…
Morteza Barati
  • 329
  • 3
  • 11
2
votes
3 answers

MYSQL 8 running in WHM cPanel high CPU usage/crashing requiring mysql reset after 2 days

I have about 30 websites running Magento/Wordpress. Every 1-2 days I would need to reset mysql and then the CPU usage would be around 27% but then it'll slowly climbing up slowly over 1-2 days until it can't process any query. I've been trying to…
mrWiga
  • 131
  • 1
  • 2
  • 13
2
votes
0 answers

AWS Lightsail WHM Updated Autodiscovery to ON and now nothing loads

Can anyone help diagnose what I did. I was trying to enable autodiscovery and now WHM/Cpanel/website will not resolve. I can still access via SSH. All I did was enable the autodiscovery option and click save. This is the message afterwards. Updating…
Adam
  • 3,615
  • 6
  • 32
  • 51
1 2
3
52 53