![[ubuntu] LAMP Stack 설치](https://i0.wp.com/blog.crois.net/wp-content/uploads/2017/10/ubuntu-image.png?resize=360%2C168&ssl=1)
[ubuntu] LAMP Stack 설치
ubuntu 18.04 LAMP Stack 설치 저장소 변경 및 시스템 업데이트 편의상 sudo -i 를 사용 합니다. root@test:~# vi /etc/apt/sources.list :%s/archive.ubuntu.com/mirror.kakao.com/g root@test:~# apt update && apt upgrade root@test:~# init 6 apache 설치 root@test:~# apt install -y apache2 apache2-utils root@test:~# systemctl status apache2 ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor... » read more
댓글을 달려면 로그인해야 합니다.