From 2e5d9d52e1b8e219329c84eea0313d14b7fd5a5c Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 26 Apr 2012 14:57:35 +0000 Subject: Rebuild Humbedooh's changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330892 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/security_tips.html.en | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'docs/manual/misc/security_tips.html.en') diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 1a5ec0a057..d823e2895b 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -335,9 +335,9 @@

In the server configuration file, put

-      <Directory />
-        AllowOverride None
-      </Directory>
+<Directory />
+    AllowOverride None
+</Directory>
     
@@ -367,10 +367,10 @@ configuration:

-      <Directory />
-      Order Deny,Allow
-      Deny from all
-      </Directory>
+<Directory />
+    Order Deny,Allow
+    Deny from all
+</Directory>
     
@@ -379,14 +379,14 @@ allow access only in those areas you wish. For example,

-      <Directory /usr/users/*/public_html>
-        Order Deny,Allow
-        Allow from all
-      </Directory>
-      <Directory /usr/local/httpd>
-        Order Deny,Allow
-        Allow from all
-      </Directory>
+<Directory /usr/users/*/public_html>
+    Order Deny,Allow
+    Allow from all
+</Directory>
+<Directory /usr/local/httpd>
+    Order Deny,Allow
+    Allow from all
+</Directory>
     
@@ -445,10 +445,10 @@ file:

-      <Files ".ht*">
-        Order allow,deny
-        Deny from all
-      </Files>
+<Files ".ht*">
+    Order allow,deny
+    Deny from all
+</Files>
     
-- cgit v1.2.3