Created
April 24, 2020 02:54
-
-
Save ryanwoodsmall/ca8f13ac56b010ad6f368087d9daaa74 to your computer and use it in GitHub Desktop.
httpd_mod_proxy_ftp.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# proxy requests /ftp/host.domain.tld/... to a real ftp server | |
ProxyRequests On | |
ProxyPreserveHost On | |
RewriteEngine On | |
RewriteRule "^/ftp/(.*)$" "ftp://$1" [P] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment