Category Archives: Sysadmin

Some clarifications on symfttpd

The basic idea is to start a server without any central configuration to maintain, and no need for any root access, hence generic virtual hosts features of Apache or lighttpd are not complete alternatives, as they at least require editing /etc/hosts. It uses the FastCGI backend (or “SAPI”) and can by default handle 3 concurrent [...]

Also posted in PHP, Symfony | Leave a comment

chmod 777 is evil

Well, chmod 666 is the true evil obviously, but people who use the chmod 777 trick really don’t want to bother with the different signification of x for files and folders, so they mark all files as executables. This makes ls in my terminal quite ugly, and is what motivated me to write yet another [...]

Also posted in PHP, Symfony | 2 Comments

Reducing the gap between Symfony and non-PHP frameworks

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 [...]

Also posted in PHP, Symfony | Tagged , , , , , | 2 Comments
Bear