LAMP架构集成ownCloud搭建私有云盘日记

本文详细记录了在CentOS7.6上使用LAMP架构(Apache, MySQL 5.7, PHP70w)安装并配置ownCloud的过程,包括环境准备、Apache和MySQL的安装、ownCloud的安装以及初始化设置。通过这个教程,读者可以成功创建一个私有的云存储服务。" 111309449,10467426,if-else与switch-case:使用与比较,"['编程基础', '逻辑控制', '条件语句']

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一.环境准备

1.Centos7.6
2.owncloud安装文件
3.升级yum源

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

4.关闭防火墙,关闭selinux.

(1)关闭防火墙
临时关闭
systemctl stop firewalld

查看防火墙状态
systemctl status firewalld

永久关闭防火墙
systemctl disable firewalld

(2)关闭SElinux
getenforce 

Enforcing         启动状态
Permissive      关闭状态
setenforce 

usage:  setenforce [ Enforcing | Permissive | 1 | 0 ]     1表示启动,0表示关闭 

setenforce 0                   临时关闭

永久关闭(修改配置文件,即可永久关闭)
[root@localhost ~]# vi /etc/selinux/config 
                 # This file controls the state of SELinux on the system.
                 # SELINUX= can take one of these three values:
                 #     enforcing - SELinux security policy is enforced.
                 #     permissive - SELinux prints warn
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值