Hi
I am not sure this is the right forum section to report this strange thing, that happened to my site. I am few weeks after installation. Drupal 5.3. One day I suddenly got 500 error instead of Home page:
------------------------------------
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@domain.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.7a DAV/2 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 Server at domain.org Port 80
------------------------------------
So, I checked Error Logs on the hosting CPanel:
[Mon Nov 26 15:28:41 2007] [error] [client yyy.yyy.yy.yyy] SoftException in Application.cpp:231: File "/home/zzzzz/public_html/index.php" is writeable by group
I checked by FTP the situation with index.php:
index.php CHMOD=664 (group write allowed)
I made it CHMOD=644 (group write disabled) and the site returned to work.
My questions are: