Product:
Search Type:

Apache server is running, but it does not respond. If you try to open any domain, the page is loading continuously.

Article ID: 1799 
Last Review: Jul,08 2008
APPLIES TO:
  • Plesk for Linux/Unix

SYMPTOMS

No web pages can be opened, they are loading continuously. 'ps' command shows only one 'httpd' process running:

 

#ps -ax | grep http | grep -v grep

8249 ?        R     18:57 /usr/sbin/httpd


RESOLUTION

This problem usually occurs due to bad 'ioncube' PHP extension is loaded into PHP configuration.

You can find where the 'ionCube' module is loaded with the command:

#  grep extension  /etc/php.ini /etc/php.d/* | grep ioncube

etc/php.d/ioncube.ini:zend_extension=/usr/lib/php4/ioncube_loader_lin_4.3.so

Make sure that the extension is loaded only once (there is should be only one line in the output above).

If you left only one extension loading line, restarted Apache, but it still does not work, try to comment all the lines where 'ionCube' is loaded, restart Apache and check if it works. If yes, then you should download and install the latest 'ionCube' for your OS and PHP version from http://www.ioncube.com/loaders.php. Then restart Apache.

Additional information

Installation instructions for ionCube loader can be found here http://www.ioncube.com/loader_installation.php.

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields