CentOS下使用yum安装Apache极为方便,只需要在终端键入以下命令即可 1.安装Apache yum install httpd 2.设置服务器开机自动启动Apache systemctl enable httpd.service systemctl is-enabled httpd.ser ...
分类:
Web程序 时间:
2019-09-29 21:40:52
阅读次数:
119
初学Linux,首先需要弄清Linux 标准目录结构 / root 启动Linux时使用的一些核心文件。如操作系统内核、引导程序Grub等。 home 存储普通用户的个人文件 ftp 用户所有服务 httpd samba user1 user2 bin 系统启动时需要的执行文件(二进制) sbin ...
分类:
系统相关 时间:
2019-09-29 21:34:32
阅读次数:
164
WAMP环境配置 环境: apache 2.4 php 7.2 https://windows.php.net/download php 7.3 mysql 8.0 安装apache服务 ~~~markdown 下载并解压apache包 http://httpd.apache.org/ 修改配置文件 ...
分类:
其他好文 时间:
2019-09-28 23:12:01
阅读次数:
112
如果出现以下错误:正在启动httpd:httpd:could not reliably determine the server's fully qualif domain name,using::1 for servername解决方法:#vi /etc/httpd/conf/httpd.conf ...
分类:
Web程序 时间:
2019-09-28 17:39:26
阅读次数:
132
Apache配置文件:httpd.conf文件 ...
分类:
Web程序 时间:
2019-09-28 10:32:50
阅读次数:
103
RabbitMQ-高可用性(HA) HAProxy 是一个免费的负载均衡软件,可以运行于大部分主流的 Linux 操作系统上。 HAProxy 提供了 L4(TCP) 和 L7(HTTP) 两种负载均衡能力,具备丰富的功能。HAProxy 的社区非常活跃,版本更新快速。最关键的是,HAProxy 具 ...
分类:
其他好文 时间:
2019-09-28 10:24:39
阅读次数:
98
配置为服务(windows)httpd -k install -n "httpd"“httpd”为配置的服务名,可自定义配置虚拟主机加载其他配置文件Include conf/vhosts.conf虚拟主机NameVirtualHost *:80 ServerName www.abc.cn Docum... ...
分类:
Web程序 时间:
2019-09-27 15:01:09
阅读次数:
98
Rancher 2.x,高可用部署;RKE部署K8S;Helm安装Rancher高可用;
分类:
其他好文 时间:
2019-09-24 19:39:28
阅读次数:
1476
LAMP+discuz网站的搭建 一、 LAMP环境搭建 0x01下载配置虚拟机 网上下载centOS7 64的镜像,然后在vmware里面配置好,我配置的是linux终端桌面,运行快,占内存小。 0x02配置apache 1.ip addr 2.yum install httpd 安装apache ...
分类:
Web程序 时间:
2019-09-23 15:16:00
阅读次数:
143
IIS操作步骤 直接装的wamp腾讯云主机控制台安全组里可以配置要开放的端口关闭防火墙 (C:\wamp\bin\apache\Apache2.4.4)打开httpd.conf文件require all denied改成: wamp用localhost可以访问,用公网ip无法访问用外网访问提示403 ...
分类:
Web程序 时间:
2019-09-23 13:35:13
阅读次数:
178