Nginx 访问认证 应用环境: 企业内部人员,访问一些企业内部的网站,例如phpmyadmin或者公司的一些文档服务器 Nginx配置: 安装httpd,为了实现Nginx可以使用htpasswd命令 [root@node1 vhost]# yum -y install httpd # 安装htt ...
分类:
其他好文 时间:
2018-03-04 17:13:16
阅读次数:
998
yum update 服务器 yum install php php-pear php-devel httpd gcc pear 执行安装包 devel 执行工具 httpd 安装apache服务器 gcc 执行编译 安装swoole pecl install swoole 安装swoole 在ph ...
分类:
其他好文 时间:
2018-03-02 14:53:37
阅读次数:
159
11.6MariaDB安装11.7/11.8/11.9Apache安装用wget下载3个安装包如下图:下载完成后分别解压缩如下图:安装apr安装apr-util安装httpd安装完成后进入apache2.4目录下查看apache加载了哪些模块启动apache
分类:
其他好文 时间:
2018-02-28 10:39:28
阅读次数:
119
MariaDB安装1.将下载的源码包放到这个目录下:[root@gary-tao ~]# cd /usr/local/src2.下载源码包:[root@gary-tao ~]# wget https://downloads.mariadb.com/MariaDB/mariadb-10.2.6/bintar-linux-glibc_214-x86_64/mariadb-10.2.6-linux-gl
分类:
数据库 时间:
2018-02-27 23:40:44
阅读次数:
257
安装apache yum -y install httpd systemctl start httpd 安装php yum -y install php php-mbstring php-pear 安装ssl模块 yum install httpd mod_ssl 在httpd目录下创建文件夹cer ...
分类:
Web程序 时间:
2018-02-06 10:15:05
阅读次数:
277
1ansible安装包和管理服务安装包操作如下:[root@chy~]#ansiblechy01-myum-a"name=httpd"//安装一个包
chy01|SUCCESS=>{
"changed":false,
"failed":false,
"msg":"",
"rc":0,
"results":[
"httpd-2.4.6-67.el7.centos.6.x86_64providinghttpdisalreadyinstalled"
]
}
[root..
分类:
其他好文 时间:
2017-11-09 11:27:56
阅读次数:
286
1. 安装Apache组件 [root@mycentos shell]# yum install httpd 2. 安装成功后,检测有无httpd进程 [root@mycentos shell]# ps -e |grep httpd 3. 如没有,启用该服务 [root@mycentos shell ...
分类:
Web程序 时间:
2017-10-23 20:51:23
阅读次数:
259
CentOS7:搭建SVN+Apache服务器1.安装httpd安装httpd服务:$sudoyuminstallhttpd检查httpd是否安装成功:$httpd-version
Serverversion:Apache/2.4.6(CentOS)
Serverbuilt:Jul18201615:30:142.安装svnserve安装svnserve服务:$sudoyuminstallsubversion检查svnserve是否安装成..
分类:
Web程序 时间:
2017-09-18 10:46:53
阅读次数:
236
本篇文章讲解的是centos7.3环境中安装Apache2.4 + MySQL5.7 + PHP7.1.8 一.Apache 1.查看httpd包是否可用yum list | grep httpd 2.安装Apacheyum install httpd 3.配置servernamevi /etc/h ...
分类:
其他好文 时间:
2017-08-12 19:47:30
阅读次数:
170