Linked Questions

261 votes
1 answer
299k views

I want to set up Python SimpleHTTPServer on Windows XP. I have Python installed on my computer. I am executing the following command: python -m SimpleHTTPServer 8888 But I am getting the error: C:\...
codeofnode's user avatar
  • 18.7k
5 votes
2 answers
4k views

When I run python -m SimpleHTTPServer 8000 or python -m CGIHTTPServer 8000 in cmd, I get this error : No module named SimpleHTTPServer or No module named CGIHTTPServer Does anyone know why this ...
Loïc Noest's user avatar
125 votes
13 answers
436k views

I have an HTML file and I run it on localhost. But, this file includes a mirror using a webcam. For example, how can I run this HTML file on localhost? Webcam starts in this example when checking to ...
Volkan Şahin's user avatar
51 votes
4 answers
9k views

Is there such a thing as a tiny little webserver that I can invoke from the command line that just fetches files from the local filesystem and serves them via HTTP on specific port? I'd like to be ...
philippbosch's user avatar
8 votes
4 answers
32k views

I don't know if this has been answered before(i looked online but couldn't find one), but how can i send a file (.exe if possible) over a network to another computer that is connected to the network? ...
Baboon's user avatar
  • 307
10 votes
3 answers
9k views

I am very new to D3, and wanted to see how an example would work locally. I copied and pasted the bar graph code to a local file called index.html, and also copied over the data.tsv. For some reason, ...
red's user avatar
  • 177
6 votes
2 answers
36k views

Solved: Fixing the MIME types of my server fixed the problem. I had forgotten that I messed with them myself some time ago. Special Thanks to @Sidney, @estus and @Josh Lee for helping me out. Once I ...
John Smith's user avatar
4 votes
2 answers
2k views

I'm trying to set up Jekyll on my Windows 10 machine, but can't connect to the website (127.0.0.1:4000) that is created by jekyll serve (or bundle exec jekyll serve). I have followed all the steps in ...
Fredrik P's user avatar
  • 694
1 vote
2 answers
704 views

i want to upload image in spring mvc in file system. i can do it but when redeploy the project all image remove from directory. now my question is how upload image permanently?i want this in real ...
Emil's user avatar
  • 423