Document: WebDAV Servers
URL:
https://lenya.zones.apache.org/cms/docu/authoring/docu20/standardmodules/webdavmodulesection/webdavserver.html
Changed by user: Richard Frovarp (rfrovarp)
----
Removed: /comment()[1]
Copyright 1999-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
----
Removed: /comment()[2]
$Id: webdav.xml 55543 2004-10-26 00:14:59Z gregor $
----
Removed: /document/body/section[1]/source[1]/text()
wget http://www.webdav.org/mod_dav/mod_dav-1.0.3-1.3.6.tar.gz
cd /usr/local/src/mod_dav-1.0.3-1.3.6
./configure --with-apache=/usr/local/src/apache_1.3.24
make
make install
cd /usr/local/src/apache_1.3.24
find . -name "*dav*" -print
./configure --prefix=/usr/local/apache
--activate-module=src/modules/dav/libdav.a
(./configure --prefix=/usr/local/apache --enable-module=proxy
--activate-module=src/modules/dav/libdav.a)
make
su
make install
/usr/local/apache/bin/httpd -l
----
Added: /document/body/section[1]/source[1]/text()
wget http://www.webdav.org/mod_dav/mod_dav-1.0.3-1.3.6.tar.gzcd
/usr/local/src/mod_dav-1.0.3-1.3.6./configure
--with-apache=/usr/local/src/apache_1.3.24makemake installcd
/usr/local/src/apache_1.3.24find . -name "*dav*" -print./configure
--prefix=/usr/local/apache
--activate-module=src/modules/dav/libdav.a(./configure
--prefix=/usr/local/apache --enable-module=proxy
--activate-module=src/modules/dav/libdav.a)makesumake
install/usr/local/apache/bin/httpd -l
----
Removed: /document/body/section[1]/source[2]/text()
DAVLockDB /usr/local/apache/logs/DavLock
<Directory "/usr/local/build/apache/htdocs">
Dav On
----
Added: /document/body/section[1]/source[2]/text()
DAVLockDB /usr/local/apache/logs/DavLock<Directory
"/usr/local/build/apache/htdocs">Dav On
----
Removed: /document/body/section[2]/source[1]/text()
./configure --prefix=/usr/local/apache2 --with-dav --enable-dav
(./configure --prefix=/usr/local/apache2 --with-dav --enable-dav --enable-proxy
--enable-proxy-http)
make
make install
/usr/local/apache2/bin/httpd -l | grep dav
----
Added: /document/body/section[2]/source[1]/text()
./configure --prefix=/usr/local/apache2 --with-dav --enable-dav(./configure
--prefix=/usr/local/apache2 --with-dav --enable-dav --enable-proxy
--enable-proxy-http)make make install/usr/local/apache2/bin/httpd -l | grep dav
----
Removed: /document/body/section[2]/source[2]/text()
DAVLockDB /usr/local/apache2/logs/DavLock
<Directory "/usr/local/apache2/htdocs">
Dav On
</Directory>
----
Added: /document/body/section[2]/source[2]/text()
DAVLockDB /usr/local/apache2/logs/DavLock<Directory
"/usr/local/apache2/htdocs">Dav On</Directory>
----
Removed: /document/body/section[3]/source/text()
<!-- Uncomment this to enable read and write access -->
<init-param>
<param-name>readonly</param-name>
<param-value>false</param-value>
</init-param>
----
Added: /document/body/section[3]/source/text()
<!-- Uncomment this to enable read and write access --><init-param>
<param-name>readonly</param-name>
<param-value>false</param-value></init-param>
----
Removed: /document/body/section[4]
<section> (null)
----
Removed: /document/body/section[4]/title
<title> (null)
----
Removed: /document/body/section[4]/title/text()
Apache Jakarta Slide
----
Removed: /document/body/section[4]/p
<p> (null)
----
Removed: /document/body/section[4]/p/text()[1]
Point your WebDAV client to
----
Removed: /document/body/section[4]/p/code[1]
<code> (null)
----
Removed: /document/body/section[4]/p/code[1]/text()
http://127.0.0.1:8080/slide/
----
Removed: /document/body/section[4]/p/text()[3]
. One needs to configure
----
Removed: /document/body/section[4]/p/code[2]
<code> (null)
----
Removed: /document/body/section[4]/p/code[2]/text()
Domain.xml
----
Removed: /document/body/section[4]/source
<source> (null)
----
Removed: /document/body/section[4]/source/@space
[attr] space=preserve (http://www.w3.org/XML/1998/namespace)
----
Removed: /document/body/section[4]/source/text()
<contentstore classname="slidestore.reference.FileContentStore">
<parameter
name="rootpath">/usr/local/jakarta-tomcat-4.1.21-LE-jdk14/webapps/lenya/lenya/pubs/notimes/content/authoring/articles</parameter>
...
----
Removed: /document/body/comment()
<section>
<title>Zope</title>
<p>
<source>
<![CDATA[
...
]]>
</source>
</p>
</section>
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]