Premature end of script headers: index.php, mod_fcgid: read data timeout in 61 seconds

前端 未结 8 1626
轻奢々
轻奢々 2020-12-03 10:45

I wrote a simple crawling script (in php) at localhost (with 4 variations). All of them worked fine at localhost. But when I made move them to shared hosting, two of them wo

8条回答
  •  北海茫月
    2020-12-03 11:04

    I had this problem on a MediaTemple Grid instance with a Drupal7 install; turns out it was being caused by FastCGI; switching to normal / stable CGI seems to have fixed the issue.

提交回复
热议问题