Top "Server" questions

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

Set subdirectory as website root on Github Pages

I'm using Github Pages to host & serve a static website. The static website has the typical directory structure for …

git github server webserver github-pages
How to prevent Spring Boot daemon/server application from closing/shutting down immediately?

My Spring Boot application is not a web server, but it's a server using custom protocol (using Camel in this …

java spring spring-boot daemon server
Missing credentials for "PLAIN" nodemailer

I'm trying to use nodemailer in my contact form to receive feedback and send them directly to an email. This …

javascript node.js server scripting nodemailer
Generate Swagger Document for existing NodeJS server

According to Swagger website, there are two approaches: Bottom-up and Top-down. I have an existing NodeJS server that I'd like …

node.js api azure server swagger
Error: Cannot find a valid baseurl for repo: base

I need some help please, I am trying to install yum update in CentOS 5.9 but I get error > Loaded …

linux server centos5
Unable to find htdocs on xampp

I have installed XAMPP for macOS Sierra. I have one icon in application for XAMPP. I am able to run …

macos server xampp macos-sierra
How to run pm2 so other server users are able to access the process?

When I start my Nodejs app with pm2, other server users are not able to access the process. Even if …

node.js server forever pm2 multiple-users
Using wget to download a ZIP file

I'm having trouble using wget for my Debian 7.0 VPS server hosted by OVH. I'm trying to download a ZIP file …

ssh server wget vps
Python: run SimpleHTTPServer and make request to it in a script

I would like to write Python script that would: Start SimpleHTTPServer on some port Make a request to the server …

python python-2.7 server simplehttpserver
How do I install/update to Postgres 9.4?

I just installeed Postgres, but it seems to have installed 9.3 and I'd like to start with 9.4 I simply did apt-get …

database postgresql server