HappyFeat
- Total activity 114
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 30
Comments
Recent activity by HappyFeat-
Thanks everyone I'll give it go and see what happens.
-
1) As I said, Imunify couldn't detect the eicar test when it was in a /home/[user]/public_html/ folder - so the location is not the problem. 2) There is no CXS or other active program installed - s...
-
I re-installed ClamAV, moved the eicar file to a public_html folder and did a manual scan with ClamAV and it found it. I did the same thing with Imunify and it didn't find it. I think I'll stick wi...
-
Oh I see, it's not a PHP-FPM setting - it's just the regular php.ini setting. Thank you for the clarification
-
I think I've identified the problem and it is DNS-related. But I wanted to get some ideas on other possibilities just in case I'd overlooked something.
-
I just read that it's off by default - so I guess I don't have to do anything to set it to "Off"
-
No, it wasn't even reaching the server, the 403 error was coming from the AWS WAF. I've set the "SizeRestrictions_BODY" rule to "Override:allow" and the uploads are fine now - just did a 50mb uploa...
-
I think I've found the answer - apparently AWS Web Application Firewall blocks everything larger that 8kb by default ... now to become an expert at AWS Security Groups! 8 KB is not enough: why WAFs...
-
Fixed the second problem by ... mounting my storage under a different mount pointrsyncing the existing /home to itrenaming /home to /home_oldunmounting my storage and remounting it as /home
-
I've fixed the first problem sshd_config contained this line Include /etc/ssh/sshd_config.d/*.conf and in that folder was a file called 50-cloud-init.conf that had PasswordAuthentication set to no...