Something that always annoyed me is how tedious it is to install a Symfony project on a machine. Since I frequently need to intervene quickly on a project for work, and I was getting a brand-new machine, I really didn’t want to create an apache vhost (let alone install Apache: it’s painfully slow and its [...]
Tag Archives: lighttpd
Reducing the gap between Symfony and non-PHP frameworks
Posted in PHP, Symfony, Sysadmin Also tagged configuration, installation, linux, symbolic links, symfttpd 2 Comments
Symfony and lighttpd
Update: I have written a tool than can generate automatically the proper configuration and much more! I’ve seen some articles on how to configure lighttpd to serve a Symfony project, however they usually did at least one mistake: Assuming that requests with periods (‘.’) are for static files (the period is a default separator in [...]