1. 程式人生 > >ubuntu 安裝ftp nginx tomcat

ubuntu 安裝ftp nginx tomcat

tp服務器 vsftpd 配置 OS 文件 ftp服務器 sta apt cal

tomcat

sudo apt-get install tomcat

訪問方式,http://loclahost:8080

進入sbin目錄下 sudo ./startup.sh開啟

sudo ./shutdown 關閉

nginx服務器

sudo apt-get install nginx

訪問方式,http://localhost

sudo service nginx start 開啟

sudo service nginx stop 關閉

sudo service nginx restart 重啟

sudo service nginx reload ,在不關閉的情況下,重新加載配置文件等

ftp服務器

sudo apt-get install vsftpd

自動安裝使用的是主機的用戶名和密碼:liyafei,1367xxx

訪問方式,ftp://localhost:21,ftp:localhost

可通過:filezilla客戶端進行訪問。sudo apt-get install filelizza

ubuntu 安裝ftp nginx tomcat