视频地址:
笔记:
先安装一下这个命令 add-apt-repository
apt-get install software-properties-common
添加第三方源:
add-apt-repository ppa:ondrej/php
apt-get update
安装php:
apt-get install php
apt-get install php-fpm
rvice php7.3-fpm start
php -v
nginx配置文件中注意的点,一旦遇到”primary script unknown”,检查下面三个地方:
root /usr/share/nginx/html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_param script_filename $document_root$fastcgi_script_name;
rver { listen 80; rver_name 127.0.0.1; access_log /var/log/nginx/default.access.log main; error_log /var/log水煮活鱼的做法/nginx/default.error.log; root /usr/share/nginx/html; location / { index index.html index.htm; } location实验室管理规章制度 ~ \.php$ { fastc夏gi_pass 127.0.0.1:9000;我的外公作文 fastcgi_index index.php; fastcgi_param script_filename $document_root$fastcgi_script_name; include fastcgi_params; }}
php-fpm配置文件中注意的点:
listen = 12电视剧天使之翼7.0.0.1:9000
本文发布于:2023-04-07 17:27:44,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/ff5b95fe992b842fb2e4343735bf0a6a.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:[视频教程] ubuntu系统下安装最新版PHP7.3.X环境.doc
本文 PDF 下载地址:[视频教程] ubuntu系统下安装最新版PHP7.3.X环境.pdf
留言与评论(共有 0 条评论) |