From: Rich Bowen
Date: Sat, 2 May 2026 21:56:00 +0000 (+0000)
Subject: mod_vhost_alias: document absolute path requirement (Bug 66558)
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0031ca21e38b15a4e60c410d779230b466c61e90;p=thirdparty%2Fapache%2Fhttpd.git
mod_vhost_alias: document absolute path requirement (Bug 66558)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933743 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_vhost_alias.xml b/docs/manual/mod/mod_vhost_alias.xml
index 73992ba4fc..9dd2c54c34 100644
--- a/docs/manual/mod/mod_vhost_alias.xml
+++ b/docs/manual/mod/mod_vhost_alias.xml
@@ -67,6 +67,12 @@ VirtualScriptAlias "/never/found/%0/cgi-bin/"
format. The interpolation is controlled by specifiers inspired
by printf which have a number of formats:
+ Note
+ The interpolated directory must be an absolute path. The
+ special value none can be used to disable the
+ directive.
+
+