Debian Jessie
LC 2.8.4-r5653
Hallo liebe Wissende,
folgendes Problem:
DomainA mit PHP 7.1.33 liefert einen 500er und hat folgende .htaccess
Code
# BEGIN GZIP
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE "application/atom+xml" \
"application/javascript" \
"application/json" \
"application/ld+json" \
"application/manifest+json" \
"application/rdf+xml" \
"application/rss+xml" \
"application/schema+json" \
"application/vnd.geo+json" \
"application/vnd.ms-fontobject" \
"application/x-font-ttf" \
"application/x-javascript" \
"application/x-web-app-manifest+json" \
"application/xhtml+xml" \
"application/xml" \
"font/eot" \
"font/opentype" \
"image/bmp" \
"image/svg+xml" \
"image/vnd.microsoft.icon" \
"image/x-icon" \
"text/cache-manifest" \
"text/css" \
"text/html" \
"text/javascript" \
"text/plain" \
"text/vcard" \
"text/vnd.rim.location.xloc" \
"text/vtt" \
"text/x-component" \
"text/x-cross-domain-policy" \
"text/xml"
</IfModule>
# END GZIP
Alles anzeigen
Ursache:
Code
[[core:alert] ...... /.htaccess: Invalid command
'text/css', perhaps misspelled or defined by a module not
included in the server configuration
Kommentiert man 'text/css' aus, läuft die Seite.
DomainB mit PHP 7.0.33 hat dieselbe .htaccess und erzeugt auch mit 'text/css' keinen 500er.
Stellt man Domain B auf PHP 7.0.33 um, darf man auch 'text/css' benutzen.
Ich nutze die PHP-Pakete von Keppler-IT.
Kennt jemand die Ursache für dieses Verhalten?