Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
How do I get my VH webalizer to show their logs and not mine? | Advanced Internet Technologies

After the install of a weblizer on a virtual host, a page will reside in the /www/htdocs/VIRTUALHOSTDIRECTORY/webalizer/ directory named index.html.  This file has a link to run stats and view stats.

Also on this page are links to view the raw access log and error log files.

The file that is being called is in the /www/cgi-bin/ and it’s named showlog.pl.  This file was put on your server quite some time ago and configured to show your top level domains access logs.

To configure this for your virtual host, you would need to perform the following steps.

1.  Copy the showlog.pl script to your local workstation.

2.  Rename it to showlog-something.pl.

3.  Edit the file to point to your customer’s access and error logs.

4.  Follow the steps to create a virtual host cgi-bin directory on your server.

5.  FTP the new showlog-something.pl to your server in that new cgi-bin directory.

6.  FTP to your server and go to the webalizer directory for your virtual host.

7.  Edit the index.html page and change this:

<a href=”/cgi-bin/showlog.pl?log=Access”>Examine  Current Access Log</a>

<a href=”/cgi-bin/showlog.pl?log=Error”>Examine Error Log</a>

To this:

<a href=”/cgi-bin/showlog-something.pl?log=Access”>Examine  Current Access Log</a>

<a href=”/cgi-bin/showlog-something.pl?log=Error”>Examine Error Log</a>