If suddenly when you go to your page, you get nothing on the page. You can still get HTML to display, just not PHP.
To serve HTML pages to browsers, we don't associate the Apache processes with your 20 process limit. We have to have a process limit per user because this is a shared hosting environment. If we did not have limits not everyone could use PHP.
- Log in to your Just Host cPanel account.
- Scroll down to the bottom of the error log and click on "Click here to see a list of your running processes".
- If you have about 20, and most of them look like they are "php index.php" and several days old, you can almost always assume that they have stalled and are no longer functioning properly.
- Click on the kill process link to the right of an old process, continue to do so until your PHP pages start working.
Recommended Help Content
How to customize your html or php error pages.
Knowledgebase Article
162,841 views
tags:
errors php
This article will explain how to use Easy Apache to recompile Apache. This is useful if you want to change the version of PHP or change other PHP and Apache settings.
Changing PHP versions, load custom Apache mods, and other Apache/PHP customizations
Related Help Content
How to Set different character sets with PHP and HTML to display correctly.
This article will show a way to protect specific pages of your website with SSL. This may have benefits for SEO and can be used on pages that contain forms, shopping carts or any other page where users might enter sensitive information.
The redirection of www.yourdomain.com/default.html or index.html to http://www.yourdomain.com/index.php?act=whatever redirects it to http://www.yourdomain.com/index.php%3fact=whatever In other words,
Instructions to set different character sets in HTML. Note: Not all character sets will be correctly rendered with this encoding format, but most will. You can find specific information about which ch
What are Apache Handlers? How do I setup customized Apache Handlers?
How do I turn the display_errors flag on for php?
How do I view the php information page?
Knowledgebase Article
199,922 views
tags:
php phpinfo
How do I display my home page which is using a name other than index.html?