• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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