Here is how to disable mod_sec for a single domain name in cPanel.
To disable mod_security COMPLETELY, add the following line to the .htaccess file
SecFilterEngine Off
To only disable HTTP POST scanning, use the following instead:
SecFilterScanPOST Off
On a not-cPanel configuration you can add the following to Apache’s virtual host file (/usr/local/apache/conf/httpd.conf):
<IfModule mod_security2.c>
SecRuleEngine off
</IfModule>
If you want to disable mod_sec for a single file/folder instead, you can follow this guide here.


![node[175421]: pthread_create: Resource temporarily unavailable 2023 08 28 12 15 - node[175421]: pthread_create: Resource temporarily unavailable](https://i0.wp.com/administrator.pejcic.rs/wp-content/uploads/2023/08/2023-08-28_12-15.png?resize=344%2C194&ssl=1)
