Hi everyone, I have a problem on our webserver. Every time I restart or if the server reboots, the webserver keep giving me a 500 internal server error. After some research, I tried the following chmod 666 /var/run/php-fpm-apache2.sock and restart the service and the web server comes up. Now I would like to fix the problem permantly (that if the server reboot the problem doesn't occur anymore). Any of you guys know what the reason could be for this problem? Thanks,
Hello there, What OS are you using? First thing that comes to mind is SELinux. Who is the owner of the file and what are the permissions prior to you changing them? Regards, Chris
The OS is a Debian 7.1 with Apache 2.2.22 and on that a drupal is running. If I do a ls -l on the file I see the following: srw-rw-rw- 1 root root 0 Aug 17 15:03 /var/run/php-fpm-apache2.sock I don't know what output is after a restart.