PHP Handlers
Couple of issues I need help with please.
1) My server is mainly used for wordpress sites, what would be the best choice of php handler and cache? ie: fastcgi and apc or maybe varnish?
2) I rebuilt apache and php to use fastcgi but most of the sites had internal server errors, would this be because of permission errors? and if so is it just a case of changing ownership?
TIA :)
-
yes the 777 file permissions need to be set to 755 an nobody files need to be set to the user 0 -
As, you are hosting wordpress site which is easily gets hacked. I will recommend you to go with Suphp. It will help you in investigation when server gets hacked because it will show ownsership of user and then you can easily trace it. Regarding the 500 error obviously that's the permission issue. You can fix it by changing the permission of files and folders to default. 0 -
Hello :) I'd like to point out that you can review /usr/local/apache/logs/error_log to see the specific error message when you encounter "500 Internal Server Error" messages in your browser. Thank you. 0
Please sign in to leave a comment.
Comments
4 comments