Questions tagged [cpanel]

Off Topic Warning: cPanel control panel questions are generally considered off topic for ServerFault and more appropriately asked on https://webmasters.stackexchange.com/

cPanel

cPanel is a Linux based web hosting control panel that provides a graphical interface and automation tools designed to simplify the process of hosting a web site. It provides capabilities for administrators, resellers, and end-user website owners to control the various aspects of website and server administration through a standard web browser. http://cPanel.com

Off Topic Warning:

The majority of questions regarding the cPanel control panel are likely to be more appropriate for the Pro Webmasters Stack Exchange and will be closed here as they are not considered on-topic for ServerFault:

Questions involving web hosting control panels are off-topic at Server Fault because they customize their systems such that normal administration tools and methods no longer apply, and thus require support from the vendor or the web hosting industry. See Where can I ask questions about web hosting control panels?

There have been several discussions on meta.serverfault.com regarding this policy.

87 questions
9
votes
4 answers

"No space left on device: AH00023: Couldn't create the mpm-accept mutex" when restarting httpd

My server sometimes gets filled up with connections in apache stuck in a "Sending Reply" state, requiring me to restart apache. Most of the time this works, but sometimes I will get this error when trying to restart apache instead: Job for…
5
votes
1 answer

Configure the server & DNS like: Accept all domains that use our spesific nameservers

First, I will describe the problem: I have a domain portfolio website. Every domain have a forsale page like this: www.myportfoliosite.com/thedomainforsale.com I want to park my domains but I need only a simple redirection to our for sale page. I…
3
votes
2 answers

Explanation of new line in htaccess file: RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?

Recently I noticed that a new line was added in the htaccess file in several locations throughout the file. RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)? I don't understand what it does, and I would like clarification…
3
votes
3 answers

Exim Smarthost Multiple domains and credentials Mailgun

I have a GCP instance running with whm/cpanel and mailgun setup using exim for multiple accounts using multiple domains. The current setup works for all domains however it only validates for the main domain. Mailgun supports multiple domains with…
3
votes
1 answer

Have Same Data in 2 VPS

I have two VPS that installed WHM on each, I want to have same data on both of them. Now one of my VPS have data and one of them is empty. There is any solution to i have all my data, database, emails and everything in my VPS to my another VPS, and…
1
vote
1 answer

Google detect DMARC not signed

I have this problem in my server: A domain example.com for send email and i have a web site in php The server server.example.com The server example2.com.mx for send email through a system in php The example.com and example2.com.mx are domains…
1
vote
1 answer

Certbot https not working for example.com, only for www.example.com

[UPDATE] - I have posted it into the wrong site, so I will copy-paste this topic into the Unix/Linux community. So please delete this topic! I have installed SSL certificate on my webserver and enabled redirection of all http requests to https. So…
1
vote
2 answers

EXIM relay only if recipient is at hotmail.com

I'm currently using a relay service (mailchannels and sendgrid) to send about 200k messages per month of our cPanel services, but I'd like to route only messages that have HOTMAIL recipients (because they're the main reason for us to relay mails..…
rnehme
  • 15
1
vote
1 answer

Block access to Parent Directory but not Sub Directory

I've been trying to block public access to a parent directory, but not the sub-directories inside it. Linux file permissions, don't seem to allow this, so I've been trying to use .htaccess to do so with no luck. What I'm trying to do is: Block…
1
vote
0 answers

High CPU Usage by php-cgi in WordPress Admin Panel

I’m running a WordPress site on a server with AlmaLinux 9 and cPanel. The site itself is fast, but the admin panel is very slow. When I check the server using htop, I see php-cgi processes consuming 94%-96% of CPU when accessing the admin panel. I…
Thaer
  • 65
1
vote
1 answer

Prevent Apache from showing first virtual host if domain does not exist?

Not sure when but WHM/cPanel and/or Apache have changed how they handle requests for domains that do not exist. Previously it would redirect to http://requested-domain.tld/cgi-sys/defaultwebpage.cgi however it will now simply show the content of the…
Gavin
  • 121
  • 4
1
vote
0 answers

How to disabled X-Spam header rewrite in WHM?

I need some help with the settings on my cpanel WHM. I want to disable the options to stop rewriting the X-Spam in the header. When I send the spam emails for a test, I'm getting this: X-Spam-Subject: Hey X-Spam-Status: Yes,…
1
vote
1 answer

htaccess syntax issue when moving script to a subfolder

I have recently purchased a script but this script only works in public_html folder . I need to install it in a subfolder named shop ( public_html/shop/ ) . Now the following .htaccess rules work perfectly when the script is placed in public_html…
Mr Pro
  • 33
  • 4
1
vote
2 answers

Cron job to backup the MySQL database produces empty dump files with no errors logged that I can find

My site is controlled via cpanel. I want to automate the backup of my databases and then automate their download to my development machine. The first step was to set up the cron jobs as follows 0 3 * * 4 mysqldump -u username -p password…
1
vote
1 answer

Change cPanel MySQL User maximum character value

We are moving our websites to a new server. And in the process, we have found that our current version of cPanel 11.24 doesn't have a maximum number of characters for a MySQL Database Username, like cPanel 11.25 does (it's set to 7). However, we…
David
1
2 3 4 5 6