Apache down - DYNAMIC_MODULE_LIMIT

Apache, Lighttpd, nginx, Cherokee
Post Reply
tobiaska
Posts: 37
Joined: 2003-11-05 12:57
 

Apache down - DYNAMIC_MODULE_LIMIT

Post by tobiaska »

vorhin war gerade mein apache server für 3/4 stunde down. keine ahnung an was der gestorben ist.

so um 9 uhr habe ich teamspeak installiert. könnte dieser fehlermeldung was damit zutun haben?

wenn nicht was ist es dann?
[Fri Feb 13 09:12:46 2004] [notice] SIGHUP received. Attempting to restart
[Fri Feb 13 09:12:46 2004] [error] Cannot remove module mod_gd.c: not found in m
odule list
httpd: module "mod_userdir.c" could not be loaded, because the dynamic
module limit was reached. Please increase DYNAMIC_MODULE_LIMIT and recompile.
[Fri Feb 13 09:52:49 2004] [error] Cannot remove module mod_gd.c: not found in m
odule list
[Fri Feb 13 09:52:49 2004] [warn] pid file /var/run/httpd.pid overwritten -- Unc
lean shutdown of previous Apache run?
[Fri Feb 13 09:52:50 2004] [notice] Apache configured -- resuming normal operati
ons
[Fri Feb 13 09:52:50 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin
/suexec)
[Fri Feb 13 09:52:50 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Fri Feb 13 09:52:57 2004] [notice] SIGHUP received. Attempting to restart
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: Apache down - DYNAMIC_MODULE_LIMIT

Post by oxygen »

mod_gd.c

steht das in der httpd.conf drin? z.B. LoadModule mod_gd.c oder AddModule mod_gd.c? wenn ja, raus damit.
tobiaska
Posts: 37
Joined: 2003-11-05 12:57
 

Re: Apache down - DYNAMIC_MODULE_LIMIT

Post by tobiaska »

warum raus damit?

die gd brauche ich doch,
áußerdem hab ich ja an der config nix geändert
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: Apache down - DYNAMIC_MODULE_LIMIT

Post by oxygen »

GDLib ist ein Modul für PHP, nicht für den Apache...
tobiaska
Posts: 37
Joined: 2003-11-05 12:57
 

Re: Apache down - DYNAMIC_MODULE_LIMIT

Post by tobiaska »

das ist aber ein strato server, da läuft php nicht als modul sondern als cgi
darkspirit
Posts: 553
Joined: 2002-10-05 16:39
Location: D'dorf
Contact:
 

Re: Apache down - DYNAMIC_MODULE_LIMIT

Post by darkspirit »

Was dabei genau welchen Unterschied macht?
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Apache down - DYNAMIC_MODULE_LIMIT

Post by Joe User »

Beim Kompilieren des Apache wurde eine Begrenzung der dynamisch ladbaren Module gesetzt, welche momentan überschritten wird. Wieviele Module werden insgesammt geladen? Ã?berflüssige Module deaktivieren...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply