I am new on AMAZON EC2 Server, recently I have Installed PHP and MySQL and now I want to update file /etc/httpd/conf/httpd.conf
but the problem is, when
You have to change the file as root user. Do this:
sudo nano /etc/httpd/conf/httpd.conf
Make your changes and save with ctrl + O, Enter. Done.
It would be prompting you a alert, that you can duplicate it. So
Now all updates you did are saved in httpd.conf Cheers
I have found solution and its working...
$ sudo nano /etc/httpd/conf/httpd.conf