'uwamp apache error - Failed to kill process

I have UwAmp 3.1.0, sometimes the Apache has trouble to close properly regardless the PHP version installed.

Logs file are telling 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 the configuration file for apache http://pastebin.com/iJZmdS3A

The problem comes with Windows 7 and windows 10

error

thanks



Solution 1:[1]

I think it's a problem of computer. I work with Uwamp "installed" on usb key with several computers. This error occurs only with one each time i close the application.

Solution 2:[2]

That's a product bug, but to be able to kill it and continue the work just look for cmd, open it as admin, run the tasklist command, look for the name of the process and kill it.

taskkill /IM name_of_process.exe /F

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Running Duck
Solution 2 Kram