logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: [solved] dummy-host? and other errors with Apache 2.2.9
Author
NiGHtOwL



Joined: 11 Jan 2007
Posts: 14

PostPosted: Fri 20 Jun '08 16:54    Post subject: [solved] dummy-host? and other errors with Apache 2.2.9 Reply with quote

Hi,
I am running an Apache Server (no SSL) locally on Windows XP SP3. All was fine with the 2.2.8 version. I wanted to update to version 2.2.9 using the same httpd.conf.

Now websites can't be found - this is very strange and I can't find out why.

Pages coming up with this:

Code:

Not Found

The requested URL / was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


error.log shows:

Code:

[Fri Jun 20 16:42:12 2008] [notice] Apache/2.2.9 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Fri Jun 20 16:42:12 2008] [notice] Server built: Jun 13 2008 04:04:59
[Fri Jun 20 16:42:12 2008] [notice] Parent: Created child process 1260
Warning: DocumentRoot [E:/Apache/apache22/docs/dummy-host.nightowl.ath.cx] does not exist
Warning: DocumentRoot [E:/Apache/apache22/docs/dummy-host2.nightowl.ath.cx] does not exist
Warning: DocumentRoot [E:/Apache/apache22/docs/dummy-host.nightowl.ath.cx] does not exist
Warning: DocumentRoot [E:/Apache/apache22/docs/dummy-host2.nightowl.ath.cx] does not exist
[Fri Jun 20 16:42:12 2008] [notice] Child 1260: Child process is running
[Fri Jun 20 16:42:12 2008] [notice] Child 1260: Acquired the start mutex.
[Fri Jun 20 16:42:12 2008] [notice] Child 1260: Starting 250 worker threads.
[Fri Jun 20 16:42:13 2008] [notice] Child 1260: Starting thread to listen on port 80.


Thx for help in advance - this is a complete riddle to me.

greetings


//edit

I am sorry, I was maybe to fast with asking here. Right after sending my post I found out what it was.

-> httpd.conf -> # Virtual hosts
I commented out this like
#Include conf/extra/httpd-vhosts.conf
because not existing.

Sometimes things are right in front of oneself but don't show. Wink

Sorry and thanks that this forum exists. Found a lot of help here already.
Back to top


Reply to topic   Topic: [solved] dummy-host? and other errors with Apache 2.2.9 View previous topic :: View next topic
Post new topic   Forum Index -> Apache