사용자 도구

사이트 도구


python:httpserver

Python http.server

실행

  • 기본옵션 : port 기정
  • -b/--bind 127.0.0.1'' : localhost 에만 bind. ''0.0.0.0''은 전체. * ''-d/–directory /path/to/home : 파일제공 디렉토리
python3 -m http.server <port>
 
python3 -m http.server 8080 -d /var/www
python/httpserver.txt · 마지막으로 수정됨: 2022/01/08 23:40 저자 kwon37xi