I have been trying to determine the proper configuration for a problem unsuccessfully. I have tried many online resources, but haven't been able to put the lid on this problem.

My scenario:

One server is running Apache in a dmz. Another server is running Apache inside a firewall, and is configured for webdav.

I am trying to use mod_rewrite (or whatever config will accomplish this), but I must be missing something.

I have tried virtual hosts, .htaccess files in /htdocs/en-us/webdav and /htdocs/en-us/webdav/readwrite, redirect rules, etc. Webdav is configured on the server inside the firewall, and works fine from inside the firewall. Webdav is not configured on the server in the dmz. I have also tried using port 81 for webdav.

An example .htaccess file from htdocs/en-us/webdav/readwrite:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/$ http://192.168.124.139/webdav

The two servers can ping each other successfully.

It would be great to force everything to port 443, but even port 80 would be good, at this point.

Thanks,

Brent Friedman

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to