The Wayback Machine - https://web.archive.org/web/20220215200747/https://github.com/topics/server
Skip to content
#

Server

A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.

Here are 10,221 public repositories matching this topic...

vapor
Joannis
Joannis commented Nov 14, 2021

When checking a request's remoteAddress, it's usually the address from which NIO received the request. While that's technically correct, Vapor servers are often hosted behind a reverse-proxy such as nginx. Therefore the original peer's address is often lost. To resolve this, it's not uncommon to set the original peer's address in a header such as X-Forwarded-For.

**Describe the solution you

Librechain
Librechain commented Oct 15, 2021

Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).

While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit

bramp
bramp commented Dec 27, 2020

This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.

Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.

$ http-server -S

Starting up http-server, serving ./ through https
Available on:
  https://127.0.0.1:8080
  https://192.168.77.123:8080

**What did you exp

rburgst
rburgst commented Dec 30, 2021

What version of astro are you using?

0.22.1

What package manager are you using?

yarn

What operating system are you using?

Mac

Describe the Bug

According to the docs (https://github.com/withastro/astro/blob/main/examples/blog/README.md) the blog template should contain rss and sitemap. However, none of the two are implemented.

Link to Minimal Reproducible Example

http

Gymnasiast
Gymnasiast commented Feb 3, 2022

Currently, the help text (Type 'help' for a list of available commands. Type 'hide' to hide the console.) is untranslatable. It should be added to the language files and then retrieved using language_get_string(). Additionally, the straight/typewriter quotes should be replaced with ‘ and ’.

BombJovi
BombJovi commented Feb 8, 2022

Context

Since text-to-speech is now disabled by default, it's not intuitive for the user to re-enable it. Ordinarily, I would click the configure-mumble/settings icon in mumble client and then fiddle around with the text-to-speech settings for awhile trying to get it to work. It took me forever to realize, I had to enable it by going to the mumble ribbon, selecting configure and then checki

Wikipedia
Wikipedia