From: Yoshiki Hayashi
Date: Fri, 26 Jul 2002 07:32:22 +0000 (+0000)
Subject: Escape >.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=421f33c358a6e1b3314bdde186e2471ba8482d2d;p=apache
Escape >.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96196 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/vhosts/fd-limits.html.en b/docs/manual/vhosts/fd-limits.html.en
index 10bd3b2552..c53aca9aac 100644
--- a/docs/manual/vhosts/fd-limits.html.en
+++ b/docs/manual/vhosts/fd-limits.html.en
@@ -85,7 +85,7 @@ directive, and the %v
variable. Add this to the beginning
of your log format string:
- LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost
+ LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost
CustomLog logs/multiple_vhost_log vhost
|