I run a server on Ubuntu 16.04 and recently did some updates, after the updates the Apache2 server does not run php correctly. the pages simply time out. I'm running a php Application Egroupware, which is written in php.
Running the php files from the command lie seems to work, of course nothing is rendered. I've been looking in the logs. I see these two php error messages
error.log.1:[Mon Dec 11 19:56:47.782040 2017] [:error] [pid 23063] [client 72.200.56.98:50468] script '/var/www/groupdav.php' not found or unable to stat
error.log.1:[Tue Dec 12 10:00:26.760406 2017] [:error] [pid 23064] [client 192.1.68.1.219:64798] PHP Fatal error: Maximum execution time of 90 seconds exceeded in /usr/share/egroupware/api/src/Framework/IncludeMgr.php on line 300
I could use some help figuring out what went wrong, It used to work just fine before the upgrade Honest.
hamlet@hamlet:/var/www/egroupware/setup$ apache2 -v
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2017-09-18T15:09:02
root@hamlet:/var/log# php -v
PHP 7.0.22-0ubuntu0.16.04.1 (cli) ( NTS )
Copyright © 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright © 1998-2017 Zend Technologies
with Zend OPcache v7.0.22-0ubuntu0.16.04.1, Copyright © 1999-2017,
by Zend Technologies
mysql -v
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 730
Server version: 5.7.20-0ubuntu0.16.04.1 (Ubuntu)
------------------------------------------------------------ ---------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx