linux下安装nginx常见错误
报错:./configure: error: the HTTP rewrite module requires the PCRE library
解决:
<code>安装pcre-devel解决问题 yum -y install pcre-devel </code>
安装成功后启动
<code>service nginx start </code>
通过ip访问发现无法访问
<code>#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 </code>
done
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });以上就介绍了linux下安装nginx常见错误,包括了require方面的内容,希望对PHP教程有兴趣的朋友有所帮助。