PDA

View Full Version : can i set up reverse proxy using apache with webdav?


slamp
03-05-2006, 10:40 AM
hello, i just installed litespeed 2.1.12 and everything is working correcty. i must say this is a great piece of software..

back to my question. i currently have webDAV running on my apache2 installation. i saw documentations about reverse proxy but i am not really sure how to configure this.

im on ubuntu.
apache2 doc root is /var/www/ running on 8080
webdav is on /var/www/webdav

i added external app web server
uri = /var/www/webdav
localhost:8080

added proxy context
uri = /var/www/webdav
external app the one i added before.

so this doesn't work for me. error comes up file not found /opt/lsws/vhost/webdav.

so please if anyone can shed how to configure reverse proxy with webdav

ts77
03-05-2006, 01:38 PM
/var/www/webdav is not a URI, its a filesystem path.
use the uri under which you can reach apache.

mistwang
03-05-2006, 02:52 PM
That's correct, instead of "/var/www/webadv", "/webdav/" should be used as the the context URI I believe.

slamp
03-06-2006, 05:38 PM
setting uri = /webdav worked like a charm! thanks again. this is a great piece of software.