Apache 2 2.2.x.
I am trying to proxy a WebDAV space to a tomcat app on the same server with a 
rewrite and [P] flag. So when https://example .com/path/to/WebDAV/space is 
entered, the apache server will send that request to the tomcat app. Here is 
rewrite:

RewriteCond %{HTTP_HOST} ^proxyhostname$
RewriteRule ^/+alfresco/(.*) https://192.168.123.3:8443/alfresco/$1 [P]

I get a 404 object not found from the browser. This is from the apache error 
log:
File does not exist: /srv/www/htdocs/site/path

Any guidance is appreciated.

Sent from my iPhone

Reply via email to