From 763c94ff8fbd1b6388fefde9f7e48dbc9d57b46b Mon Sep 17 00:00:00 2001 From: ristein <55446611+ristein@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:17:20 +0100 Subject: [PATCH] leading slash leads to error: (2)No such file or directory: AH02291: Cannot access directory '/etc/apache2/\\/var/log/apache2/' for error log of vhost defined at /etc/apache2/sites-enabled/vaultwarden.conf:1 --- Proxy-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index acfbe21..5591321 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -497,8 +497,8 @@ If you access your vault via a public https address (which then gets redirected SSLCACertificateFile ${SSLCA} ${SSLCHAIN} - ErrorLog \${APACHE_LOG_DIR}/vaultwarden-error.log - CustomLog \${APACHE_LOG_DIR}/vaultwarden-access.log combined + ErrorLog ${APACHE_LOG_DIR}/vaultwarden-error.log + CustomLog ${APACHE_LOG_DIR}/vaultwarden-access.log combined ProxyPass / http://127.0.0.1:8000/ upgrade=websocket