I'm not using php or php-fpm, but it's hogging port 9000. I need port 9000. I'd like to change the port. I changed it in /etc/php-fpm.conf
and /etc/php-fpm.d/www.conf
. listen = 127.0.0.1:9005. Still listening on 9000. If I kill it it just loads back up instantly with a different PID.
I'm ok uninstalling it too, but I can't figure out how to do that either. Any ideas?