rbairwell
- Total activity 608
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 285
Comments
Recent activity by rbairwell-
I assume you've restarted the SSH server after you changed sshd_config? (Was it working before the change?) Have you tried using ssh -v root@:port to see at which stage it is failing? [Added late...
-
Ok, antispamcloud.com is a domain name operated by N-Able on their mtaroutes.com btw). As @cPRex asked, how is the email being sent out from your server? According to N-Able the "550 message submi...
-
Under "Server Status->SQL Services->setting limits manually and see if the user hits those if they are concerned about heavy usage. I've just found this
-
cd /home/development/public_html; /usr/bin/ea-php81 /usr/local/bin/wp post create --post_type=post --post_title='test 444' --post_status=publish --path=/home/development/public_html/ > /home/deve...
-
I believe the current advice is to
-
I would assume you'll be able to do this by editing the theme files (in particular this forum thread pointed me towards
-
the problem was with the provider. thank you for your support and your time Glad it's resolved after all that. Were they able to shed any light as to what the actual problem was just so if anybo...
-
Can you provide the following (replacing your servername with server.example.com and your IP address with 192.168.0.1 ): 1. Which URL (including the protocol) you are going to to login 2. What the ...
-
If you've setup SSL, try accessing WHM by suspect you've enabled "Cookie IP validation" in Tweak settings (which is set to "strict" by default) then the cookie is being set on the IP address you ar...
-
Where are you copying the files to? If the destination isn't writable by the user the script is running as, then it'll throw "permission denied" as well. I take it the script is being run by root. ...