2

我正在努力寻找如何配置模块 mod_proxy_ftp 的任何示例

# Reverse Proxy
#
ProxyRequests On
#ProxyPreserveHost On
<Proxy *>
    Order deny,allow
    Allow from 192.168.10.0
</Proxy>
ProxyPass /ftp_folder ftp://someserver:9021
</IfModule>
</IfModule>

我使用 apache 作为选择的原因是因为我们没有权限将任何其他软件安装到我们的服务器中,他们给出了使用这个模块的想法。

任何人都可以告诉我这个吗?

谢谢阅读。

4

0 回答 0