You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Chris Arnold <ca...@electrichendrix.com> on 2014/01/10 23:46:35 UTC

[users@httpd] SSL WebDAV Rewrite

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