Top "Webserver" questions

A software application that services requests from clients using the Hypertext Transfer Protocol.

When to use Tornado, when to use Twisted / Cyclone / GEvent / other

Which of these frameworks / libraries would be the best choise for building modern multiuser web application? I would love to …

python webserver twisted tornado gevent
Avoid public folder of laravel and open directly the root in web server

I was going through all possible sample on internet to solve this. Still it is an headache. I just want …

php .htaccess laravel webserver laravel-4
Basic static file server in NodeJS

I'm trying to create a static file server in nodejs more as an exercise to understand node than as a …

http node.js webserver
MVC3 Deployment Dependency Problems

I've just tried deploying an MVC3 application to our IIS7 hosting environment but I'm being presented wtih the following exception: …

asp.net-mvc deployment webserver asp.net-mvc-3
Unable to start web site IIS HRESULT: 0x80070020)

I'm trying to publish a web site with a self-created SSL certificate on my own IP. After I added the …

asp.net iis ssl webserver
What is the difference between asynchronous and synchronous HTTP request?

What is the difference between asynchronous and synchronous HTTP request?

webserver
weblogic.application.ModuleException: Context path '' is already in use by the module: / application:

When i am trying to run weblogic server 12c , it is throwing this error and is unable to start. <…

java webserver weblogic weblogic12c
How can I use Nodejs with Windows 7?

I'm about to became insane looking for it, most of the examples shows only how to run it on linux …

javascript html node.js webserver websocket
Multithreaded web server in python

I'm trying to create multithreaded web server in python, but it only responds to one request at a time and …

python multithreading http webserver