Apache2 Web 服务器的安装 sudo apt install apache2 -y 当安装Apache2包之后,Apache2相关的服务是启用的,并在重启后自动运行。在某些情况下如果你的Apache2服务器没有自动运行和启用,可以输入以下命令来启动它。 sudo systemctl sta... ...
分类:
Web程序 时间:
2016-08-31 13:39:50
阅读次数:
151
centos7.2上安装和配置vncserver 关闭防火墙centos的防火墙是firewalld,关闭防火墙的命令[root@localhost ~]# systemctl stop firewalld.service #停止firewall[root@localhost ~]# systemc ...
分类:
其他好文 时间:
2016-08-30 12:17:14
阅读次数:
1204
( 追答 改成iptablesfirewall:systemctl start iptables.service 追答 改成iptablesfirewall:systemctl start iptables.service 追答 改成iptablesfirewall:systemctl start ...
分类:
数据库 时间:
2016-08-29 17:40:57
阅读次数:
159
1 apache安装 # yum -yinstall httpd //安装httpd会自动安装以下的依赖包: apr apr-util httpd-tools mailcap # rpm -qi httpd 2 设置开机启动 //设置为自动启动 # systemctl enable httpd.se ...
分类:
Web程序 时间:
2016-08-28 12:39:39
阅读次数:
531
thinkphp 在Apache上配置启用伪静态,重启Apache1 restart 竟然失败了,报错 Job for httpd.service failed because the control process exited with error code. See "systemctl st ...
分类:
Web程序 时间:
2016-08-26 12:08:49
阅读次数:
2816
一systemd基本知识提高启动速度自动服务依赖管理systemd基本管理unitServiceunit.serviceAsystemservice.Targetunit.targetAgroupofsystemdunits.Automountunit.automountAfilesystemautomountpoint.Deviceunit.deviceAdevicefilerecognizedbythekernel.Mountunit.mountAfilesy..
分类:
其他好文 时间:
2016-08-24 17:45:47
阅读次数:
142
本文来自我的github pages博客http://galengao.github.io/ 即www.gaohuirong.cn 摘要: swarm是docker原生的集群管理软件,与kubernetes比起来比较简单 1、部署 系统时centos7上关闭防火墙 systemctl stop fi ...
分类:
其他好文 时间:
2016-08-17 18:09:36
阅读次数:
224
Apache服务名称:httpd MySQL服务名称:mysqld VSFTP服务名称:vsftpd <!--CentOS7新指令--> 使某服务 自动启动 systemctl enable httpd.service 使某服务 不自动启动 systemctl disable httpd.servi ...
分类:
其他好文 时间:
2016-08-11 20:36:57
阅读次数:
196
mysqldump --add-drop-table -uroot -p123456 jit >/extra_disk/jit.sql setenforce 0 systemctl start mariadbsystemctl restart nginx yum install ffmpeg-dev ...
分类:
其他好文 时间:
2016-08-07 18:30:38
阅读次数:
925
一开始找不到表名,原来mysql 表名区分大小写。 修改参数 lower_case_table_names=1 成功运行后不能通过浏览器访问! 开启8080端口 一、关闭防火墙 firewall-cmd --state 查看状态 systemctl disable firewalld.service ...
分类:
系统相关 时间:
2016-08-06 08:26:22
阅读次数:
233