code:
Situatie:1
2
3
4
5
6
| Failed to start apache : [Mon Mar 29 22:17:24 2004] [warn] child process 9617 still did not exit, sending a SIGTERM [Mon Mar 29 22:17:24 2004] [warn] child process 9618 still did not exit, sending a SIGTERM [Mon Mar 29 22:17:33 2004] [error] child process 9616 still did not exit, sending a SIGKILL [Mon Mar 29 22:17:34 2004] [error] could not make child process 9616 exit, attempting to continue anyway [Mon Mar 29 22:17:34 2004] [notice] caught SIGTERM, shutting down |
Ik heb een webserver proliant 3000/500 met 512mb ram met daarop debian 3.0 woody. Raid5 met voldoende schijfruime.
Met twee nic's 192.168.1.2 100mbit en zit op WAN en 192.168.2.1 1000mbit zit op LAN poorten door verbonden (brigde).
Ik heb het volgende al geprobeerd:
Apache gedeinstalleerd en weer geinstalleerd. httpd.conf mijn virtuals gecopieerd en jawel toen draaide hij even! Daarna kwam hij weer met de bovenstaande foutmelding!
de httpd.conf als volgt aangepast
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| < ServerType standalone --- > ServerType inetd === < # LoadModule php4_module /usr/lib/apache/1.3/libphp4.so --- > LoadModule php4_module /usr/lib/apache/1.3/libphp4.so === < #ServerName new.host.name --- > ServerName http://192.168.1.2 === < DirectoryIndex index.html index.htm index.shtml index.cgi --- > DirectoryIndex default.html index.html index.htm index.php === < #NameVirtualHost 12.34.56.78 < --- > NameVirtualHost 192.168.1.2 === > > <VirtualHost 192.168.1.2> > DocumentRoot /home/sites/xxxx.nl/web > ServerName www.xxxx.nl > LogLevel emerg > LogFormat "combined" > TransferLog /home/sites/xxxx.nl/logs/web.log > </VirtualHost> |
Deze instructie vondt ik ook nog op GOT werk ook niet!
code:
1
2
3
| echo "33554432" > /proc/sys/kernel/shmmax cat /proc/sys/kernel/shmmax 33554432 |
Ik snap hem niet hier het error.log
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| [Mon Mar 29 21:13:22 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic [Mon Mar 29 21:13:22 2004] [alert] apache: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [Mon Mar 29 21:13:23 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic [Mon Mar 29 21:13:23 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic [Mon Mar 29 21:13:23 2004] [alert] apache: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [Mon Mar 29 21:13:23 2004] [crit] (98)Address already in use: make_sock: could not bind to port 80 [Mon Mar 29 21:13:23 2004] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux configured -- resuming normal operations [Mon Mar 29 21:13:23 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec) [Mon Mar 29 21:13:23 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) [Mon Mar 29 21:14:55 2004] [notice] SIGHUP received. Attempting to restart [Mon Mar 29 21:14:55 2004] [alert] apache: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [Mon Mar 29 21:14:56 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic [Mon Mar 29 21:14:56 2004] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux configured -- resuming normal operations [Mon Mar 29 21:14:56 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec) [Mon Mar 29 21:14:56 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) [Mon Mar 29 21:23:26 2004] [error] [client 192.168.2.2] File does not exist: /var/www/VARouwhorst [Mon Mar 29 21:36:50 2004] [notice] SIGHUP received. Attempting to restart [Mon Mar 29 21:36:52 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic [Mon Mar 29 21:36:52 2004] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 configured -- resuming normal operations [Mon Mar 29 21:36:52 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec) [Mon Mar 29 21:36:52 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) [Mon Mar 29 21:43:29 2004] [notice] SIGHUP received. Attempting to restart [Mon Mar 29 21:43:33 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic [Mon Mar 29 21:43:33 2004] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 configured -- resuming normal operations [Mon Mar 29 21:43:33 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec) [Mon Mar 29 21:43:33 2004] [notice] Accept mutex: sysvsem (Default: sysvsem) [Mon Mar 29 22:17:22 2004] [warn] child process 9616 still did not exit, sending a SIGTERM [Mon Mar 29 22:17:24 2004] [warn] child process 9617 still did not exit, sending a SIGTERM [Mon Mar 29 22:17:24 2004] [warn] child process 9618 still did not exit, sending a SIGTERM [Mon Mar 29 22:17:33 2004] [error] child process 9616 still did not exit, sending a SIGKILL [Mon Mar 29 22:17:34 2004] [error] could not make child process 9616 exit, attempting to continue anyway [Mon Mar 29 22:17:34 2004] [notice] caught SIGTERM, shutting down |
[ Voor 7% gewijzigd door Verwijderd op 29-03-2004 23:25 ]