Hi...
Als Os nutze ich Debian, Apache Version 1.3.26, via apt installiert
Hier mal ein Auszug der Error Log (von heute... weil gerade eben hatte er mal wieder seine Zicken)
Code: Select all
[Wed Jan 28 06:25:54 2004] [notice] SIGUSR1 received. Doing graceful restart
[Wed Jan 28 06:26:53 2004] [error] Cannot resolve host name server.*****.net --- ignoring!
[Wed Jan 28 06:28:21 2004] [notice] Apache/1.3.26 configured -- resuming normal operations
[Wed Jan 28 06:28:21 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
[Wed Jan 28 06:28:21 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Wed Jan 28 09:32:41 2004] [warn] child process 23700 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 23707 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 23806 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 23913 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 23699 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 23698 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 23697 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 20015 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 23696 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 23695 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 24332 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:42 2004] [warn] child process 24412 still did not exit, sending a SIGTERM
[Wed Jan 28 09:32:46 2004] [error] child process 23700 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 23707 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 23806 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 23913 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 23699 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 23698 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 23697 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 20015 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 23696 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 23695 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 24332 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:46 2004] [error] child process 24412 still did not exit, sending a SIGKILL
[Wed Jan 28 09:32:47 2004] [notice] caught SIGTERM, shutting down
[Wed Jan 28 09:39:38 2004] [notice] Apache/1.3.26 configured -- resuming normal operations
[Wed Jan 28 09:39:38 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
[Wed Jan 28 09:39:38 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Wed Jan 28 09:40:12 2004] [notice] caught SIGTERM, shutting down
[Wed Jan 28 09:42:18 2004] [notice] Apache/1.3.26 configured -- resuming normal operations
[Wed Jan 28 09:42:18 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
[Wed Jan 28 09:42:18 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
Wenn ich die zicken bemerke restarte ich den Server normalerweise immer via /etc/init.d/apache restart
Allerdings ist mir aufgefallen das dann immer folgende Fehlermeldungen erscheinen:
[error] Cannot resolve host name server.******.net --- ignoring!
Der Fehler kommt dann wahlweise für 2-4 verschiedene Subdomains die aber alle Subdomains der selben *.tld sind
Wenn ich den Server dann beende und dann via start neu starte geht`s komischweise wunderbar... bis es wieder von vorne losgeht
Hier noch meine Vhost Config:
Code: Select all
<VirtualHost tehace.*****.net>
DocumentRoot "/www/tehace/html/"
ServerName tehace.*****.net
CustomLog /var/log/apache/tehace.*****.net.log "combined"
LogLevel emerg
TransferLog /var/log/apache/access.log
</VirtualHost>
Zu 3) Problem is schon gelöst *g* ;)