linux就该这么学第十二课 Apache 美国 Nginx 俄罗斯 极限挑战: 128M linux+网站 64M linux+网站 32M linux+网站 网站报错:500 502 硬件资源超负荷 LAMP linux apache mysql php LNMP linux nginx mys ...
分类:
系统相关 时间:
2019-06-09 00:51:29
阅读次数:
117
/opt/lampp/lampp start 启动服务 /opt/lampp/lampp stop 停止服务 sudo /etc/init.d/mysql restart 重启mysql /opt/lampp/bin/mysql -uroot -p mysql的使用 ...
分类:
系统相关 时间:
2019-06-07 21:10:39
阅读次数:
127
zabbix运行在lamp环境或者lnmp环境都是可以的,如果是新系统推荐使用lamp或者lnmp一键安装包, 或者可以向下面这种方式: PHP安装 源码安装 PS:遇到的问题,安装第三个php rpm包时,提示: 没有安装httpd-mmn = 20051115 这里需要安装httpd服务,但安装 ...
分类:
其他好文 时间:
2019-06-07 12:57:14
阅读次数:
99
学习PHP的时候需要在CentOS系统下安装lamp环境,安装容易卸载就没那么简单了,因为lamp由Apache、MySQL、PHP三个部分构成,需要逐个卸载,小编就给大家介绍下CentOS卸载lamp环境的方法。 一、卸载Mysql [root@localhost ~]# rpm -qa|grep ...
分类:
其他好文 时间:
2019-06-07 00:23:51
阅读次数:
139
安装yum utils工具包,若不安装则会找不到命令yum-config-manageryum -y install yum-utils 启用yum仓库yum-config-manager --enable rhel-7-server-optional-rpms 使用yum直接安装php,php-g ...
分类:
系统相关 时间:
2019-06-06 19:32:43
阅读次数:
171
流程控制 for 语句 ##################### 语法一 ################################# #!/bin/bash for i in 1 2 3 4 5 6 do echo $i done #!/bin/bash #批量解压缩 cd /lamp l... ...
分类:
其他好文 时间:
2019-06-05 21:31:47
阅读次数:
97
[root@1-CentOS-7-30-LAMP~]#catselectmenu.sh#!/bin/bash###menuselect#########DanChen##############2019-6-5#######PS3="Pleaseinputyourchoice:"while:doselectinputindisk_patitondisk_usememory_us
分类:
系统相关 时间:
2019-06-05 11:29:52
阅读次数:
123
题目:LightOJ:1341 - Aladdin and the Flying Carpet(因子个数) It's said that Aladdin had to solve seven mysteries before getting the Magical Lamp which summon ...
分类:
其他好文 时间:
2019-06-03 20:13:38
阅读次数:
135
在单台主机上配置LNMP编译安装nginx1.登录官网获取下载链接直接wget[root@localhost~]#wgethttp://nginx.org/download/nginx-1.17.0.tar.gz2.解压文件[root@localhost~]#tarxfnginx-1.17.0.tar.gz3.检查当前环境是否符合编译要求,并生成makefile文件[root@localhost~
分类:
其他好文 时间:
2019-06-03 09:20:29
阅读次数:
113
Nginx模块名称模块作用ngx_http_access_module四层基于IP的访问控制,可以通过匹配客户端源IP地址进行限制ngx_http_auth_basic_module状态页,使用basic机制进行用户认证,在编译安装nginx的时候需要添加编译参数--withhttp_stub_status_module,否则配置完成之后监测会是提示语法错误ngx_http_stub_status
分类:
其他好文 时间:
2019-06-03 00:21:30
阅读次数:
136