
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
안녕하세요 5주차 질문입니다.
nohup이용해서 서버 연결 껐다가 켜보기 하는 부분인데,
다시 킬려고해도 localhost 홈페이지가 연결이 안되네요..
해결책 알려주시면 감사하겠습니다.
작성한 코드 및 에러 메세지
SSU+uudquark@DESKTOP-5QQO1CR MINGW64 ~
$ ssh -i /c/Users/uudquark/Desktop/sparta_web.pem.txt ubuntu@13.124.107.177
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.15.0-1026-aws x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Mon Jan 9 05:19:07 UTC 2023
System load: 0.0 Processes: 105
Usage of /: 26.3% of 7.57GB Users logged in: 1
Memory usage: 27% IPv4 address for eth0: 172.31.37.202
Swap usage: 0%
6 updates can be applied immediately.
4 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable
New release '22.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
Last login: Mon Jan 9 05:16:34 2023 from 211.179.72.36
ubuntu@ip-172-31-37-202:~$ ls
sparta
ubuntu@ip-172-31-37-202:~$ cd sparta/
ubuntu@ip-172-31-37-202:~/sparta$ ls
app.py nohup.out static templates
ubuntu@ip-172-31-37-202:~/sparta$ nohup python app.py &
[1] 19222
ubuntu@ip-172-31-37-202:~/sparta$ nohup: ignoring input and appending output to 'nohup.out'
ubuntu@ip-172-31-37-202:~/sparta$
ubuntu@ip-172-31-37-202:~/sparta$


