André Laugks: Apache schreibt nicht in access.log

Beitrag lesen

Hallo!

Was steht denn in der httpd.conf als Angaben fuer Logfiles ?

ErrorLog /var/log/httpd/error_log
LogLevel warn
LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"" combined
LogFormat "%h %l %u %t "%r" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog /var/log/httpd/access_log common

Beim virtuelen Host habe ich mal den Schnickschnack weg gelassen.

<VirtualHost ...>
...
ErrorLog /www/verzeichnis_domain/logs/error.log
CustomLog /www/verzeichnis_domain/access.log combined
...
</VirtualHost>

MfG, André Laugks
L-Andre @ gmx.de