SSL WebDAV Rewrite
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]