当前位置:网站首页>Openresty installation
Openresty installation
2022-06-10 23:56:00 【Li_ XiaoJin】
OpenResty Easy to install , Make a note of .
brief introduction
OpenResty It's based on Nginx And Lua A high performance Web platform , It has a lot of sophisticated integration inside Lua library 、 Third party modules and most of the dependencies . Easy to construct to handle ultra-high concurrency 、 Highly scalable dynamics Web application 、Web Services and dynamic gateways .
install
Installation dependency
rely on pcre Be a regular engine ,openssl Be a security engine
yum install -y gcc gcc-c++ zlib-devel pcre pcre-devel openssl openssl-devel readline-devel
download
Version selection openresty-1.19.3.1
# download
wget https://openresty.org/download/openresty-1.19.3.1.tar.gz
# decompression
tar -zxvf openresty-1.19.3.1.tar.gz
install
cd openresty-1.19.3.1
./configure --with-luajit && make && make install
start-up
/usr/local/openresty/nginx/sbin/nginx -c /usr/local/openresty/nginx/conf/nginx.conf
see openresty Version and installed modules
/usr/local/openresty/nginx/sbin/nginx -V
10-19 The problem record
The following error occurred during the installation on the server today :
Can't locate File/Temp.pm in @INC (you may need to install the File::Temp module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at ./configure line 9.
BEGIN failed--compilation aborted at ./configure line 9.
resolvent : yum install -y perl-File-Temp
Copyright: use Creative Commons signature 4.0 International license agreement to license Links:https://lixj.fun/archives/openresty install
边栏推荐
- Data and information resource sharing platform (VII)
- LabVIEW determines the position of the control in the display coordinate system
- SystemVerilog (x) - user defined type
- OpenResty安装
- 30 | 怎么重设消费者组位移?
- LabVIEW displays the time and date on the waveform chart or waveform chart
- VS 番茄助手添加头注释 以及使用方式
- LabVIEW prohibits other multi-core processing applications from executing on all cores
- BGP - route map extension (explanation + configuration)
- flutter 如何去掉listview顶部空白的问题
猜你喜欢

都说验证码是爬虫中的一道坎,看我只用五行代码就突破它。

黑马头条丨腾讯薪酬制度改革引争议;英特尔全国扩招女工程师;黑马100%就业真的吗......

An adaptive size / full screen display method for iframe frames

LabVIEW和VDM提取色彩和生成灰度图像
![[untitled]](/img/7e/aab9560ef5a1b93f737a82561ec114.png)
[untitled]

【Pygame合集】回忆杀-“童年游戏”,看看你中几枪?(附五款源码自取)

R language to draw two-dimensional normal distribution density surface;

LeetCode+ 21 - 25

Dark horse headlines - Tencent's salary system reform has caused controversy; Intel expanded the recruitment of female engineers nationwide; Black horse is 100% employed really

Fiddler configuration
随机推荐
LabVIEW get IMAQ get last event coordinates
LabVIEW open other exe programs
The time (in minutes) required for a group of workers to cooperate to complete the assembly process of a part are as follows:
选择排序
Unity 脚本无法显示C#源码的中文注释 或者VS创建的脚本没有C#源码的注释
归并排序
Common settings for vs
示波器刷新率怎么测量
Classic sentences in Yi Shu's works
Is it safe for CICC Fortune Securities to open an account? Is it reliable?
B 树的简单认识
[new version] new pseudo personal homepage v2.0- starze V Club
MultipartFile重命名上传
Is qiniu's securities account true? Is it safe?
Usage of C tryparse
LabVIEW中创建毫秒时间标识
Four ways to add names to threads in the thread pool
LabVIEW打开其他EXE程序
vtk.js中vtp下载
【Pygame小游戏】不怕你走不过系列:极致AI走迷宫,学习完带你打开新世界大门~(附游戏源码)