Apache still running after uninstalling
- by Ruslan Osipov
I am trying to uninstall apache to install nginx, but it doesn't seem to work.
$ ps aux | grep httpd
root 22348 0.0 0.2 167252 8864 ? Ss 14:33 0:00 /usr/sbin/httpd -k start -DSSL
apache 22353 0.0 0.1 167624 6088 ? S 14:33 0:00 /usr/sbin/httpd -k start -DSSL
apache 22354 0.0 0.1 167252 5292 ? S …