You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2006/02/28 23:32:29 UTC

svn commit: r381801 - /httpd/httpd/trunk/docs/manual/howto/public_html.xml

Author: noirin
Date: Tue Feb 28 14:32:27 2006
New Revision: 381801

URL: http://svn.apache.org/viewcvs?rev=381801&view=rev
Log:
Doh! Mixed up commenting in and out

Modified:
    httpd/httpd/trunk/docs/manual/howto/public_html.xml

Modified: httpd/httpd/trunk/docs/manual/howto/public_html.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/howto/public_html.xml?rev=381801&r1=381800&r2=381801&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/public_html.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/public_html.xml Tue Feb 28 14:32:27 2006
@@ -35,9 +35,9 @@
     module="mod_userdir">UserDir</directive> directive.</p>
 <p>Note that, by default, access to these directories is <strong>not</strong>
     enabled. You can enable access when using <directive module="mod_userdir"
-    >UserDir</directive> by commenting out the line</p>
+    >UserDir</directive> by uncommenting the line</p>
     <example>
-	    Include conf/extra/httpd-userdir.conf
+	    #Include conf/extra/httpd-userdir.conf
     </example>
     <p>in the default config file, and adapting the <code
     >httpd-userdir.conf</code>