hi, i have a 500 internal error with Laravel on centos 6
i gave permission to apache ,check picture here -> http://nimb.ws/pMS2Xm
my server path is \home\MY_USERNAME\public_html\blog
No Laravel Log but on apache log i see this
SoftException in Application.cpp:249: File "/home/MY_USERNAME/public_html/blog/public/index.php" is writeable by group,
This is due to the server running SuPHP and the files having higher permissions than allowed, to fix this problem you need to make sure your files are chmod 644 for all PHP based files and 755 for directories in order for them to work with SuPHP.