The GUI of my FREEPBX by problems

The GUI of my FREEPBX by problems

I do not know why, but crying out the web interface /admin/config.php no longer starts

In apache error log I found this:

[Tue Jul 18 11:24:13.752912 2017] [mpm_prefork:notice] [pid 4411] AH00163: Apache/2.4.10 (Raspbian) configured – resuming normal operations
[Tue Jul 18 11:24:13.753108 2017] [core:notice] [pid 4411] AH00094: Command line: ‘/usr/sbin/apache2’
[Tue Jul 18 11:27:08.822030 2017] [mpm_prefork:error] [pid 4411] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
[Tue Jul 18 11:27:08.860151 2017] [:error] [pid 4415] [client 192.168.1.111:50988] PHP Warning: file_put_contents(/var/log/asterisk/freepbx_debug): failed to open stream: Permission denied in /var/www/html/admin/libraries/utility.functions.php on line 656
[Tue Jul 18 11:27:08.860277 2017] [:error] [pid 4415] [client 192.168.1.111:50988] PHP Notice: Undefined index: PHP_CONSOLE in /var/www/html/admin/libraries/utility.functions.php on line 659
[Tue Jul 18 11:27:08.860439 2017] [:error] [pid 4415] [client 192.168.1.111:50988] PHP Warning: file_put_contents(/var/log/asterisk/freepbx_debug): failed to open stream: Permission denied in /var/www/html/admin/libraries/utility.functions.php on line 656
[Tue Jul 18 11:27:08.860478 2017] [:error] [pid 4415] [client 192.168.1.111:50988] PHP Notice: Undefined index: PHP_CONSOLE in /var/www/html/admin/libraries/utility.functions.php on line 659
[Tue Jul 18 11:27:08.860561 2017] [:error] [pid 4415] [client 192.168.1.111:50988] PHP Fatal error: Class ‘Whoops\Run’ not found in /var/www/html/admin/bootstrap.php on line 119

If someone has a tip you are welcome!

Check that your RPi has enaough space disk, also check the apache owner.

For disk space no problem I have half the free partition.

root@raspbx:/etc/init.d# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 29G 19G 9.2G 67% /
devtmpfs 459M 0 459M 0% /dev
tmpfs 463M 0 463M 0% /dev/shm
tmpfs 463M 13M 451M 3% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 463M 0 463M 0% /sys/fs/cgroup
/dev/mmcblk0p1 75M 20M 55M 27% /boot

For the owner I would say it’s okay:

root@raspbx:/etc/init.d# ps aux | egrep ‘(apache|httpd)’
root 4411 0.0 2.4 116940 23400 ? Ss 11:24 0:00 /usr/sbin/apache2 -k start
asterisk 4415 0.0 1.5 117576 14804 ? S 11:24 0:00 /usr/sbin/apache2 -k start
asterisk 4416 0.0 0.6 116988 6484 ? S 11:24 0:00 /usr/sbin/apache2 -k start
asterisk 4417 0.0 0.6 116988 6484 ? S 11:24 0:00 /usr/sbin/apache2 -k start
asterisk 4418 0.0 0.6 116972 6484 ? S 11:24 0:00 /usr/sbin/apache2 -k start
asterisk 4419 0.0 0.6 116988 6484 ? S 11:24 0:00 /usr/sbin/apache2 -k start
root 10583 0.0 0.1 5936 1420 pts/0 S+ 13:26 0:00 grep -E (apache|httpd)

Other ideas?

Apache folders too not only running processes since you have a permission denied in your logs.