Quantcast
Channel: Server Support Forum
Viewing all articles
Browse latest Browse all 7443

Apache Webserver bringt Fehler 500

$
0
0
Hallo Ihr.
Nachdem ich meinen Vserver auf Ubuntu 14.04 neu installiert habe, funktioniert der Apache Webserver nichtmehr.
Zuvor unter 12.04 lief auf der selben Hardware alles problemlos.
Es läuft Apache Version 2.4.7.
Beim aufrufen jeder der Webseiten darauf kommt nur der Fehler 500 (Internal Server Error)

Hier mal ein Auszug aus der error.log des Apaches

Code:

[Tue Dec 29 00:29:32.306959 2015] [ssl:warn] [pid 1424] AH01909: RSA certificate configured for lists:443 does NOT include an ID which matches the server name
[Tue Dec 29 00:29:32.307277 2015] [ssl:warn] [pid 1424] AH01909: RSA certificate configured for default-62_75_213_176:443 does NOT include an ID which matches the server name
[Tue Dec 29 00:29:32.307421 2015] [ssl:warn] [pid 1424] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Tue Dec 29 00:29:32.307441 2015] [suexec:notice] [pid 1424] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Tue Dec 29 00:29:32.331266 2015] [auth_digest:notice] [pid 1425] AH01757: generating secret for digest authentication ...
[Tue Dec 29 00:29:32.331450 2015] [:notice] [pid 1425] mod_bw : Memory Allocated 0 bytes (each conf takes 48 bytes)
[Tue Dec 29 00:29:32.331460 2015] [:notice] [pid 1425] mod_bw : Version 0.92 - Initialized [0 Confs]
[Tue Dec 29 00:29:32.366062 2015] [ssl:warn] [pid 1425] AH01909: RSA certificate configured for roundcube.webmail:443 does NOT include an ID which matches the server name
[Tue Dec 29 00:29:32.366415 2015] [ssl:warn] [pid 1425] AH01909: RSA certificate configured for lists:443 does NOT include an ID which matches the server name
[Tue Dec 29 00:29:32.366724 2015] [ssl:warn] [pid 1425] AH01909: RSA certificate configured for default-62_75_213_176:443 does NOT include an ID which matches the server name
[Tue Dec 29 00:29:32.366872 2015] [ssl:warn] [pid 1425] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Tue Dec 29 00:29:32.370943 2015] [mpm_prefork:notice] [pid 1425] AH00163: Apache/2.4.7 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.0.1f configured -- resuming normal operations
[Tue Dec 29 00:29:32.370983 2015] [core:notice] [pid 1425] AH00094: Command line: '/usr/sbin/apache2'
Tue Dec 29 01:03:13 2015 (1908): Fatal Error Unable to allocate shared memory segment of 67108864 bytes: mmap: Cannot allocate memory (12)
Tue Dec 29 01:15:30 2015 (4018): Fatal Error Unable to allocate shared memory segment of 67108864 bytes: mmap: Cannot allocate memory (12)
Tue Dec 29 01:26:32 2015 (4163): Fatal Error Unable to allocate shared memory segment of 67108864 bytes: mmap: Cannot allocate memory (12)

Mein erster Ansatz war, dass es ein Problem mit dem Arbeitsspeicher gibt, wegen dem häufigen "Cannot allocate memory..."

Vielleicht weiß jemand von euch Rat.
Vielen Dank schonmal.

Viewing all articles
Browse latest Browse all 7443