From b77088a0f722a5cefd4fd9b3144a726aac7e8673 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 12 Nov 2025 00:37:16 +0100 Subject: [PATCH] typo of a2enconf versus a2ensite --- src/content/docs/ispmail-trixie/170-webmail.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ispmail-trixie/170-webmail.mdx b/src/content/docs/ispmail-trixie/170-webmail.mdx index a5b7f2d..423237a 100644 --- a/src/content/docs/ispmail-trixie/170-webmail.mdx +++ b/src/content/docs/ispmail-trixie/170-webmail.mdx @@ -52,7 +52,7 @@ There are two directories dealing with virtual hosts: The actual file containing the configuration lives in _sites-available_. If that configuration should be active, then a symbolic link (symlink) is added to the _sites-enabled_ directory pointing to the file in the _sites-available_ directory. That way you can switch sites on and off without deleting the actual configuration file. You can enable a -site using the `a2enconf` (apache2 enable config) command or disable it using `a2disconf`. +site using the `a2ensite` (apache2 enable config) command or disable it using `a2dissite`.