文件服务器的搭建

Posted jjxhp

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文件服务器的搭建相关的知识,希望对你有一定的参考价值。

apache服务器

<VirtualHost *:81>
    ServerAdmin webmaster@example.com
    DocumentRoot "/data/file"
    ServerName 4f39a990.www.file.com
    ServerAlias www.file.com 47.37.178.39

    ErrorLog $APACHE_LOG_DIR/error_log
    CustomLog $APACHE_LOG_DIR/access_log combined

    <Directory "/data/file">
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>
</VirtualHost>

未完,后续更新。。

以上是关于文件服务器的搭建的主要内容,如果未能解决你的问题,请参考以下文章

怎么快速搭建一个http文件服务器

centos 怎么搭建文件服务器

如何搭建与Windows客户机结合使用的Samba文件服务器

OpenWrt搭建文件共享服务(NAS)

Ubuntu 16.04 搭建 NFS 文件共享服务器

搭建文件共享服务器