StackOverflow Questions for Tag: http.server

VerteronParticle
VerteronParticle

Reputation: 53

Python http.server - how to serve HTML from directory above cwd

Score: 5

Views: 3211

Answers: 1

Read More
fabio
fabio

Reputation: 1365

python -m http.server gives "Serving HTTP on :: port 8000 (http://[::]:8000/) ..." Vs "Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ..."

Score: 1

Views: 1628

Answers: 0

Read More
Lo_
Lo_

Reputation: 21

Python server showing html as text rather than rendering it

Score: 0

Views: 1293

Answers: 2

Read More
Programmer
Programmer

Reputation: 41

How to remove .html extension from a site localhosted using python 3 http.server

Score: 3

Views: 779

Answers: 1

Read More
unformatted
unformatted

Reputation: 1

Python http server how automatically connect from localhost on startup

Score: 0

Views: 555

Answers: 0

Read More
user17658201
user17658201

Reputation:

Disable directory listing, python http Server

Score: 2

Views: 1288

Answers: 0

Read More
NinjaBat
NinjaBat

Reputation: 390

Handle ConnectionResetError & BrokenPipeError python http server

Score: 1

Views: 317

Answers: 0

Read More
user16133873
user16133873

Reputation:

Path based routing in Python

Score: 0

Views: 1066

Answers: 2

Read More
IvanD
IvanD

Reputation: 2953

What errors are outputted to http.Server's ErrorLog struct field?

Score: 1

Views: 908

Answers: 2

Read More
H.M
H.M

Reputation: 557

Python http.server options

Score: 1

Views: 267

Answers: 0

Read More
idbrii
idbrii

Reputation: 11946

Fix "SharedArrayBuffer is not defined" on local http.server

Score: 2

Views: 920

Answers: 0

Read More
Milano
Milano

Reputation: 18745

Run http.server in background (python, not bash)?

Score: 1

Views: 857

Answers: 0

Read More
Tuor
Tuor

Reputation: 1175

http.server "code 404, message File not found"

Score: -1

Views: 6451

Answers: 1

Read More
Milano
Milano

Reputation: 18745

http.server (SimpleHTTPServer) serve file.html instead of dir (using cmd)

Score: 3

Views: 5089

Answers: 2

Read More
Daniel Walker
Daniel Walker

Reputation: 6760

http.server not responding until after the connection closes

Score: 4

Views: 1287

Answers: 1

Read More
Elie
Elie

Reputation: 337

Unable to run python http server in background with threading

Score: 1

Views: 4167

Answers: 1

Read More
NatMargo
NatMargo

Reputation: 21

Running python -m http.server does not load localhost

Score: 1

Views: 219

Answers: 0

Read More
Lun4rIum
Lun4rIum

Reputation: 1

python http server hide console

Score: 0

Views: 715

Answers: 3

Read More
Abdullah Omar Nasseef
Abdullah Omar Nasseef

Reputation: 43

Python http.server module on Termux (Android terminal emulator app) cannot serve on local network ip address

Score: 1

Views: 1177

Answers: 0

Read More
Stathis Kapnidis
Stathis Kapnidis

Reputation: 31

I'm using http.server with python3 and I want to store a request as a variable

Score: 0

Views: 2106

Answers: 1

Read More
PreviousPage 2Next