Tagged Questions
6
votes
0answers
261 views
504 Gateway Time-out after php fatal error [closed]
I'm using nginx and php-fpm to develop a symfony2 based website, under ubuntu 12.10 (yes, I know I'm using a beta OS). Everything was working out fine until, due to an error on my code, I called an ...
3
votes
1answer
195 views
missing Stack trace with Symfony2 Nginx and PHP-FPM
i recently switched from an Apache/fastCgi to a Nginx/FPM configuration.
Everything workes fine so far, except the Symfony2 Stack trace.
When I use Nginx, I get the normal error output. When I use ...
2
votes
4answers
2k views
Symfony2 application very slow in VirtualBox
I run a virtual copy of Debian on VirtualBox to develop a larger-sized PHP application on a nginx/php5-fpm/MySQL stack. Development happens in the host OS (Windows 7 x64), the code is mounted as a ...
2
votes
2answers
740 views
Symfony2 : Failed to start the session because headers have already been sent
TL;DR
Getting an error on a Linux box with Nginx / PHP-FPM stating "Failed to start the session because headers have already been sent.". Error is not occurring on Apache local machine setup
So on my ...
0
votes
2answers
271 views
Symfony 2 setup, 404 on anything not in “web”
I'm trying to setup Symfony 2. I've downloaded straight from the site and I haven't changed anything. I can browse to config.php and it says Your configuration looks good to run Symfony.. If I go ...
0
votes
0answers
2k views
Symfony2 - Nginx/FPM vs Apache
I have a problem with the Symfony cache. When I test the same project (in dev env) with Apache and Nginx PHP-FPM. Apache is 10 times faster. (4900ms vs 500ms)
I have made some "strace" on several ...