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: Server freezing up...
Author
kas



Joined: 12 Jun 2008
Posts: 4

PostPosted: Thu 12 Jun '08 13:00    Post subject: Server freezing up... Reply with quote

My server seems to freeze up for about 30 seconds or so when more than 2 people are navigating it at once.... my apache logs dont show anything and i have tried "tinkering" with TONZ of settings in MySql, PhP and the http config.. cant seem to find any reason for it doing this...

The system info:

Win XP Pro w/SP3
Have 2gig of mem in the box
Static ip 5meg up/dn commercial connection thru RR...

Installed Apache2 from here as directed :

C++
Then Apache
Then PhP5
Then MySql <- had to use their installer... could not get it to work any other way....

any ideas ?? Thanx

Oh i did find this error about the time it froze-up : "File does not exist: D:/webfolder/favicon.ico"

not sure if this could have anything to do with the freeze ups thos...
Back to top
James Blond
Moderator


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

PostPosted: Thu 12 Jun '08 16:40    Post subject: Reply with quote

Anything in your error log about that?
That there is no favicon.ico is ok.
Do you use any heavy PHP or MySQL APP?
Back to top
kas



Joined: 12 Jun 2008
Posts: 4

PostPosted: Thu 12 Jun '08 20:00    Post subject: Reply with quote

im only running PhPBB forums(2) an E107 CMS and a flash page...currently...

Strictly generic web host...
Back to top
kas



Joined: 12 Jun 2008
Posts: 4

PostPosted: Sat 14 Jun '08 2:56    Post subject: Reply with quote

Formated the server and re-installed from scratch... still have the same issue, but i did find this in my error log this time ;

[Fri Jun 13 20:48:42 2008] [error] [client 75.118.167.69] File does not exist: D:/webfolder/favicon.ico
[Fri Jun 13 20:48:42 2008] [error] [client 75.118.167.69] File does not exist: D:/webfolder/favicon.ico
[Fri Jun 13 20:49:42 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 121)The semaphore timeout period has expired. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
[Fri Jun 13 20:50:03 2008] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.

any ideas ?? thanx
Back to top
James Blond
Moderator


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

PostPosted: Sat 14 Jun '08 11:37    Post subject: Reply with quote

put
Code:

Win32DisableAcceptEx

at the end of your httpd.conf that should "fix" the error : winnt_accept: Asynchronous AcceptEx failed.

more details about that http://httpd.apache.org/docs/2.2/en/mod/mpm_winnt.html
Back to top
kas



Joined: 12 Jun 2008
Posts: 4

PostPosted: Sun 15 Jun '08 4:39    Post subject: Reply with quote

James Blond wrote:
put
Code:

Win32DisableAcceptEx

at the end of your httpd.conf that should "fix" the error : winnt_accept: Asynchronous AcceptEx failed.

more details about that http://httpd.apache.org/docs/2.2/en/mod/mpm_winnt.html


Thanx !!! Smile That fixed it
Back to top


Reply to topic   Topic: Server freezing up... View previous topic :: View next topic
Post new topic   Forum Index -> Apache