amnuts / opcache-gui

A clean, effective and responsive interface for Zend OPcache
1.21k stars 197 forks source link

Server Software: Wrong value when using PHP-FPM #18

Closed cytopia closed 7 years ago

cytopia commented 7 years ago

I am using Apache (with local PHP installed (PHP 5.4) so that I can use php_admin_value inside Apache.

I am also using a remote PHP-FPM server which actually servers the files (PHP 5.6).

On the index page it shows:

General info
Zend OPcache 7.0.6-dev
PHP 5.6.27
Host 7d14eb61f4fe
Server Software Apache/2.4.6 (CentOS) PHP/5.4.16
Start time 2016-10-16 03:55:05
Last reset never

Is this intended?

amnuts commented 7 years ago

What details are you expecting to see - which values are wrong? I can kind of see how the PHP version may by correct if supplied by PHP-FPM and how the SERVER_SOFTWARE value could be correct if being supplied by Apache with 5.4. It's also possible to change the SERVER_SOFTWARE value (via htaccess, for example).

cytopia commented 7 years ago

@amnuts I see. Thanks for the clarification.