Apache won't start after updating it and php to 7.2
I was trying to update my php version from 7.1 to 7.2, but then apache didn't use it, so i update it as well. Now I have php 7.2 installed and XAMPP 7.2.22. But when I try to start it, it says 'Starting...' for a while and then 'Stopped'
The error_logs only show this:
[Tue Sep 10 11:10:38.878211 2019] [mpm_prefork:notice] [pid 105] AH00169: caught SIGTERM, shutting down
[Tue Sep 10 11:11:19.745774 2019] [mpm_prefork:notice] [pid 104] AH00163: Apache/2.4.34 (Unix) configured -- resuming normal operations
[Tue Sep 10 11:11:19.866352 2019] [core:notice] [pid 104] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
sudo brew services listit shows me that it is stopped, withsudo killall httpdno output and withsudo apachectl stopthe output ishttpd (no pid file) not running, when i try to force quit the two in the Activity Monitor others start. What did I miss? - Nina