From: Rich Bowen Date: Mon, 23 Sep 2013 00:22:09 +0000 (+0000) Subject: Missing '$' in variable. X-Git-Tag: 2.5.0-alpha~5026 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb934d67422e1a8e143dc49efd695a68a6c30be5;p=thirdparty%2Fapache%2Fhttpd.git Missing '$' in variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525479 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml index efd06445d23..c0da917f9ed 100644 --- a/docs/manual/mod/mod_macro.xml +++ b/docs/manual/mod/mod_macro.xml @@ -57,7 +57,7 @@ multiple similar virtual hosts:

DocumentRoot /var/www/vhosts/$name ErrorLog /var/log/httpd/$name.error_log - CustomLog /var/log/httpd/name.access_log combined + CustomLog /var/log/httpd/$name.access_log combined >/VirtualHost> </Macro>