I have UwAmp 3.1.0, sometimes Apache has problems with closing, regardless of the version of PHP.
The log file tells me
[Thu Mar 03 12:50:58.385893 2016] [mpm_winnt:crit] [pid 544:tid 236] AH02538: Child: Parent process exited abruptly. Child process is ending
here is the configuration file for apache http://pastebin.com/iJZmdS3A
The problem is related to Windows 7 and Windows 10
thanks
I think this is a computer problem. I work with Uwamp "installed" on a USB dongle with multiple computers. This error occurs only each time the application is closed.
To make a product error, but so that it can be killed and continue to work, just find cmd, open it as admin, run the tasklist command, find the process name and kill it.
taskkill /IM name_of_process.exe /F
Source: https://habr.com/ru/post/1244448/More articles:How to get values ββfrom child components in React - jqueryStream highWaterMark misunderstanding - node.jsDynamically edit inline CSS with VueJS - javascriptWhy overload the varargs () method in the Java Stream interface? - javapython: find the first line in a string - pythonAnnotation @UiThreadTest creates "java.lang.Exception: no runnable methods" - androidusing @Autowired many times - javaCtrl + Click on the function name in the Atom editor and go to it. - javaHow to stop a process started by setting up external Eclipse tools - javaVertical bitwise COUNT (sum of units in the same position) - c ++All Articles