ZM 1.30 on Debian 9.4 no streams :-(

Forum for questions and support relating to the 1.30.x releases only.
4u2fast
Posts: 9
Joined: Wed Apr 11, 2018 11:27 am

ZM 1.30 on Debian 9.4 no streams :-(

Post by 4u2fast »

Hi all,

i had ZM 1.29 running with 3 onvif cameras running and decided to update my server to new debian and ZM 1.30
now i have the same issue as many other users here in the forum and no solution until now.
when opening any stream i get

Code: Select all

2018-04-11 13:37:55.444239	web_php		11441	ERR	Socket /var/run/zm/zms-930704s.sock does not exist. This file is created by zms, and since it does not exist, either zms did not run, or zms exited early. Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly. Make sure that ZM is actually recording. If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.	/usr/share/zoneminder/www/includes/functions.php	2033
2018-04-11 13:37:54.447731	web_php		13662	ERR	Socket /var/run/zm/zms-107826s.sock does not exist. This file is created by zms, and since it does not exist, either zms did not run, or zms exited early. Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly. Make sure that ZM is actually recording. If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.	/usr/share/zoneminder/www/includes/functions.php	2033
2018-04-11 13:37:52.438024	web_php		11441	ERR	Socket /var/run/zm/zms-750950s.sock does not exist. This file is created by zms, and since it does not exist, either zms did not run, or zms exited early. Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly. Make sure that ZM is actually recording. If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.	/usr/share/zoneminder/www/includes/functions.php	2033
2018-04-11 13:37:52.427775	web_php		13662	ERR	Socket /var/run/zm/zms-930704s.sock does not exist. This file is created by zms, and since it does not exist, either zms did not run, or zms exited early. Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly. Make sure that ZM is actually recording. If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.	/usr/share/zoneminder/www/includes/functions.php	2033

Code: Select all

Linux T2 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) x86_64 GNU/Linux
path is set to /usr/lib/cgi-bin/nph-zms and files exits as symlinks

also i can see that socket files are created but no nph-zms process :-(

Code: Select all

root@T2:/var/run/zm# ls -ltra
total 4
drwxr-xr-x 37 root     root     1420 Apr 10 17:40 ..
-rw-r--r--  1 www-data www-data    5 Apr 11 13:12 zm.pid
srwxr-xr-x  1 www-data www-data    0 Apr 11 13:13 zmdc.sock
srwxr-xr-x  1 www-data www-data    0 Apr 11 13:41 zms-593468w.sock
srwxr-xr-x  1 www-data www-data    0 Apr 11 13:41 zms-016377w.sock
drwxr-xr-x  2 www-data www-data  120 Apr 11 13:41 .
root@T2:/var/run/zm# ps -ef|grep zm
www-data 17564     1  0 13:12 ?        00:00:00 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
www-data 17595 17564 29 13:13 ?        00:08:22 /usr/bin/zmc -m 4
www-data 17604 17564 27 13:13 ?        00:07:56 /usr/bin/zmc -m 5
www-data 17617 17564 27 13:13 ?        00:07:48 /usr/bin/zmc -m 6
www-data 17624 17564  0 13:13 ?        00:00:00 /usr/bin/perl -wT /usr/bin/zmfilter.pl
www-data 17629 17564  0 13:13 ?        00:00:00 /usr/bin/perl -wT /usr/bin/zmaudit.pl -c
www-data 17636 17564  0 13:13 ?        00:00:00 /usr/bin/perl -wT /usr/bin/zmwatch.pl
www-data 17648 17564 54 13:13 ?        00:15:33 /usr/bin/zma -m 6
www-data 17649 17564 50 13:13 ?        00:14:34 /usr/bin/zma -m 4
www-data 17651 17564 53 13:13 ?        00:15:16 /usr/bin/zma -m 5
root     18635  3691  0 13:41 pts/0    00:00:00 grep zm
any idea what else to check ?

thanks
Thomas
lbm
Posts: 87
Joined: Mon Mar 26, 2018 7:44 pm

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by lbm »

Try to set the path to /dev/shm, to be sure, its not some permission issues.

Secondly, I had to this on my Debian.

Code: Select all

a2enmod cgi
systemctl restart apache2
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by bbunge »

Did you do a fresh install or upgrade from Debian 8? If an upgrade you likely have many issues that will take a while to sort through. You may be time ahead to wipe everything and start over.

See: https://wiki.zoneminder.com/Debian_9_64 ... e_Easy_Way
4u2fast
Posts: 9
Joined: Wed Apr 11, 2018 11:27 am

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by 4u2fast »

lbm wrote: Wed Apr 11, 2018 1:24 pm Try to set the path to /dev/shm, to be sure, its not some permission issues.

Secondly, I had to this on my Debian.

Code: Select all

a2enmod cgi
systemctl restart apache2
root@T2:/var/run/zm# a2enmod cgi
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
Module cgi already enabled
root@T2:/var/run/zm# systemctl restart apache2
4u2fast
Posts: 9
Joined: Wed Apr 11, 2018 11:27 am

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by 4u2fast »

bbunge wrote: Wed Apr 11, 2018 1:33 pm Did you do a fresh install or upgrade from Debian 8? If an upgrade you likely have many issues that will take a while to sort through. You may be time ahead to wipe everything and start over.

See: https://wiki.zoneminder.com/Debian_9_64 ... e_Easy_Way
i did fresh install from scratch and followed the easy way procedure.
no luck till now :-(
it records the pictures and shows the events but i cannot stream

thanks
Thomas
4u2fast
Posts: 9
Joined: Wed Apr 11, 2018 11:27 am

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by 4u2fast »

i did go over the procedure again see below for details, but still not working

Code: Select all

root@T2:/var/run/zm# echo "ServerName localhost" | sudo tee /etc/apache2/conf-available/servername.conf
ServerName localhost
root@T2:/var/run/zm# a2enconf servername
Conf servername already enabled
root@T2:/var/run/zm#  systemctl reload apache2
root@T2:/var/run/zm# apt update
Get:1 file:/var/cache/openmediavault/archives  InRelease
Ign:1 file:/var/cache/openmediavault/archives  InRelease
Get:2 file:/var/cache/openmediavault/archives  Release
Ign:2 file:/var/cache/openmediavault/archives  Release
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en
Ign:4 file:/var/cache/openmediavault/archives  Translation-en
Get:5 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:5 file:/var/cache/openmediavault/archives  Translation-en_US
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en
Ign:4 file:/var/cache/openmediavault/archives  Translation-en
Get:5 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:5 file:/var/cache/openmediavault/archives  Translation-en_US
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en
Ign:4 file:/var/cache/openmediavault/archives  Translation-en
Get:5 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:5 file:/var/cache/openmediavault/archives  Translation-en_US
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en
Ign:4 file:/var/cache/openmediavault/archives  Translation-en
Get:5 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:5 file:/var/cache/openmediavault/archives  Translation-en_US
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en
Ign:4 file:/var/cache/openmediavault/archives  Translation-en
Get:5 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:5 file:/var/cache/openmediavault/archives  Translation-en_US
Get:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en
Ign:4 file:/var/cache/openmediavault/archives  Translation-en
Get:5 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:5 file:/var/cache/openmediavault/archives  Translation-en_US
Get:6 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Ign:7 http://deb.debian.org/debian stretch InRelease
Hit:8 http://deb.debian.org/debian stretch Release
Hit:9 http://packages.openmediavault.org/public arrakis InRelease
Ign:10 http://ftp.de.debian.org/debian stretch InRelease
Hit:11 http://www.deb-multimedia.org stretch InRelease
Get:12 http://ftp.de.debian.org/debian stretch-updates InRelease [91.0 kB]
Hit:14 http://ftp.de.debian.org/debian stretch Release
Get:15 http://security.debian.org/debian-security stretch/updates/main Sources [133 kB]
Get:17 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [366 kB]
Hit:16 http://dl.ubnt.com/unifi/debian stable InRelease
Get:19 http://security.debian.org/debian-security stretch/updates/main Translation-en [162 kB]
Fetched 846 kB in 0s (1,152 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
root@T2:/var/run/zm# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@T2:/var/run/zm# apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@T2:/var/run/zm# apt install php mariadb-server php-mysql apache2-mod-php7.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libapache2-mod-php7.0' for regex 'apache2-mod-php7.0'
mariadb-server is already the newest version (10.1.26-0+deb9u1).
php is already the newest version (1:7.0+49).
php-mysql is already the newest version (1:7.0+49).
libapache2-mod-php7.0 is already the newest version (7.0.27-0+deb9u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@T2:/var/run/zm# mysql_secure_installation

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
      SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!

In order to log into MariaDB to secure it, we'll need the current
password for the root user.  If you've just installed MariaDB, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.

Enter current password for root (enter for none):
OK, successfully used password, moving on...

Setting the root password ensures that nobody can log into the MariaDB
root user without the proper authorisation.

You already have a root password set, so you can safely answer 'n'.

Change the root password? [Y/n] n
 ... skipping.

By default, a MariaDB installation has an anonymous user, allowing anyone
to log into MariaDB without having to have a user account created for
them.  This is intended only for testing, and to make the installation
go a bit smoother.  You should remove them before moving into a
production environment.

Remove anonymous users? [Y/n] n
 ... skipping.

Normally, root should only be allowed to connect from 'localhost'.  This
ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n] n
 ... skipping.

By default, MariaDB comes with a database named 'test' that anyone can
access.  This is also intended only for testing, and should be removed
before moving into a production environment.

Remove test database and access to it? [Y/n] Y
 - Dropping test database...
 ... Success!
 - Removing privileges on test database...
 ... Success!

Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.

Reload privilege tables now? [Y/n] Y
 ... Success!

Cleaning up...

All done!  If you've completed all of the above steps, your MariaDB
installation should now be secure.

Thanks for using MariaDB!
root@T2:/var/run/zm# rm /etc/mysql/my.cnf
root@T2:/var/run/zm# cp /etc/mysql/mariadb.conf.d/50-server.cnf /etc/mysql/my.cnf
root@T2:/var/run/zm# vi /etc/mysql/my.cnf
root@T2:/var/run/zm# service mariadb restart
root@T2:/var/run/zm# apt update
Get:1 file:/var/cache/openmediavault/archives  InRelease
Ign:1 file:/var/cache/openmediavault/archives  InRelease
Get:2 file:/var/cache/openmediavault/archives  Release
Ign:2 file:/var/cache/openmediavault/archives  Release
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Hit:6 http://packages.openmediavault.org/public arrakis InRelease
Hit:7 http://www.deb-multimedia.org stretch InRelease
Hit:8 http://security.debian.org/debian-security stretch/updates InRelease
Ign:9 http://deb.debian.org/debian stretch InRelease
Ign:10 http://ftp.de.debian.org/debian stretch InRelease
Hit:11 http://deb.debian.org/debian stretch Release
Hit:12 http://ftp.de.debian.org/debian stretch-updates InRelease
Hit:13 http://ftp.de.debian.org/debian stretch Release
Hit:14 http://dl.ubnt.com/unifi/debian stable InRelease
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7f5cecaa2730>
Traceback (most recent call last):
  File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7f5cecaa2730>
Traceback (most recent call last):
  File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
root@T2:/var/run/zm# apt install deb-multimedia-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
deb-multimedia-keyring is already the newest version (2016.8.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@T2:/var/run/zm# apt update
Get:1 file:/var/cache/openmediavault/archives  InRelease
Ign:1 file:/var/cache/openmediavault/archives  InRelease
Get:2 file:/var/cache/openmediavault/archives  Release
Ign:2 file:/var/cache/openmediavault/archives  Release
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Ign:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Get:3 file:/var/cache/openmediavault/archives  Packages
Get:4 file:/var/cache/openmediavault/archives  Translation-en_US
Ign:4 file:/var/cache/openmediavault/archives  Translation-en_US
Get:5 file:/var/cache/openmediavault/archives  Translation-en
Ign:5 file:/var/cache/openmediavault/archives  Translation-en
Hit:6 http://packages.openmediavault.org/public arrakis InRelease
Hit:7 http://security.debian.org/debian-security stretch/updates InRelease
Hit:8 http://www.deb-multimedia.org stretch InRelease
Ign:9 http://deb.debian.org/debian stretch InRelease
Ign:10 http://ftp.de.debian.org/debian stretch InRelease
Hit:11 http://deb.debian.org/debian stretch Release
Hit:12 http://ftp.de.debian.org/debian stretch-updates InRelease
Hit:13 http://ftp.de.debian.org/debian stretch Release
Hit:15 http://dl.ubnt.com/unifi/debian stable InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
root@T2:/var/run/zm# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@T2:/var/run/zm# apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@T2:/var/run/zm# apt install zoneminder vlc-plugin-base php7.0-gd
Reading package lists... Done
Building dependency tree
Reading state information... Done
php7.0-gd is already the newest version (7.0.27-0+deb9u1).
vlc-plugin-base is already the newest version (1:2.2.8-dmo1+deb9u1).
zoneminder is already the newest version (2:1.30.4-dmo1+deb9u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@T2:/var/run/zm# chmod 740 /etc/zm/zm.conf
root@T2:/var/run/zm# chown root:www-data /etc/zm/zm.conf
root@T2:/var/run/zm# systemctl enable zoneminder.service
Synchronizing state of zoneminder.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable zoneminder
root@T2:/var/run/zm# adduser www-data video
The user `www-data' is already a member of `video'.
root@T2:/var/run/zm# systemctl start zoneminder.service
root@T2:/var/run/zm# systemctl status zoneminder.service
● zoneminder.service - ZoneMinder CCTV recording and surveillance system
   Loaded: loaded (/lib/systemd/system/zoneminder.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-04-11 13:13:02 CEST; 2h 59min ago
 Main PID: 17564 (zmdc.pl)
   CGroup: /system.slice/zoneminder.service
           ├─17564 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
           ├─17595 /usr/bin/zmc -m 4
           ├─17604 /usr/bin/zmc -m 5
           ├─17617 /usr/bin/zmc -m 6
           ├─17624 /usr/bin/perl -wT /usr/bin/zmfilter.pl
           ├─17629 /usr/bin/perl -wT /usr/bin/zmaudit.pl -c
           ├─17648 /usr/bin/zma -m 6
           ├─17649 /usr/bin/zma -m 4
           ├─17651 /usr/bin/zma -m 5
           └─24056 /usr/bin/perl -wT /usr/bin/zmwatch.pl

Apr 11 16:12:41 T2 zma_m6[17648]: INF [Hof: 189405 - Gone back into alarm state]
Apr 11 16:12:42 T2 zma_m6[17648]: INF [Hof: 189413 - Gone into alert state]
Apr 11 16:12:42 T2 zma_m6[17648]: INF [Hof: 189414 - Gone back into alarm state]
Apr 11 16:12:42 T2 zma_m6[17648]: INF [Hof: 189415 - Gone into alert state]
Apr 11 16:12:42 T2 zma_m6[17648]: INF [Hof: 189416 - Gone back into alarm state]
Apr 11 16:12:43 T2 zma_m6[17648]: INF [Hof: 189420 - Gone into alert state]
Apr 11 16:12:44 T2 zma_m6[17648]: INF [Hof: 189445 - Left alarm state (551) - 2867(38) images]
Apr 11 16:12:51 T2 zmc_m4[17595]: INF [Strasse: 194000 - Capturing at 18.18 fps]
Apr 11 16:12:51 T2 zmc_m5[17604]: INF [Garten: 194000 - Capturing at 18.18 fps]
Apr 11 16:12:52 T2 zmc_m6[17617]: INF [Hof: 194000 - Capturing at 17.86 fps]
root@T2:/var/run/zm# a2enmod cgi
Module cgi already enabled
root@T2:/var/run/zm# a2enmod rewrite
Module rewrite already enabled
root@T2:/var/run/zm# a2enconf zoneminder
Conf zoneminder already enabled
root@T2:/var/run/zm# cat /etc/php/7.0/apache2/php.ini |grep timezone
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Europe/Berlin
root@T2:/var/run/zm# chown -R www-data:www-data /usr/share/zoneminder/
root@T2:/var/run/zm# service apache2 restart
root@T2:/var/run/zm#
lbm
Posts: 87
Joined: Mon Mar 26, 2018 7:44 pm

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by lbm »

options->paths,
Whats "PATH_MAP" and "PATH_SWAP" set to ?
4u2fast
Posts: 9
Joined: Wed Apr 11, 2018 11:27 am

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by 4u2fast »

both to /dev/shm

root@T2:/usr/share/zoneminder/www# ls -ltra /dev/shm/
total 1382412
drwxr-xr-x 19 root root 3260 Apr 10 17:27 ..
-rw------- 1 www-data www-data 471860960 Apr 11 16:47 zm.mmap.4
drwxrwxrwt 2 root root 100 Apr 11 16:47 .
-rw------- 1 www-data www-data 471860960 Apr 11 16:47 zm.mmap.5
-rw------- 1 www-data www-data 471860960 Apr 11 16:47 zm.mmap.6
root@T2:/usr/share/zoneminder/www#
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by rockedge »

first of all you should set the ServerName in the php.ini file...find the "ServerRoot" and place it underneath that line:

Code: Select all

ServerName localhost
if you can see images and events then something with the /cgi-bin Alias configuration within the Apache configuration is incorrect causing you to not be able to see the streams. There are slight differences in the the Debian set up from the Ubuntu set up. Check that the /cgi-bin is correctly indicated to eliminate that as a cause of your problem.
4u2fast
Posts: 9
Joined: Wed Apr 11, 2018 11:27 am

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by 4u2fast »

no luck to get it working
php is enabled in apache2 see below

Code: Select all

root@T2:/etc/apache2/mods-available# a2enconf
Your choices are: charset javascript-common localized-error-pages other-vhosts-access-log php7.0-cgi php7.0-fpm security serve-cgi-bin servername zoneminder
Which conf(s) do you want to enable (wildcards ok)?
*
Conf charset already enabled
Conf javascript-common already enabled
Conf localized-error-pages already enabled
Conf other-vhosts-access-log already enabled
Conf php7.0-cgi already enabled
Conf php7.0-fpm already enabled
Conf security already enabled
Conf serve-cgi-bin already enabled
Conf servername already enabled
Conf zoneminder already enabled
root@T2:/etc/apache2/mods-available#
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by bbunge »

I had run a test of that procedure about two weeks ago with no issues. Will do it again as I get time.

Have to ask if you are using Microsoft Edge or IE web browser? If so switch to Firefox as the Microsoft browsers do not stream from Zm.
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by bbunge »

I just ran the instructions from the WIKI:
https://wiki.zoneminder.com/Debian_9_64 ... e_Easy_Way
Used my Debian 9.4 image and my USB test camera.
No issues except ZMNinja does not work as there have been issues with the API in the past.
If you want a "Debian" version that works switch to Ubuntu...
lbm
Posts: 87
Joined: Mon Mar 26, 2018 7:44 pm

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by lbm »

Im running Debian 9.4 here, at it works. I did not really follow the guides listet here, so I had some hickups, which I managed to fix. An one of them was the cgi module not loaded.

So in short. It is defiantly possible to get working on Debian 9.4
4u2fast
Posts: 9
Joined: Wed Apr 11, 2018 11:27 am

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by 4u2fast »

Hi bbunge,

i tried Chrome, IE and Firefox same results and same errors in the log.
4u2fast
Posts: 9
Joined: Wed Apr 11, 2018 11:27 am

Re: ZM 1.30 on Debian 9.4 no streams :-(

Post by 4u2fast »

php is running fine, have tested it with test.php

Code: Select all

PHP logo
PHP Version 7.0.27-0+deb9u1
System	Linux T2 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) x86_64
Build Date	Jan 5 2018 13:51:52
Server API	Apache 2.0 Handler
Virtual Directory Support	disabled
Configuration File (php.ini) Path	/etc/php/7.0/apache2
Loaded Configuration File	/etc/php/7.0/apache2/php.ini
Scan this dir for additional .ini files	/etc/php/7.0/apache2/conf.d
Additional .ini files parsed	/etc/php/7.0/apache2/conf.d/10-mysqlnd.ini, /etc/php/7.0/apache2/conf.d/10-opcache.ini, /etc/php/7.0/apache2/conf.d/10-pdo.ini, /etc/php/7.0/apache2/conf.d/15-xml.ini, /etc/php/7.0/apache2/conf.d/20-apcu.ini, /etc/php/7.0/apache2/conf.d/20-apcu_bc.ini, /etc/php/7.0/apache2/conf.d/20-bcmath.ini, /etc/php/7.0/apache2/conf.d/20-calendar.ini, /etc/php/7.0/apache2/conf.d/20-ctype.ini, /etc/php/7.0/apache2/conf.d/20-dom.ini, /etc/php/7.0/apache2/conf.d/20-exif.ini, /etc/php/7.0/apache2/conf.d/20-fileinfo.ini, /etc/php/7.0/apache2/conf.d/20-ftp.ini, /etc/php/7.0/apache2/conf.d/20-gd.ini, /etc/php/7.0/apache2/conf.d/20-gettext.ini, /etc/php/7.0/apache2/conf.d/20-iconv.ini, /etc/php/7.0/apache2/conf.d/20-json.ini, /etc/php/7.0/apache2/conf.d/20-mbstring.ini, /etc/php/7.0/apache2/conf.d/20-mcrypt.ini, /etc/php/7.0/apache2/conf.d/20-mysqli.ini, /etc/php/7.0/apache2/conf.d/20-pdo_mysql.ini, /etc/php/7.0/apache2/conf.d/20-phar.ini, /etc/php/7.0/apache2/conf.d/20-posix.ini, /etc/php/7.0/apache2/conf.d/20-readline.ini, /etc/php/7.0/apache2/conf.d/20-shmop.ini, /etc/php/7.0/apache2/conf.d/20-simplexml.ini, /etc/php/7.0/apache2/conf.d/20-sockets.ini, /etc/php/7.0/apache2/conf.d/20-sysvmsg.ini, /etc/php/7.0/apache2/conf.d/20-sysvsem.ini, /etc/php/7.0/apache2/conf.d/20-sysvshm.ini, /etc/php/7.0/apache2/conf.d/20-tokenizer.ini, /etc/php/7.0/apache2/conf.d/20-wddx.ini, /etc/php/7.0/apache2/conf.d/20-xmlreader.ini, /etc/php/7.0/apache2/conf.d/20-xmlwriter.ini, /etc/php/7.0/apache2/conf.d/20-xsl.ini
PHP API	20151012
PHP Extension	20151012
Zend Extension	320151012
Zend Extension Build	API320151012,NTS
PHP Extension Build	API20151012,NTS
Debug Build	no
Thread Safety	disabled
Zend Signal Handling	disabled
Zend Memory Manager	enabled
Zend Multibyte Support	provided by mbstring
IPv6 Support	enabled
DTrace Support	available, disabled
Registered PHP Streams	https, ftps, compress.zlib, php, file, glob, data, http, ftp, phar
Registered Stream Socket Transports	tcp, udp, unix, udg, ssl, sslv2, tls, tlsv1.0, tlsv1.1, tlsv1.2
Registered Stream Filters	zlib.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, convert.iconv.*, mcrypt.*, mdecrypt.*
Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.0.27-0+deb9u1, Copyright (c) 1999-2017, by Zend Technologies
Configuration
apache2handler
Apache Version	Apache/2.4.25 (Debian)
Apache API Version	20120211
Server Administrator	webmaster@localhost
Hostname:Port	localhost:0
User/Group	www-data(33)/33
Max Requests	Per Child: 0 - Keep Alive: on - Max Per Connection: 100
Timeouts	Connection: 300 - Keep-Alive: 5
Virtual Server	Yes
Server Root	/etc/apache2
Loaded Modules	core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_alias mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_cgid mod_deflate mod_dir mod_env mod_filter mod_mime prefork mod_negotiation mod_php7 mod_proxy mod_proxy_fcgi mod_reqtimeout mod_rewrite mod_setenvif mod_status
Directive	Local Value	Master Value
engine	1	1
last_modified	0	0
xbithack	0	0
Apache Environment
Variable	Value
HTTP_HOST	t2
HTTP_CONNECTION	keep-alive
HTTP_UPGRADE_INSECURE_REQUESTS	1
HTTP_USER_AGENT	Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
HTTP_ACCEPT	text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
HTTP_ACCEPT_ENCODING	gzip, deflate
HTTP_ACCEPT_LANGUAGE	de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7
HTTP_COOKIE	X-OPENMEDIAVAULT-LOGIN-%242y%2410%24hjcL0Kwq0WgseEq2XRmdeueJiU%2FM.OM88oV7Il84LJcY7N5l7hSey=The+beginning+of+knowledge+is+the+discovery+of+something+we+do+not+understand.; replayMode=single; X-OPENMEDIAVAULT-LOGIN-%242y%2410%249xvvK.s4TgJS5h6EWU12EO00xfisSrSeWPsfGM9LdXJtTIUq3ubze=Fear+is+the+mind-killer.; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24sSOT5r47a80BVFL%2FwRNXt.XfDseilM24uLlH9gy.g27P0LRbBPPVa=He+who+controls+the+spice+controls+the+universe.; zmMontageLayout=montage_freeform.css; zmMontageScale=33; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24QE96ds%2Fi1uAAo9orZhMFT.yZLmqPuvX9NI4tr4KgWdhRT81wMwNN2=Without+change+something+sleeps+inside+us%2C+and+seldom+awakens.+The+sleeper+must+awaken.; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24JD1nqzzkR12AihFAwzl%2Fq.WHMkKIkGcogCwIXsKvCVHTZ8m8uEdze=A+large+populace+held+in+check+by+a+small+but+powerful+force+is+quite+a+common+situation+in+our+universe.+And+we+know+the+major+conditions+wherein+this+large+populace+may+turn+upon+its+keepers%3A+When+they+find+a+leader.+This+is+the+most+volatile+threat+to+the+powerful%3B+they+must+retain+control+of+leaders.+When+the+populace+recognizes+its+chains.+Keep+the+populace+blind+and+unquestioning.+When+the+populace+perceives+a+hope+of+escape+from+bondage.+They+must+never+even+believe+that+escape+is+possible%21; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24O8DjusksBRDxWDQUfXBaKegLqmUSJyZYoEZsgyXpUcGSBbBoOhgWK=Fear+is+the+mind-killer.; X-OPENMEDIAVAULT-SESSIONID=18gm9clur1cks0le6078k4sql2; ZMSESSID=k0vghbj1sbauugsrksp5u28a84
PATH	/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE	<address>Apache/2.4.25 (Debian) Server at t2 Port 80</address>
SERVER_SOFTWARE	Apache/2.4.25 (Debian)
SERVER_NAME	t2
SERVER_ADDR	192.168.0.5
SERVER_PORT	80
REMOTE_ADDR	192.168.0.109
DOCUMENT_ROOT	/var/www/html
REQUEST_SCHEME	http
CONTEXT_PREFIX	no value
CONTEXT_DOCUMENT_ROOT	/var/www/html
SERVER_ADMIN	webmaster@localhost
SCRIPT_FILENAME	/var/www/html/test.php
REMOTE_PORT	60261
GATEWAY_INTERFACE	CGI/1.1
SERVER_PROTOCOL	HTTP/1.1
REQUEST_METHOD	GET
QUERY_STRING	no value
REQUEST_URI	/test.php
SCRIPT_NAME	/test.php
HTTP Headers Information
HTTP Request Headers
HTTP Request	GET /test.php HTTP/1.1
Host	t2
Connection	keep-alive
Upgrade-Insecure-Requests	1
User-Agent	Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
Accept	text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding	gzip, deflate
Accept-Language	de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7
Cookie	X-OPENMEDIAVAULT-LOGIN-%242y%2410%24hjcL0Kwq0WgseEq2XRmdeueJiU%2FM.OM88oV7Il84LJcY7N5l7hSey=The+beginning+of+knowledge+is+the+discovery+of+something+we+do+not+understand.; replayMode=single; X-OPENMEDIAVAULT-LOGIN-%242y%2410%249xvvK.s4TgJS5h6EWU12EO00xfisSrSeWPsfGM9LdXJtTIUq3ubze=Fear+is+the+mind-killer.; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24sSOT5r47a80BVFL%2FwRNXt.XfDseilM24uLlH9gy.g27P0LRbBPPVa=He+who+controls+the+spice+controls+the+universe.; zmMontageLayout=montage_freeform.css; zmMontageScale=33; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24QE96ds%2Fi1uAAo9orZhMFT.yZLmqPuvX9NI4tr4KgWdhRT81wMwNN2=Without+change+something+sleeps+inside+us%2C+and+seldom+awakens.+The+sleeper+must+awaken.; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24JD1nqzzkR12AihFAwzl%2Fq.WHMkKIkGcogCwIXsKvCVHTZ8m8uEdze=A+large+populace+held+in+check+by+a+small+but+powerful+force+is+quite+a+common+situation+in+our+universe.+And+we+know+the+major+conditions+wherein+this+large+populace+may+turn+upon+its+keepers%3A+When+they+find+a+leader.+This+is+the+most+volatile+threat+to+the+powerful%3B+they+must+retain+control+of+leaders.+When+the+populace+recognizes+its+chains.+Keep+the+populace+blind+and+unquestioning.+When+the+populace+perceives+a+hope+of+escape+from+bondage.+They+must+never+even+believe+that+escape+is+possible%21; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24O8DjusksBRDxWDQUfXBaKegLqmUSJyZYoEZsgyXpUcGSBbBoOhgWK=Fear+is+the+mind-killer.; X-OPENMEDIAVAULT-SESSIONID=18gm9clur1cks0le6078k4sql2; ZMSESSID=k0vghbj1sbauugsrksp5u28a84
HTTP Response Headers
apc
APC Compatibility	1.0.3
APCu Version	5.1.3
Build Date	Mar 1 2016 10:10:17
apcu
APCu Support	Enabled
Version	5.1.8
APCu Debugging	Disabled
MMAP Support	Enabled
MMAP File Mask	no value
Serialization Support	php
Build Date	Jan 23 2017 10:24:34
Directive	Local Value	Master Value
apc.coredump_unmap	Off	Off
apc.enable_cli	Off	Off
apc.enabled	On	On
apc.entries_hint	4096	4096
apc.gc_ttl	3600	3600
apc.mmap_file_mask	no value	no value
apc.preload_path	no value	no value
apc.serializer	php	php
apc.shm_segments	1	1
apc.shm_size	32M	32M
apc.slam_defense	On	On
apc.smart	0	0
apc.ttl	0	0
apc.use_request_time	On	On
apc.writable	/tmp	/tmp
bcmath
BCMath support	enabled
Directive	Local Value	Master Value
bcmath.scale	0	0
calendar
Calendar support	enabled
Core
PHP Version	7.0.27-0+deb9u1
Directive	Local Value	Master Value
allow_url_fopen	On	On
allow_url_include	Off	Off
arg_separator.input	&	&
arg_separator.output	&	&
auto_append_file	no value	no value
auto_globals_jit	On	On
auto_prepend_file	no value	no value
browscap	no value	no value
default_charset	UTF-8	UTF-8
default_mimetype	text/html	text/html
disable_classes	no value	no value
disable_functions	pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,	pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
display_errors	Off	Off
display_startup_errors	Off	Off
doc_root	no value	no value
docref_ext	no value	no value
docref_root	no value	no value
enable_dl	Off	Off
enable_post_data_reading	On	On
error_append_string	no value	no value
error_log	no value	no value
error_prepend_string	no value	no value
error_reporting	22527	22527
exit_on_timeout	Off	Off
expose_php	Off	Off
extension_dir	/usr/lib/php/20151012	/usr/lib/php/20151012
file_uploads	On	On
highlight.comment	#FF8000	#FF8000
highlight.default	#0000BB	#0000BB
highlight.html	#000000	#000000
highlight.keyword	#007700	#007700
highlight.string	#DD0000	#DD0000
html_errors	On	On
ignore_repeated_errors	Off	Off
ignore_repeated_source	Off	Off
ignore_user_abort	Off	Off
implicit_flush	Off	Off
include_path	.:/usr/share/php	.:/usr/share/php
input_encoding	no value	no value
internal_encoding	no value	no value
log_errors	On	On
log_errors_max_len	1024	1024
mail.add_x_header	On	On
mail.force_extra_parameters	no value	no value
mail.log	no value	no value
max_execution_time	30	30
max_file_uploads	20	20
max_input_nesting_level	64	64
max_input_time	60	60
max_input_vars	1000	1000
memory_limit	128M	128M
open_basedir	no value	no value
output_buffering	4096	4096
output_encoding	no value	no value
output_handler	no value	no value
post_max_size	8M	8M
precision	14	14
realpath_cache_size	4096K	4096K
realpath_cache_ttl	120	120
register_argc_argv	Off	Off
report_memleaks	On	On
report_zend_debug	On	On
request_order	GP	GP
sendmail_from	no value	no value
sendmail_path	/usr/sbin/sendmail -t -i 	/usr/sbin/sendmail -t -i 
serialize_precision	17	17
short_open_tag	Off	Off
SMTP	localhost	localhost
smtp_port	25	25
sql.safe_mode	Off	Off
sys_temp_dir	no value	no value
track_errors	Off	Off
unserialize_callback_func	no value	no value
upload_max_filesize	2M	2M
upload_tmp_dir	no value	no value
user_dir	no value	no value
user_ini.cache_ttl	300	300
user_ini.filename	.user.ini	.user.ini
variables_order	GPCS	GPCS
xmlrpc_error_number	0	0
xmlrpc_errors	Off	Off
zend.assertions	-1	-1
zend.detect_unicode	On	On
zend.enable_gc	On	On
zend.multibyte	Off	Off
zend.script_encoding	no value	no value
ctype
ctype functions	enabled
date
date/time support	enabled
timelib version	2016.02
"Olson" Timezone Database Version	0.system
Timezone Database	internal
Default timezone	Europe/Berlin
Directive	Local Value	Master Value
date.default_latitude	31.7667	31.7667
date.default_longitude	35.2333	35.2333
date.sunrise_zenith	90.583333	90.583333
date.sunset_zenith	90.583333	90.583333
date.timezone	Europe/Berlin	Europe/Berlin
dom
DOM/XML	enabled
DOM/XML API Version	20031129
libxml Version	2.9.4
HTML Support	enabled
XPath Support	enabled
XPointer Support	enabled
Schema Support	enabled
RelaxNG Support	enabled
exif
EXIF Support	enabled
EXIF Version	7.0.27-0+deb9u1
Supported EXIF Version	0220
Supported filetypes	JPEG,TIFF
Directive	Local Value	Master Value
exif.decode_jis_intel	JIS	JIS
exif.decode_jis_motorola	JIS	JIS
exif.decode_unicode_intel	UCS-2LE	UCS-2LE
exif.decode_unicode_motorola	UCS-2BE	UCS-2BE
exif.encode_jis	no value	no value
exif.encode_unicode	ISO-8859-15	ISO-8859-15
fileinfo
fileinfo support	enabled
version	1.0.5
libmagic	522
filter
Input Validation and Filtering	enabled
Revision	$Id: 28fcca4bfda9c9907588a64d245b49cb398249d8 $
Directive	Local Value	Master Value
filter.default	unsafe_raw	unsafe_raw
filter.default_flags	no value	no value
ftp
FTP support	enabled
FTPS support	enabled
gd
GD Support	enabled
GD headers Version	2.2.4
GD library Version	2.2.4
FreeType Support	enabled
FreeType Linkage	with freetype
FreeType Version	2.6.3
GIF Read Support	enabled
GIF Create Support	enabled
JPEG Support	enabled
libJPEG Version	6b
PNG Support	enabled
libPNG Version	1.6.28
WBMP Support	enabled
XPM Support	enabled
libXpm Version	30411
XBM Support	enabled
WebP Support	enabled
Directive	Local Value	Master Value
gd.jpeg_ignore_warning	0	0
gettext
GetText Support	enabled
hash
hash support	enabled
Hashing Engines	md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
MHASH support	Enabled
MHASH API Version	Emulated Support
iconv
iconv support	enabled
iconv implementation	glibc
iconv library version	2.24
Directive	Local Value	Master Value
iconv.input_encoding	no value	no value
iconv.internal_encoding	no value	no value
iconv.output_encoding	no value	no value
json
json support	enabled
json version	1.4.0
libxml
libXML support	active
libXML Compiled Version	2.9.4
libXML Loaded Version	20904
libXML streams	enabled
mbstring
Multibyte Support	enabled
Multibyte string engine	libmbfl
HTTP input encoding translation	disabled
libmbfl version	1.3.2
oniguruma version	5.9.6
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Multibyte (japanese) regex support	enabled
Multibyte regex (oniguruma) backtrack check	On
Multibyte regex (oniguruma) version	5.9.6
Directive	Local Value	Master Value
mbstring.detect_order	no value	no value
mbstring.encoding_translation	Off	Off
mbstring.func_overload	0	0
mbstring.http_input	no value	no value
mbstring.http_output	no value	no value
mbstring.http_output_conv_mimetypes	^(text/|application/xhtml\+xml)	^(text/|application/xhtml\+xml)
mbstring.internal_encoding	no value	no value
mbstring.language	neutral	neutral
mbstring.strict_detection	Off	Off
mbstring.substitute_character	no value	no value
mcrypt
mcrypt support	enabled
mcrypt_filter support	enabled
Version	2.5.8
Api No	20021217
Supported ciphers	cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes	cbc cfb ctr ecb ncfb nofb ofb stream
Directive	Local Value	Master Value
mcrypt.algorithms_dir	no value	no value
mcrypt.modes_dir	no value	no value
mysqli
MysqlI Support	enabled
Client API library version	mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
Active Persistent Links	0
Inactive Persistent Links	0
Active Links	0
Directive	Local Value	Master Value
mysqli.allow_local_infile	On	On
mysqli.allow_persistent	On	On
mysqli.default_host	no value	no value
mysqli.default_port	3306	3306
mysqli.default_pw	no value	no value
mysqli.default_socket	no value	no value
mysqli.default_user	no value	no value
mysqli.max_links	Unlimited	Unlimited
mysqli.max_persistent	Unlimited	Unlimited
mysqli.reconnect	Off	Off
mysqli.rollback_on_cached_plink	Off	Off
mysqlnd
mysqlnd	enabled
Version	mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
Compression	supported
core SSL	supported
extended SSL	supported
Command buffer size	4096
Read buffer size	32768
Read timeout	31536000
Collecting statistics	Yes
Collecting memory statistics	No
Tracing	n/a
Loaded plugins	mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password
API Extensions	mysqli,pdo_mysql
mysqlnd statistics	
bytes_sent	2970
bytes_received	247142
packets_sent	44
packets_received	546
protocol_overhead_in	2184
protocol_overhead_out	176
bytes_received_ok_packet	0
bytes_received_eof_packet	0
bytes_received_rset_header_packet	72
bytes_received_rset_field_meta_packet	0
bytes_received_rset_row_packet	54
bytes_received_prepare_response_packet	3568
bytes_received_change_user_packet	243116
packets_sent_command	20
packets_received_ok	0
packets_received_eof	0
packets_received_rset_header	8
packets_received_rset_field_meta	0
packets_received_rset_row	6
packets_received_prepare_response	84
packets_received_change_user	438
result_set_queries	2
non_result_set_queries	4
no_index_used	2
bad_index_used	0
slow_queries	0
buffered_sets	0
unbuffered_sets	0
ps_buffered_sets	2
ps_unbuffered_sets	0
flushed_normal_sets	0
flushed_ps_sets	0
ps_prepared_never_executed	0
ps_prepared_once_executed	6
rows_fetched_from_server_normal	0
rows_fetched_from_server_ps	436
rows_buffered_from_client_normal	0
rows_buffered_from_client_ps	436
rows_fetched_from_client_normal_buffered	0
rows_fetched_from_client_normal_unbuffered	0
rows_fetched_from_client_ps_buffered	436
rows_fetched_from_client_ps_unbuffered	0
rows_fetched_from_client_ps_cursor	0
rows_affected_normal	0
rows_affected_ps	0
rows_skipped_normal	0
rows_skipped_ps	436
copy_on_write_saved	0
copy_on_write_performed	0
command_buffer_too_small	0
connect_success	2
connect_failure	0
connection_reused	0
reconnect	0
pconnect_success	0
active_connections	18446744073709551614
active_persistent_connections	0
explicit_close	2
implicit_close	0
disconnect_close	0
in_middle_of_command_close	0
explicit_free_result	8
implicit_free_result	0
explicit_stmt_close	6
implicit_stmt_close	0
mem_emalloc_count	0
mem_emalloc_amount	0
mem_ecalloc_count	0
mem_ecalloc_amount	0
mem_erealloc_count	0
mem_erealloc_amount	0
mem_efree_count	0
mem_efree_amount	0
mem_malloc_count	0
mem_malloc_amount	0
mem_calloc_count	0
mem_calloc_amount	0
mem_realloc_count	0
mem_realloc_amount	0
mem_free_count	0
mem_free_amount	0
mem_estrndup_count	0
mem_strndup_count	0
mem_estndup_count	0
mem_strdup_count	0
proto_text_fetched_null	0
proto_text_fetched_bit	0
proto_text_fetched_tinyint	0
proto_text_fetched_short	0
proto_text_fetched_int24	0
proto_text_fetched_int	0
proto_text_fetched_bigint	0
proto_text_fetched_decimal	0
proto_text_fetched_float	0
proto_text_fetched_double	0
proto_text_fetched_date	0
proto_text_fetched_year	0
proto_text_fetched_time	0
proto_text_fetched_datetime	0
proto_text_fetched_timestamp	0
proto_text_fetched_string	0
proto_text_fetched_blob	0
proto_text_fetched_enum	0
proto_text_fetched_set	0
proto_text_fetched_geometry	0
proto_text_fetched_other	0
proto_binary_fetched_null	0
proto_binary_fetched_bit	0
proto_binary_fetched_tinyint	0
proto_binary_fetched_short	436
proto_binary_fetched_int24	436
proto_binary_fetched_int	0
proto_binary_fetched_bigint	0
proto_binary_fetched_decimal	0
proto_binary_fetched_float	0
proto_binary_fetched_double	0
proto_binary_fetched_date	0
proto_binary_fetched_year	0
proto_binary_fetched_time	0
proto_binary_fetched_datetime	0
proto_binary_fetched_timestamp	0
proto_binary_fetched_string	0
proto_binary_fetched_json	872
proto_binary_fetched_blob	3924
proto_binary_fetched_enum	0
proto_binary_fetched_set	0
proto_binary_fetched_geometry	0
proto_binary_fetched_other	0
init_command_executed_count	0
init_command_failed_count	0
com_quit	2
com_init_db	0
com_query	0
com_field_list	0
com_create_db	0
com_drop_db	0
com_refresh	0
com_shutdown	0
com_statistics	0
com_process_info	0
com_connect	0
com_process_kill	0
com_debug	0
com_ping	0
com_time	0
com_delayed_insert	0
com_change_user	0
com_binlog_dump	0
com_table_dump	0
com_connect_out	0
com_register_slave	0
com_stmt_prepare	6
com_stmt_execute	6
com_stmt_send_long_data	0
com_stmt_close	6
com_stmt_reset	0
com_stmt_set_option	0
com_stmt_fetch	0
com_deamon	0
bytes_received_real_data_normal	0
bytes_received_real_data_ps	234640
openssl
OpenSSL support	enabled
OpenSSL Library Version	OpenSSL 1.1.0f 25 May 2017
OpenSSL Header Version	OpenSSL 1.1.0f 25 May 2017
Openssl default config	/usr/lib/ssl/openssl.cnf
Directive	Local Value	Master Value
openssl.cafile	no value	no value
openssl.capath	no value	no value
pcre
PCRE (Perl Compatible Regular Expressions) Support	enabled
PCRE Library Version	8.39 2016-06-14
PCRE JIT Support	enabled
Directive	Local Value	Master Value
pcre.backtrack_limit	1000000	1000000
pcre.jit	1	1
pcre.recursion_limit	100000	100000
PDO
PDO support	enabled
PDO drivers	mysql
pdo_mysql
PDO Driver for MySQL	enabled
Client API version	mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
Directive	Local Value	Master Value
pdo_mysql.default_socket	/var/run/mysqld/mysqld.sock	/var/run/mysqld/mysqld.sock
Phar
Phar: PHP Archive support	enabled
Phar EXT version	2.0.2
Phar API version	1.1.1
SVN revision	$Id: 9d91fd26ae99260111b934cc25174387d4bd7059 $
Phar-based phar archives	enabled
Tar-based phar archives	enabled
ZIP-based phar archives	enabled
gzip compression	enabled
bzip2 compression	disabled (install pecl/bz2)
Native OpenSSL support	enabled
Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
Directive	Local Value	Master Value
phar.cache_list	no value	no value
phar.readonly	On	On
phar.require_hash	On	On
posix
Revision	$Id: b691ca925e7a085e6929579c4eba8fed0732e0ef $
readline
Readline Support	enabled
Readline library	EditLine wrapper
Directive	Local Value	Master Value
cli.pager	no value	no value
cli.prompt	\b \> 	\b \> 
Reflection
Reflection	enabled
Version	$Id: e5303663dcb329e17818853ff223e5ee01481f2c $
session
Session Support	enabled
Registered save handlers	files user
Registered serializer handlers	php_serialize php php_binary wddx
Directive	Local Value	Master Value
session.auto_start	Off	Off
session.cache_expire	180	180
session.cache_limiter	nocache	nocache
session.cookie_domain	no value	no value
session.cookie_httponly	Off	Off
session.cookie_lifetime	0	0
session.cookie_path	/	/
session.cookie_secure	Off	Off
session.entropy_file	/dev/urandom	/dev/urandom
session.entropy_length	32	32
session.gc_divisor	1000	1000
session.gc_maxlifetime	1440	1440
session.gc_probability	0	0
session.hash_bits_per_character	5	5
session.hash_function	0	0
session.lazy_write	On	On
session.name	PHPSESSID	PHPSESSID
session.referer_check	no value	no value
session.save_handler	files	files
session.save_path	/var/lib/php/sessions	/var/lib/php/sessions
session.serialize_handler	php	php
session.upload_progress.cleanup	On	On
session.upload_progress.enabled	On	On
session.upload_progress.freq	1%	1%
session.upload_progress.min_freq	1	1
session.upload_progress.name	PHP_SESSION_UPLOAD_PROGRESS	PHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefix	upload_progress_	upload_progress_
session.use_cookies	On	On
session.use_only_cookies	On	On
session.use_strict_mode	Off	Off
session.use_trans_sid	0	0
shmop
shmop support	enabled
SimpleXML
Simplexml support	enabled
Revision	$Id: 0637e06af859ca1d0dea9c2f1530e51b98f1970e $
Schema support	enabled
sockets
Sockets Support	enabled
SPL
SPL support	enabled
Interfaces	Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes	AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException
standard
Dynamic Library Support	enabled
Path to sendmail	/usr/sbin/sendmail -t -i
Directive	Local Value	Master Value
assert.active	1	1
assert.bail	0	0
assert.callback	no value	no value
assert.exception	0	0
assert.quiet_eval	0	0
assert.warning	1	1
auto_detect_line_endings	0	0
default_socket_timeout	60	60
from	no value	no value
url_rewriter.tags	a=href,area=href,frame=src,input=src,form=fakeentry	a=href,area=href,frame=src,input=src,form=fakeentry
user_agent	no value	no value
sysvmsg
sysvmsg support	enabled
Revision	$Id: dfb999763f95bfe9609fae60b4e07a492888ec7c $
sysvsem
Version	7.0.27-0+deb9u1
sysvshm
Version	7.0.27-0+deb9u1
tokenizer
Tokenizer Support	enabled
wddx
WDDX Support	enabled
WDDX Session Serializer	enabled
xml
XML Support	active
XML Namespace Support	active
libxml2 Version	2.9.4
xmlreader
XMLReader	enabled
xmlwriter
XMLWriter	enabled
xsl
XSL	enabled
libxslt Version	1.1.29
libxslt compiled against libxml Version	2.9.4
EXSLT	enabled
libexslt Version	1.1.29
Zend OPcache
Opcode Caching	Up and Running
Optimization	Enabled
SHM Cache	Enabled
File Cache	Disabled
Startup	OK
Shared memory model	mmap
Cache hits	82
Cache misses	23
Used memory	9794664
Free memory	57314200
Wasted memory	0
Interned Strings Used memory	358632
Interned Strings Free memory	3835672
Cached scripts	23
Cached keys	44
Max keys	3907
OOM restarts	0
Hash keys restarts	0
Manual restarts	0
Directive	Local Value	Master Value
opcache.blacklist_filename	no value	no value
opcache.consistency_checks	0	0
opcache.dups_fix	Off	Off
opcache.enable	On	On
opcache.enable_cli	Off	Off
opcache.enable_file_override	Off	Off
opcache.error_log	no value	no value
opcache.fast_shutdown	0	0
opcache.file_cache	no value	no value
opcache.file_cache_consistency_checks	1	1
opcache.file_cache_only	0	0
opcache.file_update_protection	2	2
opcache.force_restart_timeout	180	180
opcache.huge_code_pages	Off	Off
opcache.inherited_hack	On	On
opcache.interned_strings_buffer	4	4
opcache.lockfile_path	/tmp	/tmp
opcache.log_verbosity_level	1	1
opcache.max_accelerated_files	2000	2000
opcache.max_file_size	0	0
opcache.max_wasted_percentage	5	5
opcache.memory_consumption	64	64
opcache.optimization_level	0x7FFFBFFF	0x7FFFBFFF
opcache.preferred_memory_model	no value	no value
opcache.protect_memory	0	0
opcache.restrict_api	no value	no value
opcache.revalidate_freq	2	2
opcache.revalidate_path	Off	Off
opcache.save_comments	1	1
opcache.use_cwd	On	On
opcache.validate_permission	Off	Off
opcache.validate_root	Off	Off
opcache.validate_timestamps	On	On
zlib
ZLib Support	enabled
Stream Wrapper	compress.zlib://
Stream Filter	zlib.inflate, zlib.deflate
Compiled Version	1.2.8
Linked Version	1.2.8
Directive	Local Value	Master Value
zlib.output_compression	Off	Off
zlib.output_compression_level	-1	-1
zlib.output_handler	no value	no value
Additional Modules
Module Name
Environment
Variable	Value
APACHE_RUN_DIR	/var/run/apache2
APACHE_PID_FILE	/var/run/apache2/apache2.pid
JOURNAL_STREAM	8:4693701
PATH	/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INVOCATION_ID	3083c76c88da44678c9ce9dee59971b0
APACHE_LOCK_DIR	/var/lock/apache2
LANG	C
APACHE_RUN_USER	www-data
APACHE_RUN_GROUP	www-data
APACHE_LOG_DIR	/var/log/apache2
PWD	/
PHP Variables
Variable	Value
$_COOKIE['X-OPENMEDIAVAULT-LOGIN-$2y$10$hjcL0Kwq0WgseEq2XRmdeueJiU/M_OM88oV7Il84LJcY7N5l7hSey']	The beginning of knowledge is the discovery of something we do not understand.
$_COOKIE['replayMode']	single
$_COOKIE['X-OPENMEDIAVAULT-LOGIN-$2y$10$9xvvK_s4TgJS5h6EWU12EO00xfisSrSeWPsfGM9LdXJtTIUq3ubze']	Fear is the mind-killer.
$_COOKIE['X-OPENMEDIAVAULT-LOGIN-$2y$10$sSOT5r47a80BVFL/wRNXt_XfDseilM24uLlH9gy_g27P0LRbBPPVa']	He who controls the spice controls the universe.
$_COOKIE['zmMontageLayout']	montage_freeform.css
$_COOKIE['zmMontageScale']	33
$_COOKIE['X-OPENMEDIAVAULT-LOGIN-$2y$10$QE96ds/i1uAAo9orZhMFT_yZLmqPuvX9NI4tr4KgWdhRT81wMwNN2']	Without change something sleeps inside us, and seldom awakens. The sleeper must awaken.
$_COOKIE['X-OPENMEDIAVAULT-LOGIN-$2y$10$JD1nqzzkR12AihFAwzl/q_WHMkKIkGcogCwIXsKvCVHTZ8m8uEdze']	A large populace held in check by a small but powerful force is quite a common situation in our universe. And we know the major conditions wherein this large populace may turn upon its keepers: When they find a leader. This is the most volatile threat to the powerful; they must retain control of leaders. When the populace recognizes its chains. Keep the populace blind and unquestioning. When the populace perceives a hope of escape from bondage. They must never even believe that escape is possible!
$_COOKIE['X-OPENMEDIAVAULT-LOGIN-$2y$10$O8DjusksBRDxWDQUfXBaKegLqmUSJyZYoEZsgyXpUcGSBbBoOhgWK']	Fear is the mind-killer.
$_COOKIE['X-OPENMEDIAVAULT-SESSIONID']	18gm9clur1cks0le6078k4sql2
$_COOKIE['ZMSESSID']	k0vghbj1sbauugsrksp5u28a84
$_SERVER['HTTP_HOST']	t2
$_SERVER['HTTP_CONNECTION']	keep-alive
$_SERVER['HTTP_UPGRADE_INSECURE_REQUESTS']	1
$_SERVER['HTTP_USER_AGENT']	Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
$_SERVER['HTTP_ACCEPT']	text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
$_SERVER['HTTP_ACCEPT_ENCODING']	gzip, deflate
$_SERVER['HTTP_ACCEPT_LANGUAGE']	de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7
$_SERVER['HTTP_COOKIE']	X-OPENMEDIAVAULT-LOGIN-%242y%2410%24hjcL0Kwq0WgseEq2XRmdeueJiU%2FM.OM88oV7Il84LJcY7N5l7hSey=The+beginning+of+knowledge+is+the+discovery+of+something+we+do+not+understand.; replayMode=single; X-OPENMEDIAVAULT-LOGIN-%242y%2410%249xvvK.s4TgJS5h6EWU12EO00xfisSrSeWPsfGM9LdXJtTIUq3ubze=Fear+is+the+mind-killer.; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24sSOT5r47a80BVFL%2FwRNXt.XfDseilM24uLlH9gy.g27P0LRbBPPVa=He+who+controls+the+spice+controls+the+universe.; zmMontageLayout=montage_freeform.css; zmMontageScale=33; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24QE96ds%2Fi1uAAo9orZhMFT.yZLmqPuvX9NI4tr4KgWdhRT81wMwNN2=Without+change+something+sleeps+inside+us%2C+and+seldom+awakens.+The+sleeper+must+awaken.; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24JD1nqzzkR12AihFAwzl%2Fq.WHMkKIkGcogCwIXsKvCVHTZ8m8uEdze=A+large+populace+held+in+check+by+a+small+but+powerful+force+is+quite+a+common+situation+in+our+universe.+And+we+know+the+major+conditions+wherein+this+large+populace+may+turn+upon+its+keepers%3A+When+they+find+a+leader.+This+is+the+most+volatile+threat+to+the+powerful%3B+they+must+retain+control+of+leaders.+When+the+populace+recognizes+its+chains.+Keep+the+populace+blind+and+unquestioning.+When+the+populace+perceives+a+hope+of+escape+from+bondage.+They+must+never+even+believe+that+escape+is+possible%21; X-OPENMEDIAVAULT-LOGIN-%242y%2410%24O8DjusksBRDxWDQUfXBaKegLqmUSJyZYoEZsgyXpUcGSBbBoOhgWK=Fear+is+the+mind-killer.; X-OPENMEDIAVAULT-SESSIONID=18gm9clur1cks0le6078k4sql2; ZMSESSID=k0vghbj1sbauugsrksp5u28a84
$_SERVER['PATH']	/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
$_SERVER['SERVER_SIGNATURE']	<address>Apache/2.4.25 (Debian) Server at t2 Port 80</address>
$_SERVER['SERVER_SOFTWARE']	Apache/2.4.25 (Debian)
$_SERVER['SERVER_NAME']	t2
$_SERVER['SERVER_ADDR']	192.168.0.5
$_SERVER['SERVER_PORT']	80
$_SERVER['REMOTE_ADDR']	192.168.0.109
$_SERVER['DOCUMENT_ROOT']	/var/www/html
$_SERVER['REQUEST_SCHEME']	http
$_SERVER['CONTEXT_PREFIX']	no value
$_SERVER['CONTEXT_DOCUMENT_ROOT']	/var/www/html
$_SERVER['SERVER_ADMIN']	webmaster@localhost
$_SERVER['SCRIPT_FILENAME']	/var/www/html/test.php
$_SERVER['REMOTE_PORT']	60261
$_SERVER['GATEWAY_INTERFACE']	CGI/1.1
$_SERVER['SERVER_PROTOCOL']	HTTP/1.1
$_SERVER['REQUEST_METHOD']	GET
$_SERVER['QUERY_STRING']	no value
$_SERVER['REQUEST_URI']	/test.php
$_SERVER['SCRIPT_NAME']	/test.php
$_SERVER['PHP_SELF']	/test.php
$_SERVER['REQUEST_TIME_FLOAT']	1523521729.471
$_SERVER['REQUEST_TIME']	1523521729
Locked