Linux/오류

[Ubuntu 오류] OwnCloud 형상 서버 구축 시 firefox http://localhost 접속 오류 해결

디먼 2022. 3. 31. 09:16

문제

firefox http://localhost 접속 불가

 

 

해결

/etc/apache2/apache2.conf 마지막 줄에 Servername 127.0.0.1 추가한다

nano 편집기에서 마지막 줄로 가는 단축키는 alt + /

# service mysql restart ; service apache2 restart

 

후에 다시 접속하면 해결된다.