Posted by Herman on 5 July, 2009
Setting to change the tmp dir path for your php programs. Configurable per VirtualHost in Apache2. Useful in combination with open_base option. php_admin_value upload_tmp_dir /srv/sites/www.example.com/tmp/
Posted by Herman on 24 October, 2008
We use Lighttpd a lot these days to offload our Apache2 servers. More specific we use Lighttpd to serve all the static content (images, stylesheets, javascript files and such). Since one of our customers wanted a clear view I did some performance testing. I used siege with 500 concurrent connections with a list of urls [...]