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: My browser says waiting for response from requested page
Author
vasvaria



Joined: 04 Sep 2007
Posts: 2

PostPosted: Tue 04 Sep '07 22:47    Post subject: My browser says waiting for response from requested page Reply with quote

Hello everyone!

I'm new in configuring Apache. For first sight everything seems to be okay (error.log displays no error - only notices) but I cannot see my index.html. I used Win32DisableAcceptEx and decreased ThreadsPerChild to 7 from 250.

Here is my error.log file:
[Tue Sep 04 22:19:05 2007] [notice] Apache/2.2.4 (Win32) configured -- resuming normal operations
[Tue Sep 04 22:19:05 2007] [notice] Server built: Jan 9 2007 23:17:20
[Tue Sep 04 22:19:05 2007] [notice] Parent: Created child process 3600
[Tue Sep 04 22:19:05 2007] [notice] Disabled use of AcceptEx() WinSock2 API
[Tue Sep 04 22:19:05 2007] [notice] Child 3600: Child process is running
[Tue Sep 04 22:19:05 2007] [notice] Child 3600: Acquired the start mutex.
[Tue Sep 04 22:19:05 2007] [notice] Child 3600: Starting 7 worker threads.
[Tue Sep 04 22:19:05 2007] [notice] Child 3600: Listening on port 8088.
[Tue Sep 04 22:22:07 2007] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Sep 04 22:22:07 2007] [notice] Child 3600: Exit event signaled. Child process is ending.
[Tue Sep 04 22:22:37 2007] [notice] Parent: Forcing termination of child process 300

Can anyone tell me what the problem is?

Thank you in advance...
Back to top
shanouser



Joined: 05 Sep 2007
Posts: 5

PostPosted: Wed 05 Sep '07 15:07    Post subject: Reply with quote

Just add this to your httpd.conf file:

Win32DisableAcceptEx
Back to top
vasvaria



Joined: 04 Sep 2007
Posts: 2

PostPosted: Wed 05 Sep '07 17:21    Post subject: Reply with quote

Hey, I am new in configuring Apache, but not an absolute rookie. I considered as much as I could and tried to do everything to solve this issue before asking for help. So if you would have taken the time to see what I exactly wrote you would have seen that I used Win32DisableAcceptEx.

[Tue Sep 04 22:19:05 2007] [notice] Disabled use of AcceptEx() WinSock2 API

What makes me crazy is that the server reports no error... How can I begin identifying the cause of the problem if there is no problem according to the error.log?

So any useful suggestion?

Thanks!
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 06 Sep '07 9:45    Post subject: Reply with quote

In your error log (which you posted) Listening on port 8088

So did you change the port to 8088? So did you try http://localhost:8088/

or is it a typo and you may try http://localhost:8080/ or only http://localhost ?
Back to top


Reply to topic   Topic: My browser says waiting for response from requested page View previous topic :: View next topic
Post new topic   Forum Index -> Apache