CentOS下iptables防火墙开放80端口 0 By nidongde on 2017年7月30日 Linux 1.修改iptables配置,添加80端口 [root@localhost ~]# iptables -I INPUT -p tcp --dport 80 -j ACCEPT 2.保存配置 [root@localhost ~]# service iptables save 3.重启防火墙 [root@localhost ~]# service iptables restart 80端口 centos iptables 防火墙
Laravel提示:The Process class relies on proc_open, which is not available on your PHP installation.错误的解决办法 Laravel 作者 nidongde
getimagesize(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed”错误解决办法。 Linux 作者 nidongde