Add the following to /etc/apache2/sites-enabled/000-default
Listen 81
<VirtualHost localhost:81>
DocumentRoot /dir/to/files
</VirtualHost>
81 and /dir/to/files can be selected by you. More at http://httpd.apache.org/docs/1.3/vhosts/examples.html. Works on ubuntu hardy