Monday, 11 December 2017

php - 500 Internal Server Error Laravel

Sometimes i got this error: 500 Internal Server
Error




My PHP Version
5.4.4-14+deb7u14



My Laravel Version
"laravel/framework": "4.2.*"



Apache
Server



My DocumentRoot & Directory in
httpd.conf is set to:
/usr/local/sites/mysite-laravel/public



My server
logs:




(104)Connection reset by peer:
mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Mon Sep 01
14:52:33 2014] [error] mod_fcgid: process /var/www-data/fcgi-bin/php5-fcgi(25404)
exit(communication error), get unexpected signal
11



Does anyone know about this? or is this is
what happens in Laravel 4?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...