• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Zend optimizer issue

R

Raied@

Guest
Hello

I installed Zend Optimizer on my linux fedora 6- 46bit, but when I try to browse the website it takes too long and no response from the server's side,

I lunched "TOP" command in shell and what I see that the httpd proccess takes 100% of cpu's time.

Please could you help me with this.

Thanks in advance
 
Have you tried uninstalling Zend or restart the server? It might not be a Zend issue.

Also, do you have Zend installed correctly?

Create a file called info.php

place this within the file:

<?php phpinfo(); ?>

View the file in your browser, if Zend is installed correctly you should see somewhere on the page:

This program makes use of the Zend scripting language engine: Zend Engine vX.Y.Z, Copyright (c) 1998-2006 by Zend Technologies Ltd. with Zend Optimizer vX.Y.Z, Copyright (c) 1998-2006 by Zend Technologies Ltd.
 
Back
Top