• 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.

server path to access log files?

P

pmars

Guest
My site management company needs to know where the access log files are located on my server. Automated IP blocking and access abuse depends on finding the location of these files and adding a script to read them. They say they cannot find them in the usual locations for apache servers... what's going on here?

Yes... I'm new to this, and a bit overwhelmed at this point.

Pete
 
Just in case. In plesk each virtual host has its own access log files. They resides in directory:

/home/httpd/vhosts/<domain.name>/statistics/logs/access_log

But be carefull in accessing to this file. Plesk moves the content of this file to access_log.processed when it encaunter a traffic. Also plesk rotate access_log.processed file in according with logrotation settings.
 
Back
Top