• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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