Please turn JavaScript on
Recent Questions - Server Fault icon

Recent Questions - Server Fault

Click on the "Follow" button below and you'll get the latest news from Recent Questions - Server Fault via email, mobile or you can read them on your personal news page on this site.

You can unsubscribe anytime you want easily.

You can also choose the topics or keywords that you're interested in, so you receive only what you want.

Recent Questions - Server Fault title: Server Fault

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  7.29 / day

Message History

I'm planning a rollout of IIS Centralized Certificates (on Windows 2016 servers), and attempting to determine if this would support a Group Managed Service account, or if I have to go with a regular domain or local account. I've searched for a few hours but haven't found anything definitive. I'd like to know either personal experience or an authoritative answer (from document...


Read full story

Back in Windows Server 2008 R2, when stand-alone Managed Service Accounts (sMSA) were new, they could not be used to execute scheduled tasks. In Windows Server 2012 however, there is a new type of account called the Group Managed Service Account (gMSA). This type of account is supposedly capable of launching scheduled tasks in the task scheduler on clients & member server...


Read full story

I have 2 OpenWrt routers connected in series. The upstream router uses dnsmasq to provide a NATted network to the downstream router. The downstream router uses the upstream router as its DNS.

The upstream router has several local DNS records in its hostnames, but it doe...


Read full story

I have the following docker-compose...

version: "3.8" services: proxy: container_name: proxy extra_hosts: - "host.docker.internal:host-gateway" build: context: proxy dockerfile: Dockerfile volumes: - ./proxy/certificate:/usr/cert ports: - "443:443" ui: container_name: ui restart: always build: context: frontend ports: - "80:80" backend: container_name:...

Read full story

I have a TypeScript site that's deployed on a Ubuntu server. When the admin with the URL https://www.example.com/admin, enter my credentials and click Enter, I get a screen that's blank except for `Cross-site POST form submissions are forbidden`.

My nginx config is:

# ----------...

Read full story