• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Can't view stats anymore, browser asks to download WEBSTAT file

F

flupke

Guest
when clicking on webstat in the report menu, stats don't show anymore but browser wans to download the file webstat. this happens for all domains.

I did check webstat, it is an .html file webstat.html located at /var/www/vhosts/<domain>/statistics/webstat, there is an alias plesk-stat pointing to /var/www/vhosts/<domain>/statistics.

Why does the browsers asks to download the file? I tried wih several clients and browsers: same stuffs for all domains.

Any idea what I can check?
 
I found this nugget over here http://rackerhacker.com/2007/09/28/parsing-html-through-php-in-plesk/

Drop this at the end of /etc/httpd/conf/httpd.conf and restart apache

<LocationMatch "/plesk-stat/(.*)">
AddType text/html .html
</LocationMatch>

You may also need to quit and relaunch your browser before it will work. At least that's what I had to do.

ooops, I forgot to mention that I also quit and restarted plesk.

/etc/init.d/psa stop
/etc/init.d/psa start


YMMV,
--Mark
 
Back
Top