I have a "static only" application, but I do not find any Apache access logs. Is there a way to retrieve web site usage/visit statistics? asked 08 Feb '12, 09:58 byneri |
Hi, You can find the logs at ~/logs/frontend/access_<sitename>.log, where <sitename> stands for the name of the site this static-only app is assigned to. answered 08 Feb '12, 10:12 todork |