Quote:
|
Originally Posted by catalyst
But there is another problem.
If I set chmod 0777 to a php script, I will get the following error.
500 error - Internal Server Error!
I need to set it back to 0755 to avoid this error.
Besides, can I modify the suphp.conf to avoid this error?
If yes, where should I modify it?
Thanks!
|
I find it now :
Modify the Security Options :
allow_file_group_writeable = true
allow_file_group_others_writeable = ture
allow_directory_group_writeable = true
allow_directory_others_writeable = true
where _file_ is the security option of a file and _directory_ is the security option of a directory.
Recent comments
8 hours 17 min ago
13 hours 9 min ago
22 hours 2 min ago
23 hours 1 min ago
1 day 2 hours ago
1 day 4 hours ago
1 day 7 hours ago
1 day 14 hours ago
1 day 23 hours ago
2 days 1 hour ago