yum install -y epel-*
yum install -y nginx mariadb-server php php-MySQL \
php-fpm php-pdo php-pdo_dblib php-gd php-pear \
php-xml php-pecl-zip php-json php-devel wget vim
nginx
的web主目录mkdir /var/wwwroot
cd /var/wwwroot
echo -e hello_world >> index.html
echo -e "" >> info.php
nginx
的配置文件vim /etc/nginx/nginx.conf
nginx
主目录和索引http
下的server
下的root
的值修改为/var/wwwroot
http
下的server
下添加index index.php index.html index.htm
http
下的server
区块加入以下内容 location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
nginx
和php-fpm
systemctl start nginx php-fpm
systemctl enable nginx php-fpm
setenforce 0
systemctl stop firewalld
systemctl disable firewalld
访问http://[centos_ip]/info.php
成都创新互联-专业网站定制、快速模板网站建设、高性价比大新网站开发、企业建站全套包干低至880元,成熟完善的模板库,直接使用。一站式大新网站制作公司更省心,省钱,快速模板网站建设找我们,业务覆盖大新地区。费用合理售后完善,十多年实体公司更值得信赖。
MySQL
systemctl start mariadb
systemctl enable mariadb
MySQL
mysql_secure_installation
Enter current password for root (enter for none):
敲击回车
Set root password? [Y/n]
按Y
,随后设置密码
Remove anonymous users?
意思为是否删除匿名用户
Disallow root login remotely?
意思为远程禁止root登录吗?
Remove test database and access to it?
意思为删除测试数据库吗?
Reload privilege tables now?
意思为现在重新加载特权表吗?
mysql -uroot -p
cd /var/wwwroot
rm -rf index.html
rm -rf info.php
wget https://cn.wordpress.org/wordpress-4.9.4-zh_CN.tar.gz
tar -zxvf wordpress-4.9.4-zh_CN.tar.gz
cp -rf /var/wwwroot/wordpress/* /var/wwwroot
cd /var/wwwroot
rm -rf wordpress
chmod -R 777 *
mysql -uroot -p
CREATE DATABASE wordpress;
访问http://[centos_ip]/
按提示安装即可
本文标题:CentOS上yum方式安装配置LNMP
当前路径:http://www.shufengxianlan.com/qtweb/news9/495759.html
网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联