본문 바로가기

개발관련/AWS

Ubuntu + Apache + Bitnami Wordpress 조합에서 Ubuntu 버젼을 업그레이드 했을 때 Apache 기존 설정셋이 날라가서 Apache2 Ubuntu Default page가 뜰 때 해결방법

반응형

참고 : https://docs.bitnami.com/aws/apps/wordpress/

https://ubuntuforums.org/showthread.php?t=1636667

https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-16-04-lts

http://zzaps.tistory.com/242


Ubuntu + Apache + Bitnami Wordpress 조합에서 Ubuntu 버젼을 업그레이드 했을 때

Apache 기존 설정셋이 날라가서 Apache2 Ubuntu Default page가 뜰 때 해결방법


방법을 하나 찾음


1. ubuntu 14.04 LTS를 ubuntu 16.04 LTS로 업그레이드한다.

2. Apache2의 설정값이 변경된다. 

   localhost:80이 /var/www/html/index.html로 실행된다. 

   이것을 해결해야한다.

3. 먼저 현재 apache2를 중지한다. 

   $ sudo /etc/init.d/apache2 stop

4. 그다음 apache2를 bitnami ctlscript.sh를 통해 실행시킨다.

   $ /opt/bitnami/ctlscript.sh start

5. 실행되면 완료!

반응형