Saturday, June 8, 2013

SoftException in Application.cpp:629: Directory is writeable by group

“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:
  1. Both suPHP and Fastcgi Servers has the security and ownership benefits.
  2. PHP files are executed as cpanel Users.
  3. Files and folders with 777 permission excluded from execution

No comments: