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