• I am running WordPress on a Dedicated Server. I use a custom theme and have integrated WP into an existing website.

    My web host now reports that there are a high number of zombie processes related to PHP on my non-wordpress pages.

    Here is the only php code on those pages (expect a few php includes):

    <?php require_once('../../blog/wp-blog-header.php'); header("HTTP/1.1 200 OK"); header("Status: 200 OK") ?>

    The above is used to make the pages WP aware, and for some reason, WP makes the pages display a 404 Not Found.

    [Code moderated as per the Forum Rules. Please use the pastebin]

    The above code shows a list of posts related to the content of the current page.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dedicated server has high number of zombie processes….’ is closed to new replies.