Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- docker
- 부모창
- Selectbox
- replace
- random
- 일괄변경
- Postfix
- SVN
- 확장자
- 문자열자르기
- 한글 깨짐
- TPL
- ubuntu
- Eclipse
- i18n
- php
- TextBox
- jQuery
- 천단위
- RabbitMQ
- JavaScript
- Oracle
- MySQL
- mariadb
- Python
- smarty
- yum
- centos
- install
Archives
- Today
- Total
목록apache (1)
wilson's story
[ubuntu18.04] Apache2 + Python3 + WSGI
ubuntu18.04 버전 기준입니다 ubuntu18.04의 기본 python버전은 3.6으로 세팅되어있습니다 sudo apt-get install apache2 sudo apt-get install libapache2-mod-wsgi-py3 sudo a2enmod wsgi cd /etc/apache2/sites-available vi 000-default.conf ErrorLog /workspace/service/WebServer/log/error.log CustomLog /workspace/service/WebServer/log/access.log combined WSGIDaemonProcess WebServerApp threads=10 python-path=/workspace/service/WebS..
Python
2020. 5. 12. 15:24