사용자 도구

사이트 도구


python:django:uwsgi

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
python:django:uwsgi [2025/04/15 10:05] – external edit 127.0.0.1python:django:uwsgi [2025/10/18 13:53] (현재) taekgu
줄 1: 줄 1:
 ====== WSGI ====== ====== WSGI ======
-  uWSGI(Web Server Gateway Interface)+uWSGI(Web Server Gateway Interface)
  
 +Application Server로 
 +  apt install uwsgi
 <code bash> <code bash>
 uwsgi --ini pythonblog_uwsgi.ini --http :80 uwsgi --ini pythonblog_uwsgi.ini --http :80
줄 10: 줄 12:
 openssl req -new -key foobar.key -out foobar.csr openssl req -new -key foobar.key -out foobar.csr
 openssl x509 -req -days 365 -in foobar.csr -signkey foobar.key -out foobar.crt openssl x509 -req -days 365 -in foobar.csr -signkey foobar.key -out foobar.crt
 +</code>
 +
 +===== pip모듈 uWSGI =====
 +Module이 설치되지 않을 경우
 +<code bash>
 +sudo apt-get update
 +sudo apt-get install build-essential python3-dev
 </code> </code>
python/django/uwsgi.1744711518.txt.gz · 마지막으로 수정됨: 2025/04/15 10:05 저자 127.0.0.1