Cédric Girard
Cédric Girard

Reputation: 3420

Why easyphp stop all apache processes on severals PC?

on some Windows PC, when I have both easyPHP and a standalone apache service configured on another network port and with a specific service name, I have a problem : when I stop easyphp, the other apache is stopped too.

The problem do not occur on all PC I have, but seems very strange to me. Any idea?

more information after answer from Radar : my process have a special name (ecapache), but easyphp does not seems to use process but rather lauch directly the servers.

Thanks Cédric

Upvotes: 0

Views: 1002

Answers (2)

Sakthivel
Sakthivel

Reputation: 1941

i think Both are integrated together, i was not occur in all PC because of port number.

Upvotes: 0

Ryan Bigg
Ryan Bigg

Reputation: 107728

Maybe how it's killing it is that it's finding all processes called "apache" or similar and just killing them, regardless of if it 'owns' it or not.

Upvotes: 1

Related Questions