• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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