蓝海
steve78926
努力, 努力, 再努力
全部博文(220)
BackupPC(1)
kvm(1)
saltstack(2)
pycharm5-git(1)
Bootstrap(2)
CSS(4)
SSL(2)
文件监控(1)
存储监控(1)
zabbix(3)
Cacti(6)
网络监控(0)
python 概念(4)
python使用(6)
python报错(2)
存储(1)
磁盘(2)
IDLE(1)
装饰器(5)
打印机问题(1)
rsync(1)
loadrunner(7)
XML格式(1)
linux(4)
漏洞扫描(1)
tomcat(2)
TCP协议(1)
apache(1)
struts2(0)
HTTP概念(1)
php(5)
nginx(1)
HBA(1)
IBM-V7000(2)
存储协议(1)
hp存储(1)
iscsi(2)
SQLServer(4)
sql语句(3)
mysql备份(2)
DB2(1)
mysqlreport(2)
MySQL(18)
ICMP(1)
排障(1)
抓包(2)
构建高性能Web站(1)
ps进程(1)
ps进程(0)
网卡设置(1)
shell(1)
tools(3)
crontab(1)
fpm-rpm(1)
静态库与动态库(1)
grep(1)
command(4)
centOS7(1)
编码(1)
日志(3)
安全(2)
图形程序(0)
ssh(2)
linux中文支持(1)
文件系统(1)
VIM(2)
图形(2)
iptables(2)
mysqld(2)
bash漏洞(1)
监控(1)
正版激活(1)
SNMP(0)
IIS(1)
系统跟踪(0)
JVM调优(1)
JVM调优(0)
Tomcat(2)
java doc(5)
JAVA与数据库连接(1)
名词术语(2)
EHCache(2)
JDK(0)
JBOSS(3)
LVS(0)
2018年(8)
2017年(46)
2016年(75)
2015年(92)
linkinki
tttxxx
xxyydd12
骨骼么么
edww
wb123456
una_tu
chenjins
hxl
fbwd
分类: PHP
2015-05-26 09:02:47
如下所示: ################################ 添加好之后防火墙规则如下所示################################ # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT ####################################################################################### /etc/init.d/iptables restart #最后重启防火墙使配置生效
service nginx start #启动nginx ========================================================= 另一种用YUM方式安装nginx 转自:http://shmily2038.iteye.com/blog/1860063 1、CentOS 6,先执行: rpm -ivh 2. yum install nginx 3. service nginx start ==============================================================
mysql_secure_installation
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } #取消FastCGI server部分location的注释,并要注意fastcgi_param行的参数,改为$document_root$fastcgi_script_name,或者使用绝对路径 service nginx restart #重启nginx
上一篇: ISCSI (Internet Small Computer System Interface) 配置说明
下一篇:两台服务器同时挂载共享存储盘,导致文件索引损坏
登录 注册