标签:apache 安装 添加 etc 云服务器 文件 restart 使用 阿里云 库文件
基于ubuntu 16.04系统,使用 apache 进行布署,云服务器为阿里云
sudo apt-get update
apt-get install mysql-server
apt-get install mysql-client
apt-get install libmysqlclient-dev
apt-get install apache2
/etc/init.d/apache2 start #启动
/etc/init.d/apache2 restart #重启
/etc/init.d/apache2 stop #停止
apt-get install php7
apt-get install php-mysql
chmod 777 /var/www/html/...
chmod 777 /var/www/html/data/common.inc.php #数据库文件权限
chmod 777 /var/www/html/data/tplcache
并删除除index.php以外的全部缓存文件
标签:apache 安装 添加 etc 云服务器 文件 restart 使用 阿里云 库文件
原文地址:https://www.cnblogs.com/hiiu/p/11517633.html