时间:2021-07-01 10:21:17 帮助过:22人阅读
报错:./configure: error: the HTTP rewrite module requires the PCRE library
解决:
安装pcre-devel解决问题
yum -y install pcre-devel
安装成功后启动
service nginx start
通过ip访问发现无法访问
#vi /etc/sysconfig/iptables
//在倒数第二行加入80端口
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
//重启iptables
#/etc/init.d/iptables restart
done
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('').text(i)); }; $numbering.fadeIn(1700); }); });以上就介绍了linux下安装nginx常见错误,包括了require方面的内容,希望对PHP教程有兴趣的朋友有所帮助。