summaryrefslogtreecommitdiff
path: root/ftp/php56-fastdfs/pkg-message
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-10-27 05:49:09 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-10-27 05:49:09 +0000
commit0602db1835f35f9e8c51b13bcbca9254f8974c44 (patch)
treed720e37f939e7ec51f3191db3bea0a027966b860 /ftp/php56-fastdfs/pkg-message
parentdevel/py-raven: update 5.13.0 -> 5.31.0 (diff)
New ports: devel/libfastcommon, ftp/fastdfs, ftp/php(56|70)-fastdfs
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. WWW: https://github.com/happyfish100/fastdfs PR: 213311 Submitted by: Daniel Ylitalo <daniel@blodan.se>
Notes
Notes: svn path=/head/; revision=424743
Diffstat (limited to 'ftp/php56-fastdfs/pkg-message')
-rw-r--r--ftp/php56-fastdfs/pkg-message15
1 files changed, 15 insertions, 0 deletions
diff --git a/ftp/php56-fastdfs/pkg-message b/ftp/php56-fastdfs/pkg-message
new file mode 100644
index 000000000000..993d158f9115
--- /dev/null
+++ b/ftp/php56-fastdfs/pkg-message
@@ -0,0 +1,15 @@
+Before you can start using this module;
+- Make sure you have configured client.conf to point to your FastDFS cluster
+ and that you see the cluster with fdfs_monitor
+- Add this to your php.ini file
+==================================================================
+fastdfs_client.base_path = /var/tmp
+fastdfs_client.connect_timeout = 2
+fastdfs_client.network_timeout = 60
+fastdfs_client.log_level = info
+fastdfs_client.log_filename =
+fastdfs_client.http.anti_steal_secret_key =
+fastdfs_client.tracker_group_count = 1
+fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf
+fastdfs_client.use_connection_pool = false
+fastdfs_client.connection_pool_max_idle_time = 3600