Ubuntu 搭建文件服务器 (wget 浏览器均可下载)
作者:互联网
安装 apache2 服务
sudo apt-get install apache2
修改端口
默认监听的端口是80,可以自定义修改
-
修改
/etc/apache2/ports.conf
-
修改
/etc/apache2/sites-available/000-default.conf
重启服务
/etc/init.d/apache2 restart
apache服务器的默认目录在
/var/www/html
,如果想利用http服务器下载文件,需要删除其index.html
文件,然后把文件放在该目录即可
只能下载压缩文件,其他文件会被当做html 资源访问
标签:文件,浏览器,修改,apache2,etc,html,服务器,Ubuntu,wget 来源: https://www.cnblogs.com/gaoshaonian/p/15908018.html