]> granicus.if.org Git - apache/commitdiff
Escape >.
authorYoshiki Hayashi <yoshiki@apache.org>
Fri, 26 Jul 2002 07:32:22 +0000 (07:32 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Fri, 26 Jul 2002 07:32:22 +0000 (07:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96196 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/fd-limits.html.en

index 10bd3b2552b4f5f8e7683f7bd85d45e91eef42b2..c53aca9aaca9244c74972079321f613b053675b6 100644 (file)
@@ -85,7 +85,7 @@ directive, and the <code>%v</code> variable. Add this to the beginning
 of your log format string:</p>
 
 <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>
- LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost<br />
+ LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b" vhost<br />
  CustomLog logs/multiple_vhost_log vhost
 </code></td></tr></table></blockquote>