How to configure a webdav server secured with openssl

I needed a fast way to have people sharing documents and other data remotely. I wanted to avoid the cloud, I really rather having things locally at work.
This was made in a Debian 5 (lenny) sever and pretty much works the same way for a recent Ubuntu server. I’ve done most of this in a [...]

Configurar mod_rewrite no Apache2 no Ubuntu >= 8.04

Tenho o Apache instalado para testes. Para ter os clean URLs suportados pelo WordPress e Drupal, a partir do Ubuntu 8.04 basta fazer o seguinte:
sudo a2enmod rewrite
Depois é só reiniciar o apache e já está.