• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

general access.log apache (debian 4)

J

josesanchez

Guest
Hello

I want to monitorise with apachetop command the access to the pages to find who is taking so much bandwidth. I look in /var/log/apache2/access.log, but this is not the log I want because there no information about the pages.

In every domain there's a directory called statistics/log, there is another access.log. This file has the information i want but only for that domain.

My questions is: Is there an access.log file that has all the information of the access to the apache in every domain ?

Thank you
 
Hello,

The domain's access_log can be found at the following directory:

/var/www/vhosts/domain_name/statistics/logs/access_log
 
Back
Top