wordpress错误ERR_INCOMPLETE_CHUNKED_ENCODING解决方法
程序员文章站
2022-03-25 19:59:03
...
在阿里云上,搭建了个nginx服务器,今天wordpress访问不正常,css没有加载成功,后台媒体库也加载不了。Chrome控制台看到如下错误:ERR_INCOMPLETE_CHUNKED_ENCODING。
搜索了下,找到这篇文章http://www.tuicool.com/articles/7Bjiyq跟我遇到的问题类似。
用户和用户组已经改成了www。将fastcgi_temp及子目录改为www。如下:
看了下nginx/logs/error.log下日志:
open() "/aliyun/server/nginx/fastcgi_temp/1/02/0000000021" failed (13: Permission denied) while reading upstream, client: x.x.x.x, server: x.x.x.x, request: "GET /blog/wp-admin/load-styles.php?c=1&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check&ver=4.1.1 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "123.57.1.14", referrer: "http://x.x.x.x/blog/wp-admin/"
搜索了下,找到这篇文章http://www.tuicool.com/articles/7Bjiyq跟我遇到的问题类似。
发现nginx目录下fastcgi_temp属于nobody用户和用户组。
drwx------ 12 nobody nobody 4096 Mar 14 18:24 fastcgi_temp再看php-fpm配置文件:
#vi /etc/php-fpm.d/www.conf ; Unix user/group of processes ; Note: The user is mandatory. If the group is not set, the default user's group ; will be used. ; RPM: apache Choosed to be able to access some dir as httpd ;user = nobody user=www ; RPM: Keep a group allowed to write in log dir. ;group = nobody group=www
用户和用户组已经改成了www。将fastcgi_temp及子目录改为www。如下:
#chown -R www:www fastcgi_temp #ls -al drwx------ 12 nobody nobody 4096 Mar 14 18:24 fastcgi_temp再次访问wordpress,一切正常!
参考:http://www.tuicool.com/articles/7Bjiyq
以上就介绍了wordpress错误ERR_INCOMPLETE_CHUNKED_ENCODING解决方法,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
上一篇: HTTP协议之Chunked解析
推荐阅读
-
Drupal 添加模块出现莫名其妙的错误的解决方法(往往出现在模块较多时)
-
php提示Failed to write session data错误的解决方法
-
局域网win7 64位旗舰版共享打印机状态错误0x0000000a的详细图文解决方法
-
win7系统自动重启蓝屏提示错误代码0x0000004A的原因分析及解决方法
-
Win7系统开机启动蓝屏出现0x00000069错误代码的原因及解决方法
-
WinXP系统电脑升级iphone固件出现错误3014的解决方法图文教程
-
SQL2005 性能监视器计数器错误解决方法
-
Win2008中SqlServer2008 无法打开错误日志文件导致无法启动的解决方法
-
asp.net程序编译调试时偶尔出现访问被拒绝的错误的解决方法
-
sql2005 附加数据库出错(错误号:5123)解决方法