Articles tagged in: Server



grep — Case Insensitive Search

Searching for a pattern in files using grep is case-sensitive by default. Case-sensitive means that grep looks for an exact match of your pattern in the related file. This may not surface all search value matches because of different writing styles for a given text. This tutorial shows you how …

Continue Reading

Caddy — Remove the "Server" Response Header

Caddy is a powerful web server. When serving sites with Caddy you’ll notice that responses contain a Server=Caddy response header. You probably don’t set this response header in your application. Then it must come from Caddy itself. This tutorial shows you how to remove the automatically added …

Continue Reading

Caddy — Configure Logging and Access Logs

Caddy is a powerful web server allowing you to serve your sites to the Internet. When exposing websites to the Internet, you want to know what kind of requests you’re receiving. Caddy supports request logging (also known as access logs). This tutorial shows you how to enable request logging …

Continue Reading

Caddy — Redirect (Sub)Domains

Caddy is a powerful open-source web server, like nginx or Apache. You can configure website redirects as you can do on all other web servers. You can configure redirects in a single line. This tutorial shows you how to configure redirects from one (sub)domain to another. {{outline}} Redirect a …

Continue Reading
Page 1 of 7

Explore the Library

Find interesting tutorials and solutions for your problems.