To answer my own question: 1. Install apache2-docs 2. sudo a2enmod userdir 3. /etc/init.d/apache2 force-reload 4. Now one can browse to localhost/docs/apache2-doc/manual and actually read the docs. 5. Also localhost/~username is activated. HTH \d