You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/03/25 14:00:37 UTC

svn commit: r927376 - /httpd/httpd/trunk/docs/manual/install.xml

Author: rbowen
Date: Thu Mar 25 13:00:37 2010
New Revision: 927376

URL: http://svn.apache.org/viewvc?rev=927376&view=rev
Log:
My mistake. --enaable-rewrite=shared is in fact valid syntax, even
though ./configure --help doesn't mention it.

Modified:
    httpd/httpd/trunk/docs/manual/install.xml

Modified: httpd/httpd/trunk/docs/manual/install.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/install.xml?rev=927376&r1=927375&r2=927376&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/install.xml (original)
+++ httpd/httpd/trunk/docs/manual/install.xml Thu Mar 25 13:00:37 2010
@@ -234,7 +234,7 @@ $ tar xvf httpd-<em>NN</em>.tar
     to a dash.  You can also choose to compile modules as <a
     href="dso.html">shared objects (DSOs)</a> -- which can be loaded
     or unloaded at runtime -- by using the option
-    <code>--enable-mods-shared</code>.  Similarly, you can
+    <code>--enable-<var>module</var>=shared</code>.  Similarly, you can
     disable Base modules with the
     <code>--disable-<var>module</var></code> option.  Be careful when
     using these options, since <program>configure</program> cannot warn you
@@ -259,9 +259,8 @@ $ tar xvf httpd-<em>NN</em>.tar
 <example>
       $ CC="pgcc" CFLAGS="-O2" \<br />
        ./configure --prefix=/sw/pkg/apache \<br />
-       --enable-rewrite \<br />
-       --enable-speling \<br />
-       --enable-mods-shared="rewrite speling"
+       --enable-rewrite=shared \<br />
+       --enable-speling=shared
 </example>
 
     <p>When <program>configure</program> is run it will take several minutes to