Top "Server" questions

A server is a running instance of a software application capable of accepting requests from a client and giving responses accordingly.

Using node.js as a simple web server

I want to run a very simple HTTP server. Every GET request to example.com should get index.html served …

node.js server webserver
How to configure port for a Spring Boot application

How do I configure the TCP/IP port listened on by a Spring Boot application, so it does not use …

java spring spring-boot server port
How do I solve the "server DNS address could not be found" error on Windows 10?

After installing Windows 10, I am continuously getting the "server DNS address could not be found" error. I will be able …

dns server windows-10
Apache2: 'AH01630: client denied by server configuration'

I get this error when trying to access localhost via a browser. AH01630: client denied by server configuration I checked …

server apache2 apache2.4
Apache is not running from XAMPP Control Panel ( Error: Apache shutdown unexpectedly. This may be due to a blocked port)

I have installed XAMPP (xampp-win32-1.8.2-0-VC9-installer.exe) on Windows 7 successfully. But unfortunately, the following error was found …

php apache server xampp port
How do I run a node.js app as a background service?

Since this post has gotten a lot of attention over the years, I've listed the top solutions per platform at …

node.js process background server daemon
How to clear the cache of nginx?

I use nginx to as the front server, I have modified the CSS files, but nginx is still serving the …

css nginx caching server nginx-cache
Getting the screen resolution using PHP

I need to find the screen resolution of a users screen who visits my website?

php server client resolution detect
How to make a node.js application run permanently?

On a Debian server, I installed Node.js. I understand how to launch an app from putty with this command …

node.js server
PHP server on local machine?

I'm trying to build a PHP site and I'm wanting to test my PHP files without uploading them to my …

php server local