4
votes
1answer
77 views

Why is this single-word address being resolved? [closed]

I'm running Ubuntu 12.04. On my work network, there's a single-word address (let's call it foobar) that is responding to pings and HTTP requests, only from my machine. The address is not a TLD, just a ...
0
votes
1answer
82 views

Video runs locally but not on apache 2 server

I have a simple html page in which i am running video using html5 tags, when i run that page using firefox it runs the page and video properly. But when i run this page by setting the apache server ...
0
votes
1answer
30 views

Why does penguin.local point to an odd IP, when it is meant to be local?

So I was doing some configuration for ssh. When I later then did this command: lsof -i tcp|grep ^ssh I got a list of what I was expecting to happen. However, something I never noticed before was ...
1
vote
2answers
5k views

Unable to connect to localhost in browser after installing XAMPP successfully

I have successfully installed XAMPP 1.5.3 following this guide on Ubuntu 12.04 and it started with no errors. $ sudo /opt/lampp/lampp start Starting XAMPP for Linux 1.5.3a... XAMPP: Starting Apache ...