Apache Reverse Proxy


Animosity022

Recommended Posts

I am getting back into using Sync and was trying to restore back to my Apache Reverse Proxy config that was working before.

# Resilio Sync
<Location /btsync>
RewriteEngine on
ProxyPass http://127.0.0.1:38888
ProxyPassReverse http://127.0.0.1:38888
ProxyHTMLURLMap http://127.0.0.1:38888 /btsync
Redirect permanent /gui /btsync/gui
AuthType Digest
AuthName "felix"
AuthDigestDomain /btsync
AuthBasicProvider file
AuthUserFile /etc/apache2/htpasswd
Require valid-user
</Location>

 

That was my config that was working probably a few versions back. I tried putting it back into place and when I try to hit the URL, I get an invalid request. I did dump my cache and such and did a bunch of searching but can't seem to find anyone saying a working config as most of the posts were a few years old.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.