Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on cafe.coffee-break.cc

13 replies

A web server is a specific version of a server, that serves the web, usually via HTTP. But there are much more a server could be. It could serve via SMTP and would be called a mail server. Or it could be an application server in the enterprise business domain. This means a web server is just a special form of a server.

15
lemmy.grey.ooo

The server is the machine, from e.g dell, or a virtual machine subdividing a real piece of equipment

The webserver is a piece of software it runs that responds mostly to HTTP requests. e.g Apache, Nginx, Traefik, Caddy.

All webservers are running on a server. Not all servers run webserver software, they might be a fileserver running samba or nfs.

9

I’d argue that web server generally refers to HTTP(S) servers more broadly regardless of whether they’re accessible on the web, a local network or even just the local interface.

1

You reached the end