Dont know about debian,but i did it in centos,if this file available in debian then check it,search for that file:

Code: 
etc/httpd/conf/httpd.conf
search for that link:

Code: 
DocumentRoot "/var/www/html"
change it to:

Code: 
DocumentRoot "/home"
and restart httpd:

Code: 
service httpd restart
done!