Apache - Where is the home site

I want to serve a website off my iMac (running Snow Leopard). I have a NOIP.com web redirect and my router is port forwarded to the iMac on Port 80. When I type in the url set up at NOIP I come to a website on my mac that simply says It Works! which I have found in /Library/Webserver/Documents which I understand is the DocumentRoot in Apache. I have replaced that html doc with my own. Same result. I have altered the DocRoot in the httpd.conf file - same result. What am I doing wrong that I cannot find the actual file being served by Apache.

The plot thickens!
I checked the two logs (access and error) for entries for the 28th while I tried to access the website at both the default page (yields "It Works!") and my stub file(x.html) (never gets there) and neither added an entry to either log. These entries reveal errors back when the httpd.conf had been edited. It is now back to the as installed default. So if I never get to the page how is there no error!
Error log first
Here are the respective logs last entries:[Thu Mar 25 22:09:30 2010] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8l DAV/2 configured -- resuming normal operations
[Thu Mar 25 22:09:45 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Thu Mar 25 22:09:46 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Thu Mar 25 22:09:47 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Thu Mar 25 22:11:24 2010] [error] [client 127.0.0.1] File does not exist: /Users/gedkins/Sites/guy
[Thu Mar 25 22:11:24 2010] [error] [client 127.0.0.1] File does not exist: /Users/gedkins/Sites/guy, referer: http://randomlight/
[Fri Mar 26 20:08:42 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Fri Mar 26 20:08:43 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Fri Mar 26 20:08:44 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Fri Mar 26 20:13:45 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Fri Mar 26 20:13:46 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Fri Mar 26 20:13:46 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Fri Mar 26 20:28:36 2010] [error] [client 127.0.0.1] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://127.0.0.1/
[Fri Mar 26 20:32:24 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Fri Mar 26 20:32:28 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Fri Mar 26 20:32:29 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
[Fri Mar 26 20:32:29 2010] [error] [client 173.76.157.188] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://stoneway.servehttp.com/
Access log
173.76.157.188 - - [26/Mar/2010:20:08:42 -0400] "GET /favicon.ico HTTP/1.1" 404 209
173.76.157.188 - - [26/Mar/2010:20:08:43 -0400] "GET /favicon.ico HTTP/1.1" 404 209
173.76.157.188 - - [26/Mar/2010:20:08:44 -0400] "GET /favicon.ico HTTP/1.1" 404 209
173.76.157.188 - - [26/Mar/2010:20:13:45 -0400] "GET /favicon.ico HTTP/1.1" 404 209
173.76.157.188 - - [26/Mar/2010:20:13:46 -0400] "GET /favicon.ico HTTP/1.1" 404 209
173.76.157.188 - - [26/Mar/2010:20:13:46 -0400] "GET /favicon.ico HTTP/1.1" 404 209
127.0.0.1 - - [26/Mar/2010:20:28:36 -0400] "GET / HTTP/1.1" 200 314
127.0.0.1 - - [26/Mar/2010:20:28:36 -0400] "GET /favicon.ico HTTP/1.1" 404 209
127.0.0.1 - - [26/Mar/2010:20:28:36 -0400] "GET /Site/Welcome.html HTTP/1.1" 200 11223
127.0.0.1 - - [26/Mar/2010:20:28:36 -0400] "GET /Site/Scripts/iWebSite.js HTTP/1.1" 200 146115
127.0.0.1 - - [26/Mar/2010:20:28:36 -0400] "GET /Site/Scripts/Widgets/SharedResources/WidgetCommon.js HTTP/1.1" 200 36124
127.0.0.1 - - [26/Mar/2010:20:28:36 -0400] "GET /Site/Scripts/Widgets/Navbar/navbar.js HTTP/1.1" 200 5986
127.0.0.1 - - [26/Mar/2010:20:28:37 -0400] "GET /Site/Welcome_files/Welcome.js HTTP/1.1" 200 2344
127.0.0.1 - - [26/Mar/2010:20:28:37 -0400] "GET /Site/Welcome_files/Welcome.css HTTP/1.1" 200 4628
127.0.0.1 - - [26/Mar/2010:20:28:38 -0400] "GET /Site/Scripts/iWebImage.js HTTP/1.1" 200 39662

Similar Messages

  • Where did the Secure Site Icon go ?

    I know the status bar was removed and an and on bar replaces it but
    Where did the Secure Site Icon go ? Will not use FF without it !
    I cant find anything about it. ( FF 40b7 ) How do I get it back ?
    Not so little things like this will hurt FF. And YES I understand this is beta but come on guys/gals this is IMPORTANT !
    I probably just missed something stupid but I could use some help please.

    Every financial institution (bank, credit union,...), every news outlet (print/TV/Radio/blog) reaches out to millions of elderdly folks and other non-geeks and tells them to run away as soon as they dont see a Key or Lock on a secured page (or maybe so-called secured page from what I get you are trying to push through).
    This is a major Change Management disaster waiting to happen... Not just for Firefox but for every web site using secure transactions. Countless organisations are going to get calls from users telling them, "Your site is not secured, Oprah and CNN told me so".
    Go for color scheme or other visual indicator to warn of security level, but absolutely dont lose the icon !
    Regards,
    Stephane

  • Where is the home button on ipad2 when asked to double click?

    Where is the home button, when asked to double click. I'm trying to lock my screen in landscape mode and to stop it from rotating. Please advise....thank you...

    It's located just below the outside rim of the screen and the bottom of the iPad.
    It's the button above with the little square in it.

  • Where is The "Home" Key in Logc

    I am new and fairly inorant, but very enthusiastic about logic, so please forgive this simpple question. Can some please tell me where is the "Home" key in logic? I would like to go back to 1 1 1 1 at any given time by utilizing this key. I am aware that double cliking on the play button in the trasport window will go back to the last positon that I desinted, but that does not help when I need to go to the ver begining. Thanks in advance for your help.
    Rockfort

    Try 0 on your extended keyboard.
    I forget now if I saved that as a key command or if Logic ships that way.
    But I am pretty sure Logic ships with 0 as return to song start. If your song starts at 1 1 1 1 then it will return to 1 1 1 1.
    Cheers
    D

  • Where is the home/application/address book in Lion.  Can't find it to move in a backup of my address book.

    Where is the home/application support/address book folder in Lion?  Can't find it to put in a backup.
    I made a mistake.  I want to find the home/library/application support/address book - not the application itself.  The whole library is not there - is it a hidden file?  And if so how do I get it to show?
    Bette
    Message was edited by: lopezbette

    Kappy wrote:
    All applications are in the /Applications/ folder, not the /Home/Applications/ folder. In fact the latter should not even exist unless you specifically created it.
    Kappy, I was going to start a Thread about the Application Folder so I'm glad you brought it up and you said that it should not even exist. I've had an Applications Folder within my Home Folder thru multiple OS. I'm even tempted to say since OS 9, but I'm not sure about that. There has never been anything in that folder and I don't remember ever creating it. Infact, The folder to me looks like a folder that would be installed as part of the OS.

  • Where is the Home tab in the History tool bar

    where is the Home tab in the History tool bar

    Create a new profile exclusively for the 4.0 beta version and create a desktop shortcut with -P "profile" appended to the target to launch that profile.
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • Where is the home button located so i can use siri?

    WHere is the home button located so i can use siri?

    The Home button is the round button on the front of your iPad.
    Which iPad do you have? Siri is only available on the new iPad with iOS 6. The original iPad and the iPad 2 do not support Siri.

  • HT3819 where is the home sharing import button for the new itunes

    where is the home sharing button on the new itunes

    This should help: http://support.apple.com/kb/ht4557

  • HT1430 Where is the home button?

    Where is the Home button on my iPad?

    The home button is the round button at the bottom of the iPad - when held in portrait mode - with the white square inside of it.

  • HT4085 where is the home button they keep talking about i have the ipad 1

    where is the home button on ipad 1

    Home Button
    http://i1224.photobucket.com/albums/ee374/Diavonex/50e04c5f.jpg

  • Where did the Home Video tab go?

    I have a MacBook Pro (15-inch, Mid 2009) running Yosemite 10.10.2 and iTunes 12.1.50.  I also have about 900+ home videos taken by my various cameras and encoded using HandBrake or iMovie over the last 10 years.  30 of these movies have been on my phone for over a year and I regularly watch them.
    I updated my iPhone 4 to iOS8.2 last night by doing a restore as if a new device.  This was recommended by a tech at the Apple Store since so much of my phone's  16GB was taken up by the operating system.  After that, I suddenly had more than 3GB more free space.  Yay!
    But - right away, I noticed that only 3 of my 30 home videos had synched.  I had those 30 in a special playlist so I wouldn't have to sort through the other 870+.  I decided to remove them from the iPhone and try again, but it didn't work.  So, I decided to remove them from the playlist and add them again.  That's when I noticed that I cannot find the Home Videos tab in iTunes on my Mac anymore.  It was there earlier last night because I had just added new ones to iTunes (visual confirmed they were in the Home Video tab once added to library).  I tried to import all 900+ home movies, and it seemed to do something - but I still can't see them.
    I tried to search for "Home Video" in the iTunes help menu - no hits.  I always use "Home Movies Favourites" as the Genre for the 30 I put on my phone, so I tried searching for that in the movie search box.  Nothing found again.  I tried searching for individual file names.  Nothing.
    So - where did Home Videos go and how can I get it back?  My files are still on the hard drive, but I have spent hundreds of hours updating the tags in iTunes with irreplaceable info like dates, locations, memories, etc.
    Apple - please stop making such drastic changes to iTunes every time we just finish getting used to your other changes!

    Hello! I said... I want the ability to input analogue video into my camcorder so I can continue to transfer VHS and input and record video from other sources. The new HD cameras on the market will not allow you to record video from any source except for the lens.
    I have HD cable box. I want to record my HD programs from cable (HBO, Starz, etc) to my camera, download the video to my Mac from the camera and then edit them in iMovie and create professional looking movie DVD's in iMovie.
    iMovie HD can work with mini DV HD cameras and HD video. I was not aware of a system requirement for working with HD content.

  • Where are the home and end buttons

    so i'm new to mac and purchased a mac book pro and that's when it hit me, where are the Insert, Home, End, Page Up, Page Down keys? Where are the arrow keys. I'm not much of a track pad user and although I think it is awesome I like to keep my hands on the keyboard as much as possible.
    Also, is it me or does the Delete key on a Mac move in the wrong direction (from right to left instead of left to right)?

    Welcome to Apple Support Communities.
    The answer is the Fn key...
    Held down in addition to the Left arrow is Home, with the Right arrow key is End, with the Up arrow key is PgUp, with the Down arrow key is PgDn, and with to the Delete key is Forward Delete.
    You might find it helpful to enable the Keyboard Viewer in Hardware, Keyboard, Show Keyboard viewer in menu bar. On OS X 10.6 it displays a flag for your selected country. (Not sure about OS X Lion 10.7 though.) When enabled, click on the flag and select Show Keyboard Viewer. As you press Shift, Fn, Ctrl, Alt/Option, and Command you will see onscreen what keystrokes result, separately and in combination.

  • Where is the Home icon (House) that you clicked on to take you to your desired home page or search engine

    Above should be clear enough. There was a home icon (a house clip-art) in the main Firefox toolbar that would take me to my search engine (Google) if I had it set-up as my home page. Where has that gone.

    You can find the toolbar Home button at the far right end of the Navigation Toolbar.
    You can drag the Home button from its current position at the right to the previous position at the left of the location bar if you do not like that new position.
    * http://kb.mozillazine.org/Toolbar_customization
    * https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Where are the home and end keys

    in iphoto to move from the top of your events to the bottom or vice versa the shortcut says to either use the" home key"or the "end key" my question is where are they?

    When I have "All Events" displayed in iPhoto 9.2.1 (the latest version), neither of the preceding two suggestions takes me instantly to the beginning or the end of the displayed event grid. What does the trick for me is Fn + left arrow and Fn + right arrow. I'm running Snow Leopard 10.6.8, in case that makes any difference.

  • Where are the iWeb site pages kept?

    If I want to move my files over to a new Mac, where can I find the iWeb site pages? Is it packaged inside the iWeb icon?

    iWeb can't import your published files back again. You have to rebuild them from scratch, although of course you can copy/paste whatever you want from your published pages.

Maybe you are looking for