From 8c9369a42f1eaaa08f2860594b43a3f0414254b4 Mon Sep 17 00:00:00 2001
From: Justin Erenkrantz
Date: Mon, 13 May 2002 06:56:18 +0000
Subject: [PATCH] Fix typo
(Someone with a good transform setup needs to run the transforms.)
PR: 9003
Submitted by: abatko@cs.mcgill.ca
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95054 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mpm_common.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index ad45e0f16b..43c08e7806 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -65,7 +65,7 @@ requests
fail to change to the specified group, and will instead
continue to run as the group of the original user.
- Special note: Use of this directive in <VirtualHost< is
+
Special note: Use of this directive in <VirtualHost> is
no longer supported. To implement the suEXEC wrapper with Apache 2.0, use the
SuexecUserGroup
--
2.50.1