I am trying to remove apache completely from my server,which is a ec2 instance, running Amazonian linux v2.6xx.
Lets assume I have a file in /etc/httpd/conf/xyz.txt
I am using the following code :
yum remove httpd
when I try to cd /etc/httpd
I get "there is no such directory" error.
Next, if I install httpd again, using this : yum install httpd
, and then if I look in /etc/httpd/conf/
I still have that file as it is.. untouched..
How is this possible ?
How do I "Clean" this ?