• Resolved themindexpansionnetwork

    (@themindexpansionnetwork)


    It appears that your web server has some kind of timeout limit. This can also occur if you are using a VPS, CDN, proxy, firewall, or Cloudflare. To resolve this issue, please contact your hosting provider and request an increase in the timeout limit.

    I am using easy WP and trying to get content generation going and get this error.

    Does anyone know what is going on?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author senols

    (@senols)

    Pls see below and let me know.

    Q: I am getting “It appears that your web server has some kind of timeout limit. This can also occur if you are using a VPS, CDN, proxy, firewall, or Cloudflare. To resolve this issue, please contact your hosting provider and request an increase in the timeout limit.” message. What should I do?

    A: It means that your server have timeout limitation.

    If you are using CloudFlare, their default timeout limit is 100 seconds. Which means you won’t be able to generate content if content generation exceed 100 seconds. You can upgrade your plan with CloudFlare or disable their service or you can reduce number of headings for content generation.

    If you are using Apache, please contact your hosting provider to learn what the current timeout value is in httpd.conf file. You can increase this value.

    If you are using Nginx, please contact your hosting provider to learn what the current timeout value is in /etc/nginx/conf.d/timeout.conf file. You can increase this value.

    proxy_connect_timeout 600;
    proxy_send_timeout 600;
    proxy_read_timeout 600;
    send_timeout 600;

    Plugin Author senols

    (@senols)

    Hi @themindexpansionnetwork

    May I know the latest status? Are you still having an issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to get the content generator to work’ is closed to new replies.