/etc/apache2/mods-available/proxy_ftp.conf - Ubuntu 12.04 LTS (Precise Pangolin)

This is the default example configuration of proxy_ftp.conf provided by Apache. This config file was generated by Apache running on Ubuntu 12.04.

It is located under: /etc/apache2/mods-available/proxy_ftp.conf

    <IfModule mod_proxy_ftp.c>

# Define the character set for proxied FTP listings. Default is ISO-8859-1
ProxyFtpDirCharset UTF-8

</IfModule>

    
  

Config Details

Location
/etc/apache2/mods-available/proxy_ftp.conf
Operating system
Ubuntu 12.04 LTS (Precise Pangolin)
Length
6 lines
MD5 checksum
b6d44b2da1c5246a290738729b3b6980

Usage

Download the raw file with wget or curl

Wget

wget -O proxy_ftp.conf.example http://exampleconfig.com/static/raw/apache/ubuntu12.04/etc/apache2/mods-available/proxy_ftp.conf

cURL

curl http://exampleconfig.com/static/raw/apache/ubuntu12.04/etc/apache2/mods-available/proxy_ftp.conf > proxy_ftp.conf.example