From: Richard Bowen Date: Mon, 23 Sep 2013 00:22:09 +0000 (+0000) Subject: Missing '$' in variable. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d682381e056a503dcd8a2a1fab47316b13859e;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>