linux下安装nginx常见错误
报错:./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 ').text(i)); }; $numbering.fadein(1700); }); }); 以上就介绍了linux下安装nginx常见错误,包括了require方面的内容,希望对php教程有兴趣的朋友有所帮助。