Hi, I have Ispconfig 3.0.5.3 and tried to install website speedtest mini from http://c.speedtest.net/mini/mini.zip. Download test works fine, but upload test doesn`t even start... Where should i look for a problem? I tried to chenge in /etc/php5/apache2/php.ini these lines: upload_max_filesize = 100M post_max_size = 100M It doesn`t help, upload still didn`t even start to test. Could someone help me? P.S. Speedtest mini works fine on a clean apache2 + php5
Change the value in: /etc/php5/cgi/php.ini and /etc/php5/fpm/php.ini as well and restart apache and pgp-fpm.
Thanks for you answear. Unfortunately it doesn`t help Please try my speedtest on: http://speedtest.astroline.pl
My problem is solved by add this to .htaccess: <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch>