Top "Webserver" questions

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

What is the difference between IBM HTTP Server vs Wepsphere Application Server?

I would like to know the difference between IBM HTTP Server and Wepsphere Application Server. Also i am planning to …

webserver ibmhttpserver
How to run my node.js project on android?

I have a working php server on my android tablet, so I hope it's available somehow to run nodejs also. …

javascript android node.js webserver
Using node.js to listen on 2 different ports

I'm currently using Sockets.io to communicate with clients, sending JSON and whatnot, from a port. That's all working good, …

node.js sockets webserver
Where is the varnish configuration file?

I have just installed varnish and its ready to serve web pages. Problem is that we are hitting open files …

webserver configuration-files varnish
lightweight http server C++

I need to build a lightweight http server for my application basically it's a server which listen to a port …

c++ http webserver
What is the difference between nginx daemon on/off option?

This is my first web-server administration experience and I want to build docker container which uses nginx as a web-server. …

nginx webserver daemon docker
Semicolon as URL query separator

Although it is strongly recommended (W3C source, via Wikipedia) for web servers to support semicolon as a separator of …

http parsing url webserver query-string
VMWare fusion: connecting to host's web server from guest

I am a web developer and my development platform is Mac. I have installed a copy of Windows XP in …

webserver vmware vmware-fusion
What are the benefits of using Nginx in front of a webserver for Go?

I am writing some webservices returning JSON data, which have lots of users. What are the benefits of using Nginx …

web-services http nginx webserver go
How to send Authorization header with browser

I have implemented a web server which uses Basic authentication(using spring security). I disabled the default authentication entry point …

browser webserver basic-authentication www-authenticate