in reply to Testing a httpd
I think generally you want to test:
if the correct content is returned on a request
you want form input to be handled correctly
you might want some performance test (use apachebench, /usr/sbin/ab2 on an apache2 box).
Depending on what kind of webapp you have you might want to test more.