This commit is contained in:
gferg 2001-12-03 14:34:29 +00:00
parent ea8e0f4ce6
commit 38b3412f75
1 changed files with 23 additions and 16 deletions

View File

@ -15,6 +15,14 @@
</author> </author>
<revhistory> <revhistory>
<revision>
<revnumber>v1.1</revnumber>
<date>2001-11-29</date>
<authorinitials>sa</authorinitials>
<revremark>
</revremark>
</revision>
<revision> <revision>
<revnumber>v1.0</revnumber> <revnumber>v1.0</revnumber>
<date>2001-11-01</date> <date>2001-11-01</date>
@ -23,6 +31,7 @@
Initial public release. Initial public release.
</revremark> </revremark>
</revision> </revision>
</revhistory> </revhistory>
<abstract> <abstract>
@ -46,8 +55,7 @@ installing Apache or any of the modules please feel free to contact
me.</emphasis> </para> me.</emphasis> </para>
<para> <emphasis role="strong"><ulink <para> <emphasis role="strong"><ulink
url="http://groups.yahoo.com/group/webdav"> Join WebDAV discussion url="http://www.stonebeat.org">WebDAV Support and Discussion Forum</ulink></emphasis> </para>
Group for WebDAV Administrators and Users</ulink></emphasis> </para>
<para> <emphasis role="strong">This document is not a HOWTO on setting up <para> <emphasis role="strong">This document is not a HOWTO on setting up
LDAP server</emphasis>. For setting up a LDAP server please visit LDAP server</emphasis>. For setting up a LDAP server please visit
@ -248,11 +256,11 @@ it knows where where everything is. Change back to the directory
where you have the source files: </para> where you have the source files: </para>
<para><screen> <para><screen>
# cd /tmp/download <command> # cd /tmp/download </command>
# gzip -d apache_1.x.x.tar.gz <command> # gzip -d apache_1.x.x.tar.gz </command>
# tar -xvf apache_1.x.x.tar <command> # tar -xvf apache_1.x.x.tar </command>
# cd apache_1.x.x <command> # cd apache_1.x.x </command>
# ./configure --prefix=/usr/local/apache <command> # ./configure --prefix=/usr/local/apache </command>
</screen></para> </screen></para>
</sect2> </sect2>
@ -324,10 +332,10 @@ LDAP authentication for DAV. </para>
and mod_auth_ldap: </para> and mod_auth_ldap: </para>
<para><screen> <para><screen>
# ./configure --prefix=/usr/local/apache \ <command> # ./configure --prefix=/usr/local/apache \
--activate-module=src/modules/ldap/mod_auth_ldap.c \ --activate-module=src/modules/ldap/mod_auth_ldap.c \
--activate-module=src/modules/dav/libdav.a --activate-module=src/modules/dav/libdav.a
[...you can add more options here...] [...you can add more options here...] </command>
</screen></para> </screen></para>
<para>Now compile the Apache and install it into the appropriate <para>Now compile the Apache and install it into the appropriate
@ -392,11 +400,11 @@ the directory and set the permissions on it using the following
commands: </para> commands: </para>
<para><screen> <para><screen>
# cd /usr/local/apache <command># cd /usr/local/apache</command>
# mkdir var <command># mkdir var</command>
# chmod -R 755 var/ <command># chmod -R 755 var/</command>
# chown -R nobody var/ <command># chown -R nobody var/</command>
# chgrp -R nobody var/ <command># chgrp -R nobody var/</command>
</screen></para> </screen></para>
</sect2> </sect2>
@ -502,8 +510,7 @@ modules, or if you would like upgrade your existing Apache server to
support WebDAV.</para> support WebDAV.</para>
<para> <emphasis role="strong"><ulink <para> <emphasis role="strong"><ulink
url="http://groups.yahoo.com/group/webdav"> Join WebDAV discussion url="http://www.stonebeat.org">WebDAV Support and Discussion Forum</ulink></emphasis> </para>
Group for WebDAV Administrators and Users</ulink></emphasis> </para>
</sect2> </sect2>