In debian 7 with LAMP server running.
What I did was have the path to extracted wordpress.zip (downloaded) pasted in the default file in /etc/apache2/sites-available/
That is essentially replacing /var/www to the wordpress directory structure.
DocumentRoot /home/user/mywordpress/
<Directory /home/user/mywordpress>
Is this an OK way of doing it?