Uwamp apache error - Could not complete the process

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

error

thanks

+5
source share
2 answers

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.

+1
source

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 
0
source

Source: https://habr.com/ru/post/1244448/


All Articles