Skip to content

Commit

Permalink
[Feat] apache2 install and execute
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-Dongwook committed Jun 21, 2023
1 parent ba9abd0 commit d61e4fc
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Lee-Dongwook/apache/apache.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1. ip addr , curl ipinfo.io/ip
2. sudo apt-get install apache2 (AWS EC2 Instance에 apache2 설치 하였습니다.)
3. apache2 -v, sudo systemctl status apache2 (설치가 완료 되었고, 초기 실행 상태인지 확인했습니다.)
4. sudo systemctl start apache2 (apache2 를 다시 한번 실행합니다.)
5. sudo systemctl stop apache2 (apache2 를 종료 시킵니다.)
6. sudo systemctl restart apache2 (apache2 를 재 시작합니다.)
Binary file added Lee-Dongwook/apache/img/apache2 -v.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Lee-Dongwook/apache/img/curl ipinfo.io.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Lee-Dongwook/apache/img/ip addr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d61e4fc

Please sign in to comment.