wordpress安装时网页无法打开-调试办法(还没整理完)
生活随笔
收集整理的這篇文章主要介紹了
wordpress安装时网页无法打开-调试办法(还没整理完)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
我用的是ubuntu20.04,相關的php依賴包是7.4
我安裝的php依賴包如下:
root@Desktop:/home/appleyuchi# dpkg --list|grep php
| php-common | 2:75 | all | Common files for PHP packages |
| php-fpm | 2:7.4+75 | all | server-side, HTML-embedded scripting language (FPM-CGI binary) (default) |
| php-gd | 2:7.4+75 | all | GD module for PHP [default] |
| php-mysql | 2:7.4+75 | all | MySQL module for PHP [default] |
| php7.4-cli | 7.4.3-4ubuntu2.3 | amd64 | command-line interpreter for the PHP scripting language |
| php7.4-common | 7.4.3-4ubuntu2.3 | amd64 | documentation, examples and common module for PHP |
| php7.4-fpm | 7.4.3-4ubuntu2.3 | amd64 | server-side, HTML-embedded scripting language (FPM-CGI binary) |
| php7.4-gd | 7.4.3-4ubuntu2.3 | amd64 | GD module for PHP |
| php7.4-json | 7.4.3-4ubuntu2.3 | amd64 | JSON module for PHP |
| php7.4-mysql | 7.4.3-4ubuntu2.3 | amd64 | MySQL module for PHP |
| php7.4-opcache | 7.4.3-4ubuntu2.3 | amd64 | Zend OpCache module for PHP |
| php7.4-readline | 7.4.3-4ubuntu2.3 | amd64 | readline module for PHP |
所以不同的ubuntu有不同的php依賴包版本,不要照抄我的,根據自己的版本號來做相應的修改
| http://localhost:80/wp-admin/install.php | 502 | connect() to unix:/var/run/php/php7.1-fpm.sock failed (2: No such file or directory) | nginx.conf中/var/run/php/php7.1-fpm.sock;/var/run/php/php7.4-fpm.sock然后nginx -s reload |
| 登陸之后 | 404 | [error] 500558#500558: *127 “/usr/share/nginx/html/wp-admin/index.php” is not found (2: No such file or directory), client: 127.0.0.1, server: localhost, request: “GET /wp-admin/ HTTP/1.1”, host: “localhost”, referrer: “http://localhost/wp-login.php” |
是否需要編譯版本的nginx
另外,網上有博主說需要自己編譯nginx,
這個可用可不用,我們用自帶的就好了.
文件結構
(Python3.6) appleyuchi@Desktop:~/wordpress$ ls
hello.php wp-admin wp-cron.php wp-settings.php
…
…
nginx文件
對應的完整的/etc/nginx/nginx.conf
總結
以上是生活随笔為你收集整理的wordpress安装时网页无法打开-调试办法(还没整理完)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: hyperlink函数怎么用
- 下一篇: wordpress.org手动安装主题