amazon linux로 웹 서버 만들기
1370 단어 mampAmazonLinux리눅스EC2AWS
전제
aws의 ec2에 amazon linux에서 인스턴스가 이미 시작되었으며 ssh 연결을 통해 명령에서 서버에 넣어야합니다.
구현
sudo yum update -y
sudo yum install -y httpd24 php70 mysql56-server php70-mysqlnd
sudo service httpd start
sudo chkconfig httpd on
chkconfig --list httpd
80번 포트 해제
아래 url에서 콘솔에 액세스하여 화면 왼쪽의 보안 그룹을 선택하여 포트를 해제합니다.
html 파일 만들기
$ pwd
/var/www/html
$ ls
index.html
실행
참고
Tutorial: Install a LAMP Web Server with the Amazon Linux AMI
Reference
이 문제에 관하여(amazon linux로 웹 서버 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/rh_/items/cd0aa198c254a1180aae
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
sudo yum update -y
sudo yum install -y httpd24 php70 mysql56-server php70-mysqlnd
sudo service httpd start
sudo chkconfig httpd on
chkconfig --list httpd
80번 포트 해제
아래 url에서 콘솔에 액세스하여 화면 왼쪽의 보안 그룹을 선택하여 포트를 해제합니다.
html 파일 만들기
$ pwd
/var/www/html
$ ls
index.html
실행
참고
Tutorial: Install a LAMP Web Server with the Amazon Linux AMI
Reference
이 문제에 관하여(amazon linux로 웹 서버 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/rh_/items/cd0aa198c254a1180aae
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ pwd
/var/www/html
$ ls
index.html
실행
참고
Tutorial: Install a LAMP Web Server with the Amazon Linux AMI
Reference
이 문제에 관하여(amazon linux로 웹 서버 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/rh_/items/cd0aa198c254a1180aae
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Tutorial: Install a LAMP Web Server with the Amazon Linux AMI
Reference
이 문제에 관하여(amazon linux로 웹 서버 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/rh_/items/cd0aa198c254a1180aae텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)