Skip to content

Calucon

  • Home
  • Programming
    • C#
  • Server Administration
    • Apache2
    • Minecraft
  • About
    • Contact
    • Imprint

Calucon

Programming, Gaming and other things I'm curious about

Category: Apache2

Apache2 – ReverseProxy Configuration

October 18, 2020 by Calucon

In my scenario, I have a lot of different web servers that are usually bundled with another application like netdata or within a docker container. And I don’t want to expose all different ports like 19999 for netdata etc. Therefore I usually proxy them and assign different host names to each of them. So let’s …

Continue Reading

Apache2 – Website Configuration

October 18, 2020 by Calucon

I use different configurations for each site I host on my server, but most of them are nearly identical. Here I want to share the basic version I use. For this, you must enable 2 mods in Apache2: MOD Command mod_rewrite sudo a2enmod rewrite mod_ssl sudo a2enmod ssl mod_headers sudo a2enmode headers Do not forget …

Continue Reading

Recent Posts

  • Apache2 – ReverseProxy Configuration
  • C# Data Class
  • Apache2 – Website Configuration
  • Minecraft Server Startup Script

Archives

  • August 2020
  • April 2020

Categories

  • Apache2
  • C#
  • Minecraft
  • Programming
© 2021 Calucon - Powered by Minimalisticky