Tilo Roeder: Binärdateien werden nicht angezeigt

Beitrag lesen

Hallo Christian,
ich habs durch Zufall gefunden - es scheint wirklich ein Bug zu sein die 304 zu senden, denn:

  • Datei mit cp ins lokale Verzeichnis kopiert - un des funktioniert
  • Datei im smbfs-mount mit touch nen neuen Zeitstempel verpaßt - unverändert
  • Browsercache geleert - kein Erfolg
  • verschiedenste Browser getestet - auch wget und lynx - Fehlanzeige

Aber in der Apache-conf folgende Parameter gefunden, geändert und es klappt :-)

EnableMMAP: Control whether memory-mapping is used to deliver

files (assuming that the underlying OS supports it).

The default is on; turn this off if you serve from NFS-mounted

filesystems.  On some systems, turning it off (regardless of

filesystem) can improve performance; for details, please see

http://httpd.apache.org/docs-2.2/mod/core.html#enablemmap

EnableMMAP off

EnableSendfile: Control whether the sendfile kernel support is

used  to deliver files (assuming that the OS supports it).

The default is on; turn this off if you serve from NFS-mounted

filesystems.  Please see

http://httpd.apache.org/docs-2.2/mod/core.html#enablesendfile

EnableSendfile off

Gruß und Dank,
Tilo