!
也想出现在这里? 联系我们
广告位

Ubuntu系统安装与Nginx和php并配置环境

安装

sudo apt-get install nginx

添加php源

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get upgrade

安装php

sudo apt-get install php7.0-fpm php7.0-mysql php7.0-common php7.0-curl php7.0-cli php7.0-mcrypt php7.0-mbstring php7.0-dom

启动php

sudo service php7.0-fpm start
sudo service php7.0-fpm status

配置 nginx 服务器

cd /etc/nginx/site-avaliabel
sudo vim default


-- 配置 www 目录
root /mnt/c/www;

-- 新加 index.php
# Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html index.php;

-- 打开注释
-- location ~ \.php$
-- include snippets/fastcgi-php.conf;
-- fastcgi_pass unix:/var/run/php/php7.0-fpm.sock; location ~ \.php$
-- (要和 /etc/php/7.0/fpm/pool.d 中的 www.conf 中的 listen = /run/php/php7.0-fpm.sock 一致)

 # pass PHP scripts to FastCGI server
        #
        location ~ \.php$ {
                include snippets/fastcgi-php.conf;
        #
        #       # With php-fpm (or other unix sockets):
                fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
        #       # With php-cgi (or other tcp sockets):
        #       fastcgi_pass 127.0.0.1:9000;
        }

修改配置文件后,需要重新编译配置文件,检查是否配置成功,然后启动 nginx

sudo nginx -t
sudo service nginx restart

安装 mysql-server

sudo apt-get install mysql-server-5.7

给TA打赏
共{{data.count}}人
人已打赏
主机运维

Windows Server 2019远程桌面服务配置和授权激活

2025-1-15 10:47:03

主机运维

墙内正确安装docker和docker-compose的方法

2025-1-24 15:13:44

下载说明

  • 1、微码盒所提供的压缩包若无特别说明,解压密码均为weimahe.com
  • 2、下载后文件若为压缩包格式,请安装7Z软件或者其它压缩软件进行解压;
  • 3、文件比较大的时候,建议使用下载工具进行下载,浏览器下载有时候会自动中断,导致下载错误;
  • 4、资源可能会由于内容问题被和谐,导致下载链接不可用,遇到此问题,请到文章页面进行反馈,以便微码盒及时进行更新;
  • 5、其他下载问题请自行搜索教程,这里不一一讲解。

站长声明

本站大部分下载资源收集于网络,只做学习和交流使用,版权归原作者所有;若为付费资源,请在下载后24小时之内自觉删除;若作商业用途,请到原网站购买;由于未及时购买和付费发生的侵权行为,与本站无关。本站发布的内容若侵犯到您的权益,请联系本站删除,我们将及时处理!
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索