Symfony2 on Windows with Apache, PHP and MySQL - app_dev.php will not load

Posted by Lewis Bassett on Server Fault See other posts from Server Fault or by Lewis Bassett
Published on 2012-04-01T12:50:40Z Indexed on 2012/04/10 23:32 UTC
Read the original article Hit count: 374

Filed under:
|
|
|
|

I am trying to get a Symfony2 standard distribution to work on my Windows 7 laptop.

I have installed Apache2 (version 2.2.22), PHP 5.3.10 and MySQL 5.5.22.

I have a demo PHP script (php_info() and a database call), and it works fine.

I can get the start page (http://localhost/Symfony/web/config.php) to display, but I cannot get http://localhost/Symfony/web/app_dev.php/ to execute.

The error returned is Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

I can get it to work if I install XAMPP instead, but I don't want to use XAMPP. I want to be able to install and configure the components separately.

Why isn't this working?

Are there some Apache settings that I am missing?

© Server Fault or respective owner

Related posts about apache2

Related posts about Windows