]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_actions.xml
Merge in APR[-util] macros from branches/trunk-buildconf-noapr
[apache] / docs / manual / mod / mod_actions.xml
index fc23f614a4e88fccf3236c070b997fb6275a0e81..d9a9457ca39d85b3ef454d573d88619d65cd8174 100644 (file)
@@ -99,7 +99,7 @@ Action my-file-type /cgi-bin/program.cgi
     virtual locations.</p>
 
     <highlight language="config">
-&lt;Location /news&gt;
+&lt;Location "/news"&gt;
     SetHandler news-handler
     Action news-handler /cgi-bin/news.cgi virtual
 &lt;/Location&gt;