Quantcast
Channel: Support & Bugs - Matomo forums
Viewing all articles
Browse latest Browse all 5706

Dashboard Evolution Graphics missing w/ apache2.4, php7 using php-fpm

$
0
0

@buffcleb wrote:

I'm testing a migration to a new server doing an upgrade to php 7 with Apache 2.4 using php-fpm

to send the php requests to the handler I'm using this block in my http.conf :

    <FilesMatch "\.php$">
        SetHandler "proxy:fcgi://127.0.0.1:9000"
    </FilesMatch>

this works fine for just about everything except the images on the dashboard the show the evolutions.

https://xxxxx.edu/piwik/?module=MultiSites&action=getEvolutionGraph&period=day&date=2017-01-28,2017-02-26&evolutionBy=nb_visits&columns=nb_visits&idSite=57&idsite=57&viewDataTable=sparkline&colors=%7B%22backgroundColor%22%3A%22%23ffffff%22%2C%22lineColor%22%3A%22%23162c4a%22%2C%22minPointColor%22%3A%22%23ff7f7f%22%2C%22maxPointColor%22%3A%22%2375bf7c%22%2C%22lastPointColor%22%3A%22%2355aaff%22%7D

if I manually add index.php it works fine, https://xxxxx.edu/piwik/index.php?module=

is there anyway to force this to be present or a change to the apache config I can make? any other ideas would be greatly appreciated as well...

thanks

Chris

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5706

Trending Articles