Click to See Complete Forum and Search --> : Does the access log is loaded in server memory ?


Donovan
12-02-2000, 09:52 AM
Hi, each time something happens on the site, apache save the info on the access log.
Does it means it keeps the entire log in the memory ? How does it work ?

Donovan

posterboy
12-02-2000, 11:50 AM
Not in memory, but on the disk. Try this:
tail -f 20 /var/log/httpd/access_log
and watch the hits get logged. This is the info that log analysis programs will later use to generate reports.
Ray


------------------
ray@raymondjones.net
HTTP://www.raymondjones.net