The WordPress has been installed into
/var/www/wordpress

You should point this to the DocumentRoot of your web-server:
   # ln -s ../wordpress /var/www/htdocs/wordpress
(make sure you use a relative symlink since Apache is chrooted)

and proceed to complete the installation by reading:
/var/www/wordpress/readme.html

You can ensure you have a working install by accessing:
http://<localhost>/wordpress/
