whm 98.0.4. This morning, I used multiphp manager. i noticed that a new site i had made recently was set to a specified php version, and not inherit. i set the site from 7.4 to 7.2 and tested the site and it loaded fie. I set it to 7.0 and tested the site and it loaded fine. i set it back to 7.4 and it worked fine. so I wasnt sure why it was set instead of inherit. so i set it to inherit, and it worked fine still.
but about an hour later we realized the site stopped working. it is just wordpress, and was giving 500 internal server error. i contacted our server host to look as i could not figure out why. they say the file permissions was wrong, as we use suphp and the file permissions was higher than allowed, as the server log said:
[Wed Aug 18 15:19:40.873147 2021] [:error] [pid 74485:tid 47656647509760] [client 10.20.5.236:46128] SoftException in Application.cpp:261: File "/home/countryr/public_html/index.php" is writeable by group, referer: xxxxxx.com
and they had to set the files 644 and directories 755 and then the site worked
so it could be investigated if changing multiphp modifies the file permissions
thanks
but about an hour later we realized the site stopped working. it is just wordpress, and was giving 500 internal server error. i contacted our server host to look as i could not figure out why. they say the file permissions was wrong, as we use suphp and the file permissions was higher than allowed, as the server log said:
[Wed Aug 18 15:19:40.873147 2021] [:error] [pid 74485:tid 47656647509760] [client 10.20.5.236:46128] SoftException in Application.cpp:261: File "/home/countryr/public_html/index.php" is writeable by group, referer: xxxxxx.com
and they had to set the files 644 and directories 755 and then the site worked
so it could be investigated if changing multiphp modifies the file permissions
thanks