On my dedi server running WHM/cPanel, until a few days ago, extracting a ZIP file with the cPanel File Manager's "Extract" icon would expand the archive with all directories set to 0755 and all files to 0644. It's been this way for at least two years.
That behavior changed within the last few days, and now they're being extracted with dirs at 0775 and files at 0664.
Problem being, I use suphp. So, any file set to 0664, or any file in a directory set to 0775 will throw a 500 error.
Fixable by a couple of recursive chmod commands, but annoying.
Is that extraction method specific to cPanel? Is an underlying program the cause?
Any suggestions to get that working properly again?
Thanks in advance.
That behavior changed within the last few days, and now they're being extracted with dirs at 0775 and files at 0664.
Problem being, I use suphp. So, any file set to 0664, or any file in a directory set to 0775 will throw a 500 error.
Fixable by a couple of recursive chmod commands, but annoying.
Is that extraction method specific to cPanel? Is an underlying program the cause?
Any suggestions to get that working properly again?
Thanks in advance.