Category Archives: Recent News
Recent News
Heads up! Easy Apache 3 end of life looming
cPanel has set an end of life date for Easy Apache 3. After December 31, 2018, EA3 will no longer be available. You should make the switch to Easy Apache 4 before that date. Check out cPanels notification on this here: Easy Apache 3 EOL For information on switching to Easy Apache 4, check out …
Switching from Easy Apache 3 to Easy Apache 4
So you’re ready to make the switch from EA3 to EA4. Well it’s typically a pretty painless upgrade. Make sure that RPMUP is activated. You can do this by following one of the following steps Open the /etc/cpupdate.conf file and set the RPMUP key’s value to daily. In WHM’s Update Preferences interface (Home >> Server Configuration …
Whitelist an IP address in fail2ban
If you need to whitelist an IP address in fail2ban, you can do so by following these simple steps. Edit /etc/fail2ban/jail.conf in your favorite text editor Search for the following section. It should be near the top of the file: [DEFAULT] # “ignoreip” can be an IP address, a CIDR mask or a DNS host. …
SMTP Mail wordpress plugin failing to connect
When using SMTP mail from the WordPress mail plugin, and it fails with an error like this: Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to someserver.com:587 (Connection refused) Try to make a telnet connection to the destimation server from the command line on the server …
None of the authentication methods supported by this client are supported by your server
In outlook, if you have customers getting the error message in the subject line, there are a couple of fixes. Have your customers enable SSL in their email client Disable the requirement of SSL in the WHM The ideal solution would be to enable SSL or STARTTLS in their email client. This will make it …
Have hidden files displayed in file manager on all accounts on cPanel server
There is no way in the WHM to enable show hidden files on all accounts. Currently the only official way to enable this is to log into each cPanel account, click on the file manager, click on settings, then put a check mark beside show hidden files. If you wish to have hidden files displayed …
How to correct 554 5.7.1 : Relay access denied email errors, and prevent them in the future
Relay Accessed Denied is a common email error. It means that the server is not allowing an email to be sent to another mail server. The most common causes of this error are: The sender did not authenticate to the outgoing mail server The recipients server has determined the senders server to be a …
Force loading your site with WWW or without WWW
If you want your vistors to see either www or not in your address bar regardless of what url they typed in to reach your site, you can do so by using the following codes in your .htaccess file in your websites root directory. Force WWW: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC] …
Quick Tip: How to disable etags
In a .htaccess file, add the following lines. #BEGIN Disable ETag Header unset ETag FileETag None #END Disable ETag Disabling ETag headers will help to speed up your site, as it will lower the amount of http requests sent to the server. Once disabled, you should setup expires headers, which we have discussed …
- English Support
- 24/7 x 365
- Branded Support
- Reduced Overhead
- Linux Experts
- Friendly Staff