Apache HTTP Server - /etc/apache2/mods-available/proxy_ftp.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original proxy_ftp.confConfiguration File Information
Authentic & Original
Unaltered proxy_ftp.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 9 (Stretch)
โ Also compatible:
Debian 10 (Buster),
Debian 11 (Bullseye),
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Configuration File Content
9 lines
<IfModule mod_proxy_ftp.c>
# Define the character set for proxied FTP listings. Default is ISO-8859-1
ProxyFtpDirCharset UTF-8
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Download Commands
proxy_ftp.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O proxy_ftp.conf.example https://exampleconfig.com/api/v1/config/original/dd9beba82c2838bcfd51a05dfb540929?hint=proxy_ftp.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/dd9beba82c2838bcfd51a05dfb540929?hint=proxy_ftp.conf > proxy_ftp.conf.example