• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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