Top "Webserver" questions

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

Best lightweight web server (only static content) for Windows

I got application server running in Windows – IIS6.0 with Zend Server to execute PHP. I am looking for lightweight static …

windows http webserver static-content
how to configuring a xampp web server for different root directory

The web directory is the home of all of your application's public and static files. Including images, stylesheets and JavaScript …

php apache webserver xampp
Android - How to download a file from a webserver

In my app I am downloading a kml file from a webserver. I have set the permission for external storage …

android webserver kml
Nginx upstream prematurely closed connection while reading response header from upstream, for large requests

I am using nginx and node server to serve update requests. I get a gateway timeout when I request an …

node.js nginx webserver
How to open a web server port on EC2 instance

I'm running a CherryPy web server at 0.0.0.0:8787 on an EC2 instance. I can connect to the web server via local …

amazon-ec2 webserver port cherrypy
How to redirect user's browser URL to a different page in Nodejs?

In the application I'm trying to write, the main page (http://localhost:8675) has the following form: <form action='/?…

http node.js redirect post webserver
apache not accepting incoming connections from outside of localhost

I've booted up a CentOS server on rackspace and executed yum install httpd'd. Then services httpd start. So, just the …

linux apache webserver centos
How can I create a simple index.html file which lists all files/directories?

We use a web server that does not allow directory listing. There is a specific directory I would like to …

html webserver
How to enable cross-origin resource sharing (CORS) in the express.js framework on node.js

I'm trying to build a web server in node.js that will support cross-domain scripting, while still providing static files …

node.js express cors webserver cross-domain
Minimal web server using netcat

I'm trying to set up a minimal web server using netcat (nc). When the browser calls up localhost:1500, for instance, …

bash webserver netcat