diff --git a/reference/apache/functions/virtual.xml b/reference/apache/functions/virtual.xml index f4dc2a69d6..dc7debcdb5 100644 --- a/reference/apache/functions/virtual.xml +++ b/reference/apache/functions/virtual.xml @@ -1,5 +1,5 @@ - + @@ -31,7 +31,8 @@ since it uses the Apache API for doing sub requests. Query string can be passed to the included file but $_GET is copied from the parent script and only $_SERVER['QUERY_STRING'] is - filled by the passed query string. + filled by the passed query string. Query string passing works only under + Apache 2. Requested file is not listed in Apache access log.