Hello,
I'm having a problem with my CentOS 7.6 server w/ CWP. When trying to upload a file (Wordpress theme upload), the browser session seems to terminate before the file can be uploaded (Browser states ERR_CONNECTION_ABORTED).
In my apache logs, I see the following error, which correlates to the browser session (xxx = my home IP):
[Fri May 17 09:10:38.723389 2019] [core:error] [pid 1943:tid 139641030129408] [client xxx.xxx.xxx.xxx:55273] AH00524: Handler for (null) returned invalid result code 70007, referer: https://www.mysite.com/wp-admin/theme-install.php?browse=featured
I've tried everything I can in the PHP.ini file (increasing timeouts, file upload size, etc), which has done nothing. I've also disabled Mod Security, as well as CSF. An extensive Google search also hasn't seem to help much. I also don't have this problem on any of my other CentOS 7.6 servers that don't use CWP. I'm using the "Apache Only" option in CWP, along with PHP 7.3.5. PHP-FPM is not installed.
Any ideas?
-Sean