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>
<revhistory>
<revision>
<revnumber>v1.1</revnumber>
<date>2001-11-29</date>
<authorinitials>sa</authorinitials>
<revremark>
</revremark>
</revision>
<revision>
<revnumber>v1.0</revnumber>
<date>2001-11-01</date>
@ -23,6 +31,7 @@
Initial public release.
</revremark>
</revision>
</revhistory>
<abstract>
@ -46,8 +55,7 @@ installing Apache or any of the modules please feel free to contact
me.</emphasis> </para>
<para> <emphasis role="strong"><ulink
url="http://groups.yahoo.com/group/webdav"> Join WebDAV discussion
Group for WebDAV Administrators and Users</ulink></emphasis> </para>
url="http://www.stonebeat.org">WebDAV Support and Discussion Forum</ulink></emphasis> </para>
<para> <emphasis role="strong">This document is not a HOWTO on setting up
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>
<para><screen>
# cd /tmp/download
# gzip -d apache_1.x.x.tar.gz
# tar -xvf apache_1.x.x.tar
# cd apache_1.x.x
# ./configure --prefix=/usr/local/apache
<command> # cd /tmp/download </command>
<command> # gzip -d apache_1.x.x.tar.gz </command>
<command> # tar -xvf apache_1.x.x.tar </command>
<command> # cd apache_1.x.x </command>
<command> # ./configure --prefix=/usr/local/apache </command>
</screen></para>
</sect2>
@ -324,10 +332,10 @@ LDAP authentication for DAV. </para>
and mod_auth_ldap: </para>
<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/dav/libdav.a
[...you can add more options here...]
[...you can add more options here...] </command>
</screen></para>
<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>
<para><screen>
# cd /usr/local/apache
# mkdir var
# chmod -R 755 var/
# chown -R nobody var/
# chgrp -R nobody var/
<command># cd /usr/local/apache</command>
<command># mkdir var</command>
<command># chmod -R 755 var/</command>
<command># chown -R nobody var/</command>
<command># chgrp -R nobody var/</command>
</screen></para>
</sect2>
@ -502,8 +510,7 @@ modules, or if you would like upgrade your existing Apache server to
support WebDAV.</para>
<para> <emphasis role="strong"><ulink
url="http://groups.yahoo.com/group/webdav"> Join WebDAV discussion
Group for WebDAV Administrators and Users</ulink></emphasis> </para>
url="http://www.stonebeat.org">WebDAV Support and Discussion Forum</ulink></emphasis> </para>
</sect2>