Urplötzlich funktionieren alle Drupal 6 Seiten nicht mehr (500 Error)
Eingetragen von empoint (127)
am 13.06.2016 - 07:47 Uhr in
am 13.06.2016 - 07:47 Uhr in
Hallo zusammen,
habe 4 Websites (Drupal 6) bei 1&1 gehostet.
Von jetzt auf gleich funktioniert keine Einzige Seite mehr - es kommt nur die Meldung:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Das Ganze wird doch sicherlich was mit 1&1 zu tun haben und meiner .htaccess Dateien, was meint ihr?
Hier die .htaccess
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
<FilesMatch "\.(engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
Order allow,deny
</FilesMatch>
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Options +FollowSymLinks
# Make Drupal handle any 404 errors.
ErrorDocument 404 /index.php
# Force simple error message for requests for non-existent favicon.ico.
<Files favicon.ico>
# There is no end quote below, for compatibility with Apache 1.3.
ErrorDocument 404 "The requested file favicon.ico was not found.
</Files>
# Set the default handler.
DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
# PHP 4, Apache 1.
<IfModule mod_php4.c>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
# PHP 4, Apache 2.
<IfModule sapi_apache2.c>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
# PHP 5, Apache 1 and 2.
<IfModule mod_php5.c>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
# Enable expirations.
ExpiresActive On
# Cache all files for 2 weeks after access (A).
ExpiresDefault A1209600
# Do not cache dynamically generated pages.
ExpiresByType text/html A1
</IfModule>
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
# If your site can be accessed both with and without the 'www.' prefix, you
# can use one of the following settings to redirect users to your preferred
# URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:
#
# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
#
# To redirect all users to access the site WITHOUT the 'www.' prefix,
# (http://www.example.com/... will be redirected to http://example.com/...)
# uncomment and adapt the following:
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
# RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://example.com/drupal uncomment and
# modify the following line:
RewriteBase /
#
# If your site is running in a VirtualDocumentRoot at http://example.com/,
# uncomment the following line:
# RewriteBase /
# Rewrite URLs of the form 'x' to the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
# $Id: .htaccess,v 1.90.2.3 2008/12/10 20:04:08 goba Exp $
Vielleicht könnt ihr mir ja helfen :)
VG
- Anmelden oder Registrieren um Kommentare zu schreiben
nimm die doch mal einfach weg
am 13.06.2016 - 07:57 Uhr
nimm die doch mal einfach weg und schau mal obs dann funktioniert. wenn ja liegt es an der htaccess.
bleibt leider der Error!
am 13.06.2016 - 08:06 Uhr
bleibt leider der Error!
Hat es eine Umstellung der
am 13.06.2016 - 09:18 Uhr
Hat es eine Umstellung der PHP-Version gegeben? Mal den Support von 1&1 ansprechen.
Hallo, bei einem 500 er
am 13.06.2016 - 09:44 Uhr
Hallo,
bei einem 500 er Serverfehler findest Du die Antwort im error.log des Servers.
MfG
Robert
wla schrieb Hat es eine
am 13.06.2016 - 10:50 Uhr
Hat es eine Umstellung der PHP-Version gegeben? Mal den Support von 1&1 ansprechen.
Das würde ich auch für eine wahrscheinliche Ursache halten - D6 ist in Teilen etwas zu alt für aktuelle PHP-Versionen.
Allerdings hat diese Umstellung meines Wissens bereits um den Jahresbeginn herum stattgefunden und 1&1 hat das erst einmal per default bei 5.4 belassen und lässt sich das defaultmäßig über eine Zusatzgebühr vergolden. Da musste man sich explizit für eine höhere PHP-Version entscheiden.
Aber allgemein solltest Du tatsächlich versuchen, an die Error-Logs zu kommen, was bei 1&1 eine Herausforderung sein könnte.
Dem schließe mich an. 1&1 hat
am 13.06.2016 - 12:20 Uhr
Dem schließe mich an. 1&1 hat die Default PHP Version umgestellt. 1&1 bietet einen kostenpflichtigen Extended Support an.
1&1 Extended Support beginnt direkt nach Ende des Supports durch die PHP-Community. Die ersten 6 Monate ist der 1&1 Extended Support für dich kostenfrei, danach berechnen wir 5,31 EUR pro Monat.
Weitere Infos und genaue Dokumentation kannst du hier entnehmen. https://community.1und1.de/11-extended-support-php-versions/
Options All -Indexes
am 28.06.2016 - 15:33 Uhr
Hallo aus Norddeutschland
bei mir ( 5 verschiedene 1und1 Accounts) lag es an der .htaccess
geholfen hat den Eintrag
Options All -Indexes
zu entfernen... danach war der 500er Fehler wieder weg
eigentlich schade das 1&1 einem das nicht sagen kann....
Wundert mich eigentlich eher,
am 29.06.2016 - 06:13 Uhr
Wundert mich eigentlich eher, daß es noch bis jetzt funktioniert hat.
Ich habe auch einen Kunden bei 1&1 mit einer Drupal 6 Version.
Die benötigen schon seit ein paar Monaten den Extended Support für die alte PHP Version, um die Seite noch am Laufen zu halten.
Massenhoster können so etwas kaum leisten
am 29.06.2016 - 09:33 Uhr
alles muss automatisiert laufen.
Das geht nur, wenn möglichst alle System auf dem gleichen technischen Stand sind.
Wenn man einzelne "alte Schinken" mit sich herum schleppt, erschwert dies den Betrieb und den Support.
Bei mehreren Millionen Websites wird es dann sehr sehr schwer.