nginx + php 执行过程中出现404该怎么解决

WBOY
Release: 2016-06-23 14:22:27
Original
1197 people have browsed it

PHP Nginx

nginx + php 运行过程中出现404  请问该怎么解决

回复讨论(解决方案)

nginx的配置文件里面有个client_max_body_site=20m 和 keepalive_timeout=65;不知道跟两个有没有什么关系,求教!

汗  404不是找不到页面吗?  检查你的链接指向是否正确.

汗  404不是找不到页面吗?  检查你的链接指向是否正确.
不是啊,这个问题其实是在生成静态文件过程中出现的,如果我选择一次运行生成100个静态文件马上就会出现404,选择一次运行生成20个文件,就有可能出现也有可能不会出现404,选择一次生成10文件就不会出现404

你生成100个静态页是通过循环吗?

你生成100个静态页是通过循环吗? 是的

贴出你的代码瞧瞧,是不是写了死循环。

问题解决了,是nginx有个一个最大的执行时间限制,就算在程序中使用set_time_limit(0)也没用的

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template