Tag Archives: apache2

change php tmp directory

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/

Lighttpd performance

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