I just upgraded to a VPS. I was having problems executing a simple PHP script. 500 Internal Error.
I found the following error in the error log:PHP Code:<?php phpinfo(); ?>
I corrected this by "chmod g-w file.php". This will be a pain to do this to ever file I create. When I create a file on the server I it has permissions "-rw-rw-r--". How can I make every file I create default to "-rw-r--r--"?Code:[Tue Nov 24 11:20:22 2009] [error] [client 24.3.40.220] SoftException in Application.cpp:238: File "/home/riegel/public_html/index.php" is writeable by group


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks