Just recently updated my vps to ubuntu 11.10, this went mostly smooth. However, I had some issues with dovecot. I could not get it to start. It seems that the configuration guide I followed to setup dovecot broke due to outdated settings. However thanks to a wiki guide from dovecot, I was able to convert …
Tag: Site
Nginx with IPv6 and vhosts
Linode.com has recently setup IPv6 natively and is deploying it across their data-centers. This is great as I now have a native IPv6 address for my VPS. I use Nginx as a replacement for Apache and I noticed today that my vhosts where not correctly responding on the IPv6 address. Since I use a wildcard …
Multiviews in nginx (sorta)
I use wsvn on my svn subdomain. Nginx doesn’t have real support for this, but there is a way to sorta do this. First we set this in our / location: #Sorta emulate multiviews. set $path_info “”; if ($uri ~ “^/wsvn/(.+)$”) { set $path_info “/$1”; rewrite ^(.+)$ /wsvn.php?$1 last; } Now I just need to …
SimpleDesk Download Manager
For the SimpleDesk website, I made a very easy to use and very sleek download manager. Complete with branch, version, file and mirror management. Simply put, this thing is very powerful and flexible. While I didn’t add it in, I could easily expand this script to manage multiple pieces of software as well.