JacobPerkins
- Total activity 994
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 381
Comments
Recent activity by JacobPerkins-
Hi, It really depends on what Apache handler you're running. I'd recommend copying your php.ini to '.user.ini', and that should help. If you're using DSO, you'll need to apply those changes to you...
-
Hi, You cannot run FPM as a global handler, it's insecure and we do not allow cPanel & WHM to be setup that way. You need to setup individual vhosts to use FPM. I would recommend reading up on our...
-
Hi, We're adding in our ulimits back to the init scripts via case EA-5662. I hope we'll have this public tomorrow afternoon.
-
Hi, This is happening because Amazon Linux doesn't see itself as a 'C6 or C7' type system, but as a 'latest'. This means that when it tries to get our mirrors, it pulls down 'clatest', instead of ...
-
Hi, We'll need a ton more information then what you've provided. I'd recommend throwing in a ticket and we'll be able to dig into this a lot more.
-
Hiya, Back in my SysAdmin days, to quickly kill a site, we would 'chmod 0 /home/$user/public_html', and all requests to that site would then 403. 403 isn't the best return codes to use, but it wor...
-
Erik, Thanks for sharing! I'll use this myself :)
-
Hi, We are adding in the SymlinkProtection patch to EA4. It's already been released in the RPMs, but we're adding in the UI support in v62. We're updating SecurityAdvisor to do the proper thing wi...
-
Hi, You can mitigate Slowloris attacks many ways. mod_reqtimeout, mod_security are a couple of different ways of handling this. Both are available in EA4. I hope this helps!
-
Hi, When you make INI changes with FPM, the pool has to be restarted. We are making changes in v62 that should make this happen automatically. I hope this helps!