Infrid
Infrid

Reputation: 1

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

Upvotes: 4

Views: 3100

Answers (2)

Running Duck
Running Duck

Reputation: 19

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.

Upvotes: 0

Marco
Marco

Reputation: 1232

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

Upvotes: 0

Related Questions