• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk 7.5 Reloaded, Webalizer, and Stats

K

KiltedMan

Guest
Hello,
I'm using plesk 7.5 Reloaded on a RH Fedora Core 2 server and I'm finding the following issue:

When accessing the statistics for http://www.bedndine.com I am asked to download a file. If I go to a regular php page, there is no problem seeing the php page. I know webalizer is a cgi/pl file but it is displayed to a php page. I've tried uninstalling and reinstalling the service with no luck. Any help would be appreciated.
 
Make sure that you have any file in:

/home/httpd/vhosts/<domain/statistics/webstat

You should have there at least the index.html. Reinstalling will not help you solve this problem.
 
Firefox gives me the save/open dialog trying to bring up your webstats index file, have you made any changes to the /etc/httpd/httpd.conf file? Such as to the DirectoryIndex line?

Even your main site's index file won't load, you have bigger problems with your config files and hardcoded paths ....
Warning: main(bnd/includes/conf/settings.inc): failed to open stream: No such file or directory in /home/httpd/vhosts/bedndine.com/httpdocs/index.html on line 5

Warning: main(): Failed opening 'bnd/includes/conf/settings.inc' for inclusion (include_path='.:/tmp/lib:/tmp/private:') in /home/httpd/vhosts/bedndine.com/httpdocs/index.html on line 5

Warning: main(bnd/includes/locale/set-locale.php): failed to open stream: No such file or directory in /home/httpd/vhosts/bedndine.com/httpdocs/index.html on line 6

Warning: main(): Failed opening 'bnd/includes/locale/set-locale.php' for inclusion (include_path='.:/tmp/lib:/tmp/private:') in /home/httpd/vhosts/bedndine.com/httpdocs/index.html on line 6

Warning: main(e2/e2-constants.php): failed to open stream: No such file or directory in /home/httpd/vhosts/bedndine.com/httpdocs/index.html on line 7

Fatal error: main(): Failed opening required 'e2/e2-constants.php' (include_path='.:/tmp/lib:/tmp/private:') in /home/httpd/vhosts/bedndine.com/httpdocs/index.html on line 7
 
The only thing wrong with the URL posted above is the '/statistics/' part of the URL, it should be /plesk-stat/

Try browsing to your domain's:

https://www.yourdomain.com/plesk-stat/webstat
 
Back
Top