首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

NGINX/JETTY 装配及基本配置总结

2013-04-26 
NGINX/JETTY 安装及基本配置总结JETTY安装?[root@localhost ~]#tar zxvf?jetty-hightide-8.1.8.v20121106.

NGINX/JETTY 安装及基本配置总结

JETTY安装

?

[root@localhost ~]#tar zxvf?jetty-hightide-8.1.8.v20121106.tar.gz

[root@localhost ~]#mv / /usr/local/jetty

[root@localhost ~]#cd /usr/local/jetty/bin

[root@localhost ~]#./jetty.sh start

?

?

访问:

http://ip:8080/

?

NGINX安装

?

sudo apt-get update

sudo apt-get install libpcre3 libpcre3-dev

你可能还需要安装

sudo apt-get install openssl libssl-dev

?

tar zxvf xxx

./configure --prefix=/usr/local/nginx

Make

Sudo make install

?

启动: cd ? /usr/local/nginx

? ? ? ? ? ? ? ?./nginx

热点排行