So, I was playing around with Java sockets, servers and streams, the other day, and I decided, purely out of curiosity, expecting no good results, to open Google Chrome and navigate to 127.0.0.1, and lone behold, I come across an actual page! The page source is <html><body><h1>It works!</h1></body></html>

I got hit with an epiphany that I could easily start playing around with HTML and possibly create my own website if I could find what was causing this page to come up, and where on my computer the page is located. I was searching for a possible installation that I might have made that would make my iMac (and Macbook; this thing happened on the iMac AND Macbook) act this way. So far, I've come up with the possibility of it being Eclipse EE, XCode, BBEdit, MonoDevelop (unlikely), LabView (also unlikely) or a few other programs. Those are the only developer programs I have installed that might have this effect. I don't have Apache.

Any help would be greatly appreciated.

link|improve this question
feedback

migrated from serverfault.com Oct 3 '11 at 21:02

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 22 down vote accepted

This is default behavior in OSX when you enable the web server in the properties. You can find it in this control pane: enter image description here

link|improve this answer
1  
Hey that's it! Thanks for the answer, I forgot I left that on. I just turned it off because I had forgotten to a while back when I was playing with settings. – Carter Pape Oct 3 '11 at 20:34
1  
+1 for clear answer with screen shot – DanBeale Oct 3 '11 at 21:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.