I am unable to get Symfony 2.x running in the prod environment on my MacBook.
localhost/app_dev.php
runs fine and check.php
etc but not prod.
I have tried all the usual fixes, such as chmod -R 777
, 775
etc on my /Users/user/Sites
folder.
I have chown the folder to _www:_www
recursively as well.
I have also tried adding FollowSymLinks
and Allowoverride
to VHOSTs and my user conf in Apache. but still no luck.
The "error" I get is....
The connection was reset
The connection to the server was reset while the page was loading.
Nothing more, nothing less. No errors in the log files (symfony prod & apache), nothing.
Like I said though… dev environment works fine. On my Windows and Linux machines both environments work perfectly, only problems on the Mac.
UPDATE: With a bit of debugging, I found that app.php is being called, but it seems to "crash" at the following line
$response = $kernel->handle($request);