0

When i start my debian box, php5-fpm says that it's failed to start. When i check the logs it says that port 900 is taken. But that couldn't be becouse there's nothing else runnong on port 9000. And the weirdest thing is that after it say's it has failed to start, php is running...

The package php5-fpm is from the dotdeb repo. Does anyone know how to fix this ?

Pockata
  • 101
  • 2

1 Answers1

1

use

netstat -tunap | grep 9000

to find out what is running on this port

ghloogh
  • 1,039
  • 5
  • 9