From 23364dba491b99866d9bcf678fc37770ffdf300b Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 16 Jan 2003 02:59:43 +0000 Subject: [PATCH] Got the lt and gt mixed up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98291 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/security_tips.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index 942674c229..c21726f6c9 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -120,7 +120,7 @@ programs from SSI pages. To do this replace Includes with IncludesNOEXEC in the Options directive. Note that users may - still use >--#include virtual="..." --< to execute CGI scripts if + still use <--#include virtual="..." --> to execute CGI scripts if these scripts are in directories desginated by a ScriptAlias directive.

-- 2.50.1