1. Startseite
  2. Web-Inhalt
  3. Statische Dateien, die ohne Aufzeichnung von Treffern in access_log serviert werden

Statische Dateien, die ohne Aufzeichnung von Treffern in access_log serviert werden

Übersicht

Static files (index.html) can be served without logging a request in access_log.

Ursache

This occurs when mod_pagespeed is enabled. Pagespeed intercepts the request higher in Apache’s processing axis before mod_log_config and serves the static file from its optimized cache if present. This does not affect files which have a Pragma: no-cache header such as with PHP files.

Lösung

Disable mod_pagespeed. If visitor statistics are necessary, then consider utilizing Google Analytics which is accessible from within apnscp.

Aktualisiert am April 6, 2021

Verwandte Artikel