On Mon, Jun 10, 2013 at 5:01 PM, David Galligani <[email protected]> wrote:
> Hi > > >> >> Just to be sure, could you show us the output of: >> $ ls /etc/apache2/sites-enabled/ >> >> > beta:/var/www/bloodhound# ls /etc/apache2/sites-enabled/ > bloodhound What if you try to navigate to localhost:80/bloodhound while running Bloodhound on port 8080? Do you still see the directory listing? We could check that Apache is actually the webserver running on Port 80, either by stopping Apache and checking if the default page can still be seen at http://localhost or `$ sudo netstat -tulpn | grep 80`. Though, you'd probably see an error when starting Apache if there was another server running on that port. If you want to jump on the IRC channel, we might be able to sort this out more quickly, https://issues.apache.org/bloodhound/wiki/BloodhoundContactInfo
