hchristo
Goto Top

Server umzug von OpenVZ zu Dedicated php Fehler 500

Hallo,

ich habe das Problem dass nach einem Server umzug von OpenVZ zu einem Dedicated immer kommt

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache Server at your-sponsoring.de Port 443


sobald ich eine Seite von mir lade...

Der Server läuft mit LiveConfig wie auf dem Altem Server

der /var/log/apache2/error.log sagt

[Wed Oct 22 03:11:34 2014] [warn] RSA server certificate wildcard CommonName (CN) `*.mailjunky.de' does NOT match server name!?
[Wed Oct 22 03:11:34 2014] [warn] RSA server certificate CommonName (CN) `Default SSL Certificate' does NOT match server name!?
[Wed Oct 22 03:11:34 2014] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Wed Oct 22 03:11:34 2014] [notice] Apache/2.2.22 (Debian) DAV/2 mod_fcgid/2.3.6 PHP/5.5.17-1~dotdeb.1 mod_ssl/2.2.22 OpenSSL/1.0.1e configured -- resuming normal operations
[Wed Oct 22 03:11:39 2014] [warn] [client 127.0.0.1] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Wed Oct 22 03:11:39 2014] [error] [client 127.0.0.1] Premature end of script headers: index.php
[Wed Oct 22 03:14:50 2014] [error] [client 127.0.0.1] File does not exist: /usr/share/liveconfig/html/_404_
lclogsplit: got TERM signal
[Wed Oct 22 03:18:53 2014] [notice] caught SIGTERM, shutting down
[Wed Oct 22 03:18:54 2014] [warn] RSA server certificate wildcard CommonName (CN) `*.mailjunky.de' does NOT match server name!?
[Wed Oct 22 03:18:54 2014] [warn] RSA server certificate CommonName (CN) `Default SSL Certificate' does NOT match server name!?
[Wed Oct 22 03:18:54 2014] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Wed Oct 22 03:18:54 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
lclogsplit: got TERM signal
[Wed Oct 22 03:18:54 2014] [warn] RSA server certificate wildcard CommonName (CN) `*.mailjunky.de' does NOT match server name!?
[Wed Oct 22 03:18:54 2014] [warn] RSA server certificate CommonName (CN) `Default SSL Certificate' does NOT match server name!?
[Wed Oct 22 03:18:54 2014] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Wed Oct 22 03:18:54 2014] [notice] Apache/2.2.22 (Debian) DAV/2 mod_fcgid/2.3.6 PHP/5.5.17-1~dotdeb.1 mod_ssl/2.2.22 OpenSSL/1.0.1e configured -- resuming normal operations
[Wed Oct 22 03:19:14 2014] [warn] [client 127.0.0.1] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Wed Oct 22 03:19:14 2014] [error] [client 127.0.0.1] Premature end of script headers: index.php
[Wed Oct 22 03:19:51 2014] [error] [client 127.0.0.1] File does not exist: /usr/share/liveconfig/html/_404_


Ich habe den Server kopiert nach der Anleitung: http://www.liveconfig.com/de/forum/threads/481-Migration-LiveConfig-gt- ...

Bitte um hilfe...

Aktivierte Module in Apache2

core_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
dav_module (shared)
dav_fs_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
expires_module (shared)
fcgid_module (shared)
headers_module (shared)
include_module (shared)
mime_module (shared)
negotiation_module (shared)
php5_module (shared)
proxy_module (shared)
proxy_http_module (shared)
removeip_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
ssl_module (shared)
suexec_module (shared)

PHP Version: 5.5.18-1~dotdeb.1

Content-Key: 253052

Url: https://administrator.de/contentid/253052

Printed on: April 16, 2024 at 17:04 o'clock

Member: srvreboot
srvreboot Oct 26, 2014 at 13:26:56 (UTC)
Goto Top
Hallo,

bitte versuch mal folgendes:

- leeres httpdocs-Verzeichnis aufrufen - kommt der Fehler da?
- Verzeichnis nur mit index.html aufrufen - kommt der Fehler da?
- phpinfo.php mit folgendem Inhalt aufrufen - kommt der Fehler da?

<?php

phpinfo();

?>

Bitte einmal prüfen und uns zusätzlich nochmal das error.log schicken face-smile
Möchtest du, dass PHP als CGI oder als Module läuft?

Grüße