国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

強大的 Web 應?服務器OpenResty安裝(Nginx倉庫)

瀏覽:30日期:2023-08-03 20:13:38

OpenResty(?稱:ngx_openresty) 是一個基于 NGINX 的可伸縮的 Web 平臺,OpenResty 是?個強大的 Web 應?服務器,Web 開發?員可以使用 Lua 腳本語?調動 Nginx ?持的各種 C 以及 Lua 模塊,更主要的是在性能方面,OpenResty可以快速構造出足以勝任 10K 以上并發連接響應的超高性能 Web 應用系統

OpenResty® 是一個基于 Nginx 與 Lua 的高性能 Web 平臺,其內部集成了大量精良的 Lua 庫、第三方模塊以及大多數的依賴項。用于方便地搭建能夠處理超高并發、擴展性極高的動態 Web 應用、Web 服務和動態網關。

OpenResty® 通過匯聚各種設計精良的 Nginx 模塊(主要由 OpenResty 團隊自主開發),從而將 Nginx 有效地變成一個強大的通用 Web 應用平臺。這樣,Web 開發人員和系統工程師可以使用 Lua 腳本語言調動 Nginx 支持的各種 C 以及 Lua 模塊,快速構造出足以勝任 10K 乃至 1000K 以上單機并發連接的高性能 Web 應用系統。

OpenResty® 的目標是讓你的Web服務直接跑在 Nginx 服務內部,充分利用 Nginx 的非阻塞 I/O 模型,不僅僅對 HTTP 客戶端請求,甚至于對遠程后端諸如 MySQL、PostgreSQL、Memcached 以及 Redis 等都進行一致的高性能響應。

OpenResty中?官網: http://openresty.org/cn/

windows版安裝

1.運??個Hello World

在任意?個地?新建?個?件夾(注意最好不要有中?路徑)。例如:在桌面新建?個 example 文件夾, ?錄結構如下 (?錄樹生成網站 http://dir.yardtea.cc/)

2.其中logs和conf是必要的,?面的?件可以新建空文件。

3.打開nginx.conf如?配置:

worker_processes 1;error_log logs/error.log;events { worker_connections 1024;}http { server {listen 9000;default_type text/html;location / { root /data/html; index kbn.html;}} }

4.啟動nginx

nginx -p /bin -c conf/nginx.conf或 cd /var/nginx/bin目錄使用 nginx -c conf/nginx.conf如果啟動報錯 resty.core 找不到, 就把nginx安裝目錄中的lua,luaLib 兩個?件夾復制到project ?面去

5.修改配置之后使? ./nginx -s reload 重啟

停?./nginx -s stop

ConterOS 安裝 OpenResty

下載地址:OpenResty官?: http://openresty.org/OpenResty下載地址:http://openresty.org/cn/download.html

安裝依賴庫:$ yum install -y pcre-devel openssl-devel gcc curl

2.下載OpenResty版本:

$ wget https://openresty.org/download/openresty-1.15.8.1.tar.gzwget https://openresty.org/download/openresty-1.21.4.1.tar.gz解壓: $ tar -xzvf openresty-1.15.8.1.tar.gz進?解壓?目錄:$ cd openresty-1.15.8.1/檢查配置環境, ?成 Makefile,默認安裝到/usr/local/openresty:$ ./configure編譯安裝:$ gmake && gmake install

安裝結果:

mkdir -p /usr/local/openresty/site/lualib /usr/local/openresty/site/pod /usr/local/openresty/site/manifestln -sf /usr/local/openresty/nginx/sbin/nginx /usr/local/openresty/bin/openresty

可以看到openresty 實際上是nginx的軟連接。7.常用命令:

查看版本號:$ /usr/local/openresty/bin/openresty -v nginx version: openresty/1.15.8.3檢驗配置/usr/local/openresty/bin/openresty -t啟動/usr/local/openresty/bin/openresty停?/usr/local/openresty/bin/openresty -s stop重新加載配置/usr/local/openresty/bin/openresty -s reload配置/lib/systemd/system/openresty.service,通過systemctl啟動:[Unit]Description=openresty - high performance web serverAfter=network.target remote-fs.target nss-lookup.target[Service]Type=forkingExecStart=/usr/local/openresty/bin/openresty -c /usr/local/openresty/nginx/conf/nginx.confExecReload=/usr/local/openresty/bin/openresty -s reloadExecStop=/usr/local/openresty/bin/openresty -s stop[Install]WantedBy=multi-user.target

9.添加openresty.service后,使配置文件生效:

$ systemctl daemon-reload

10.使用systemctl管理openresty:

啟動$ systemctl start openresty停?$ systemctl stop openresty重載配置$ systemctl reload openresty重啟$ systemctl restart openresty

到此這篇關于強大的 Web 應?服務器OpenResty安裝(Nginx倉庫) 的文章就介紹到這了,更多相關安裝OpenResty內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Nginx
相關文章:
主站蜘蛛池模板: 陆川县| 蓬安县| 石河子市| 鸡泽县| 九台市| 林州市| 吴忠市| 桂阳县| 九台市| 绿春县| 孝义市| 沧州市| 沾益县| 兴国县| 枣阳市| 太保市| 正蓝旗| 岳池县| 沈阳市| 巴塘县| 伽师县| 理塘县| 班玛县| 茂名市| 凤庆县| 双城市| 虎林市| 驻马店市| 丽江市| 镇原县| 灌阳县| 台安县| 夏河县| 武陟县| 临漳县| 修水县| 岑巩县| 项城市| 蒙阴县| 镇平县| 宝应县|