WebDAV Servers
PDF
Apache 1
Download the Apache Web Server and WebDAV module source code from the
Apache website, e.g. apache_1.3.24.tar.gz and mod_dav-1.0.3-1.3.6.tar.gz.
Configure and compile mod_dav:
wget <a style='text-decoration: underline;' href="http://www.webdav.org/mod_dav/mod_dav-1.0.3-1.3.6.tar.gz" target="_blank">http://www.webdav.org/mod_dav/mod_dav-1.0.3-1.3.6.tar.gz</a>
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/lib
dav.a
(./configure --prefix=/usr/local/apache --enable-module=proxy --activate-mod
ule=src/modules/dav/libdav.a)
make
su
make install
/usr/local/apache/bin/httpd -l
You need to reconfigure httpd.conf, e.g.:
DAVLockDB /usr/local/apache/logs/DavLock
<Directory "/usr/local/build/apache/htdocs">
Dav On
To see the files open "Konqueror" and type <a style='text-decoration: underline;' href="webdav://127.0.0.1:8080." target="_blank">webdav://127.0.0.1:8080.</a>
More info on mod_dav can be found at
a.. <a style='text-decoration: underline;' href="http://www.webdav.org/mod_dav/" target="_blank">http://www.webdav.org/mod_dav/</a>
b.. Apache and DAV with LDAP and SSL
Apache 2
Download the Apache Web Server source code from the Apache website,
e.g. httpd-2.0.46.tar.gz. The mod_dav module is inlcuded with the Apache 2
distribution. Configure and compile Apache:
../configure --prefix=/usr/local/apache2 --with-dav --enable-dav
make
make install
/usr/local/apache2/bin/httpd -l | grep dav
You need to reconfigure Apache:
DAVLockDB /usr/local/apache2/logs/DavLock
<Directory "/usr/local/apache2/htdocs">
Dav On
</Directory>
More info on mod_dav can be found at
a.. <a style='text-decoration: underline;' href="http://apacheworld.org/ty24/site.chapter13.html" target="_blank">http://apacheworld.org/ty24/site.chapter13.html</a>
b.. <a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/mod/mod_dav.html" target="_blank">http://httpd.apache.org/docs-2.0/mod/mod_dav.html</a>
c.. Apache and DAV
"skyweb" <skyweb.RemoveThis@despammed.com> ????
news:g8EQb.141283$VW.5739538@news3.tin.it...
> Hi everybody!
>
> how i can active web_dav module on Apache download as .tar.gz ?
>
> thx
begin 666 spacer.gif
K1TE&.#EA`0`!`( ``/___P```"'Y! $`````+ `````!``$```("1 $`.P``
`
end
begin 666 pdfdoc.gif
M1TE&.#EA#0`0`.<``,3,TL_4W,W5W,O3W<+-V+7"TJ>TQ;*\S]+8W>?GY.3H
MY]WBYM'8XL'+U[?"U+;"SN?DXN95.MVNI>#EZ-3<Y,;1W<;/UL?1VKC!S>?B
MXN<V%->2A^+GZ-G>Y\W2W:Z\R:>SPYVPQ**OO.?GY^9E4MFKH>3GZ=S@Y]#7
MXL'-V*&NPJ"RQ864I]+9WN;GY^1_:=YQ8N;GYM_BY\_9W[G%U*2QP+*^T8J8
MJ.;GX^-M6.%@3-B^O]':WL++V;K%UINFM+S'U)"=K=+8W.79TMAM7-W#O=Y1
M0LC'TL?'TL',VJ^XPL++UY.@KM+7WN.@C\^=EMZ4B=U=4.<U'^)*.\#$SYF@
MJ,K2W9>CL=*\O.18/M2 >L^[O,_5W]BNK\*FIL;/V;.ZQ<K2VIFDL=UG8-A=
M2\^=E-O@YM?>Y]/<X]+9X<[4W\G2W:VUO<[5WIJELN9U<<L[--%\<=O>X-G?
MYMG=Y]7<Y=+9X\[5W\K3W:.ILLO2W)NFLM2YM]#5VM_DY=K@YM?=Y-3;Y-+9
MXLW5WKS#R]+6W=WAYMG?Y=7<Y-+:Y-#8X<S5X<C2WL7/V\'-VZFPMHJ1FXJ1
MG(F1FXJ2FHF1FHJ1F9B>I?______________________________________
M____________________________________________________________
M____________________________________________________________
M____________________________________________________________
M____________________________________________________________
M____________________________________________________________
M____________________________________________________________
M_____________________R'Y! $*`/\`+ `````-`! ```C-`/\)'$BP(( `
M`@80*&#@0$$$"1(H6,"@@8,'!!% B"!A`H4*%BY@&(@@@X8-'#IX^ `BA B!
M"$:0*&'B!(H4*E

$-C"Q0L8,63,H%'#Q@V>.'+HV,&CAX\?0(((%#*$2!$C
M1Y D4;*$B< F3IY B2)E"I4J5JX(Q))%RQ8N7;Q\`1-&S+\Q9,J8.8,FC9HU
M;-JX>0,GCIPY=.K8N8,GCYX]__CT\?,'4"!!@_ 0TN-&8"%#AQ E4K2(42-'
2G?\]@A1)TB1*E"!!JF0I( `[
`
end<!-- ~MESSAGE_AFTER~ -->