backing up shopserver1p apache config
[eostre.git] / drupal-configs / apache2 / mods-available / proxy_ftp.conf
diff --git a/drupal-configs/apache2/mods-available/proxy_ftp.conf b/drupal-configs/apache2/mods-available/proxy_ftp.conf
new file mode 100644 (file)
index 0000000..29fec56
--- /dev/null
@@ -0,0 +1,8 @@
+<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