From 57ef10245b3cf962dcbe40d205d94c241bed7f0e Mon Sep 17 00:00:00 2001
From: Ken Coar
Date: Wed, 15 Apr 2015 17:46:53 +0000
Subject: Enclose parameters in quotation marks for
<{Files,Directory,Location}{,Match}> containers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673892 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/howto/public_html.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/manual/howto/public_html.xml')
diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml
index fbcef0fb7f..063501378b 100644
--- a/docs/manual/howto/public_html.xml
+++ b/docs/manual/howto/public_html.xml
@@ -154,7 +154,7 @@
cgi-enabled.
-<Directory /home/*/public_html/cgi-bin/>
+<Directory "/home/*/public_html/cgi-bin/">
Options ExecCGI
SetHandler cgi-script
</Directory>
--
cgit v1.2.3