adeyjones
- Total activity 99
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by adeyjones-
Perfect, thank you. That's what I thought, I just wanted to double check because I have 200+ NHS websites across 3 accounts and it was going to be a nightmare trying to co-ordinate with NHS England...
-
Thanks for the reply as always Rex. Unfortunately Cloudflare isn't an option for me. Re mod_evasive, turns out I mustn't have restarted apache, I thought this was done when saving changes in EasyA...
-
It was in the message header from the recipient server, however they're both WHM/cPanel servers (both mine), was an email from one of my servers (hence root access alert) being sent to my own accou...
-
Hey @cPRex - I have checked the IP at mxtoolbox.com and that's all fine. I can confirm the ports are still set as default 80/443. Regarding rDNS, I remember someone on this forum helping me a c...
-
I think i've cracked this, I installed Bash completion via terminal, created an executable and used the following: for i in ./*/ do if [ "$i" == "./cgi-bin/" ] ; then continue fi cd "$i"; echo $PW...
-
With a bit of trial and error, even as root user and not account owner, i've come to the conclusion that it accepts the first wildcard (to find the directory it needs to rename) but it doesn't like...
-
I have just tested some of this on my demo account, I can upload my zip manually via FTP to my root directory so I don't need the wget step. However, prior to extracting, i'd like to rename the ori...
-
Perfect thanks, i'll let you know how I get on then. If it works well, it could actually make my life so much easier with updating plugins to these 70 sites via this method instead of having to log...
-
Hi @cPRex - all of the directories are in the same account and would therefore have the same owner, so could I use terminal via WHM and do it as the account owner? (I'm not sure on the command requ...
-
Thanks for your reply. If I understand right, doing that will stop the email notification from being sent but is not actually doing anything about php-fpm using excessive memory? I"d rather try an...