“SoftException in Application.cpp:629: Directory is writeable by group”. generally happens in CGI server with suPHP and Fastcgi Servers.
Fix:
By Changing executable files/folders permission from 777 to 755 will fix such issues.
Reason:
- Both suPHP and Fastcgi Servers has the security and ownership benefits.
- PHP files are executed as cpanel Users.
- Files and folders with 777 permission excluded from execution
No comments:
Post a Comment