I am attempting to set up virtual hosts on my apache server.
in etc/apche2/httpd.conf I have
ServerName localhost
if I try lsof -i :80 I get a message that firefox is running so I kill it using the PID and try again and get the same error.
Could anyone tell me what to do to fix this?