I have a private server at my disposal which I'd like to host the game on. What service should I use to properly deliver the website/game files? Python's SimpleHTTPServer seems to only serve one request at a time, which leads to horrible performance. Can Apache be used?
This seems like a pretty simple question but I couldn't find any answers online.