6 Answer
yum remove httpd* alone cant remove httpd completely. Follow the steps as shown below.
- Use yum list installed "httpd*" to list all the httpd packages
- Now use yum list installed "mod_" to list all modules that helps httpd.
- Remove all the listed packages with yum remove command.
- Once its removed, delete the user and group called "apache" .
- Followed by apache path rm -rf /var/www /etc/httpd /usr/lib/httpd
Thus we have completely removed httpd.
Thanks, I'm trying to remove the httpd also on my test server and this thread helps me.
I'm always excited to read your new posts. They never disappoint.
Thank you man!
This solved my problem!
Nice! Use the "httpd*" setting and choose to remove all.
Your Answer
x