• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Log Files

A

AvidCat

Guest
Hi,

I have a virtual dedicated server on GoDaddy. I set up a website on this server. I am trying to install stat software and it is asking me for the location of my Log Files, but I can't find them.

I do have one folder called stats, but I can't seem to open it. Not sure if this is where they are located.

I appreciate any help.

Thanks,
Nick
 
I have no idea, it just says to locate your log files for the stats of the website.
 
they are in statistics/logs/access_log and statistics/logs/error_log of the chrooted environment. However, these files require higher-than-userlevel access (meaning if it's not CGI or if you don't have open_dir disabled, you wont be able to access it.). Of course, this relies on CGI being utilizing the apache user, which does have access.

Now, if you're the box admin (i.e. root), you can set up the stats script you're using to utilize a cron (meaning it'll do it every x seconds,minutes,etc). For that, you'd have to utilize the full path of the file.

In most cases, this will be /home/httpd/vhosts/domain/statistics/logs/access_log, but recent changes (or for newer systems) will be in /var/www/vhosts/domain/statistics/logs/access_log

Hope that helps you, and good luck.
 
Back
Top