access.log leer

Apache, Lighttpd, nginx, Cherokee
Post Reply
l4a-shadow
Posts: 23
Joined: 2002-12-17 23:16
 

access.log leer

Post by l4a-shadow »

Ich habe ein kleines nerviges Problem. Die access.log datei meines web1 ist leer und es wird auch nicht hineingeschrieben. Leider habe ich keine Ahnung voran das liegen könnte, da alle anderen webx die access.log "füllen".

Gibt es da vieleicht eine Option im Apache, welche vieleicht verstellt ist?

Bin dankbar für Ratschläge.
deagh
Posts: 37
Joined: 2003-10-01 09:43
Location: 63...
Contact:
 

Re: access.log leer

Post by deagh »

Hi,

bist du dir sicher, das in deiner httpd.conf auch beim passenden VirtualHost ein Eintrag fürs Logfile steht?
Also z.B.

Code: Select all

CustomLog /pfad/zum/log/acces.log common
bb
Post Reply