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: Apache Error log [crit]
Author
Kanashii



Joined: 17 Jul 2006
Posts: 155
Location: Porando

PostPosted: Thu 21 Dec '06 11:52    Post subject: Apache Error log [crit] Reply with quote

[Wed Dec 20 18:00:03 2006] [crit] [Wed Dec 20 18:00:03 2006] file .\\server\\mpm\\winnt\\child.c, line 1120, assertion "(rv >= 0) && (rv < threads_created)" failed



Then server [W{XP.S.E}A{2.2}MP] stop responding \

[My config]
EnableSendfile Off
EnableMMAP Off
Win32DisableAcceptEx

Timeout 200
KeepAlive On
MaxKeepAliveRequests 50
KeepAliveTimeout 2
MaxMemFree 10

<IfModule prefork.c>
StartServers 16
MinSpareServers 10
MaxSpareServers 20
MaxClients 250
MaxRequestsPerChild 0
</IfModule>
<IfModule worker.c>
StartServers 3
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
<IfModule perchild.c>
NumServers 5
StartThreads 5
MinSpareThreads 5
MaxSpareThreads 10
MaxThreadsPerChild 20
MaxRequestsPerChild 0
</IfModule>

For me its Enought one critic error patched then another crit error in log
I tested tomorow lighttpd meybe this its my way
Back to top
James Blond
Moderator


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

PostPosted: Thu 21 Dec '06 12:02    Post subject: Reply with quote

Which version of Apache do you use?
Back to top
Kanashii



Joined: 17 Jul 2006
Posts: 155
Location: Porando

PostPosted: Thu 21 Dec '06 13:13    Post subject: Reply with quote

Apache 2.2.3.0
Back to top
James Blond
Moderator


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

PostPosted: Thu 21 Dec '06 15:24    Post subject: Reply with quote

remove all

<IfModule prefork.c>
StartServers 16
MinSpareServers 10
MaxSpareServers 20
MaxClients 250
MaxRequestsPerChild 0
</IfModule>
<IfModule worker.c>
StartServers 3
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
<IfModule perchild.c>
NumServers 5
StartThreads 5
MinSpareThreads 5
MaxSpareThreads 10
MaxThreadsPerChild 20
MaxRequestsPerChild 0
</IfModule>

and try again. This stuff are normaly for Linux and not Windows.

If there is still that error. Download apache from here and try again. or where did you download it?




If you follow this setip. apache will work.

http://www.apachelounge.com/viewtopic.php?t=570
Back to top
Kanashii



Joined: 17 Jul 2006
Posts: 155
Location: Porando

PostPosted: Wed 27 Dec '06 15:01    Post subject: Reply with quote

the same no change
Back to top
James Blond
Moderator


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

PostPosted: Wed 27 Dec '06 18:37    Post subject: Reply with quote

James Blond wrote:

If there is still that error. Download apache from here and try again. or where did you download it?

If you follow this setip. apache will work.

http://www.apachelounge.com/viewtopic.php?t=570


a)where did you download it?
b)try to start apache from the console [i]httpd -t -e debug
c)Did you tried out the setup from the forum?
Back to top
Thog



Joined: 12 Feb 2007
Posts: 75
Location: Montreal

PostPosted: Mon 05 Mar '07 0:04    Post subject: Reply with quote

Downgrading to mysql 5.0.21 worked for me to fix this problem... I have no idea why...
Back to top
James Blond
Moderator


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

PostPosted: Mon 05 Mar '07 0:14    Post subject: Reply with quote

Maybe you used the wrong libmysql.dll. Copy the one from mysql\bin to apache\bin
Back to top


Reply to topic   Topic: Apache Error log [crit] View previous topic :: View next topic
Post new topic   Forum Index -> Apache