How to edit httpd.conf file in AMAZON EC2

前端 未结 3 1009
醉梦人生
醉梦人生 2020-12-13 04:27

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

3条回答
  •  自闭症患者
    2020-12-13 04:50

    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.

提交回复
热议问题