coder1.com

  • home
  • drupal articles
  • contact
Home

Zend Server CE, Free LAMP Stack for Mac/Linux/Windows

Mike Milano — August 24, 2009 - 8:49am

I recently installed Zend Server CE on my MacBook Pro to check out the performance of the "partial page" caching Zend offers in their platform.

I was pleasantly surprised how simple it was to get up and running. Zend Platform CE installs its own version of Apache, PHP. If you're installing it on Windows or Mac, it will also install MySQL.

Everything is configured and controlled in your zend path. By default on the Mac it is /usr/local/zend.

The community edition gives you a very simplistic web UI to enable/disable PHP modules. It also allows you to enable/disable as well as clear cache and restart your stack.

If you would like to run Zend Server CE on CentOS, you can install it via Yum. The nice thing about this is that it will put apache in the normal place you would find it in CentOS (/etc/httpd) and map all your normal executables correctly.

I found this setup here, but I will post the config anyway in case it's deleted.

1) Add the code below to a file named: /etc/yum.repos.d/zend.repo

  1. [Zend]
  2. name=Zend CE $releasever - $basearch - Released Updates
  3. baseurl=http://repos.zend.com/rpm/ce/$basearch/
  4. enabled=1
  5. gpgcheck=0
  6. [Zendce-noarch]
  7. name=Zend CE - noarch
  8. baseurl=http://repos.zend.com/rpm/ce/noarch
  9. enabled=1
  10. gpgcheck=0

2) Then run: yum install zend-ce

3) You can access the Zend CE control panel via: http://example.com:10081

  • Development
  • Linux
  • Mac
  • MySQL
  • PHP
  • Windows
  • Zend

Hello i was wondering if

Vlad (not verified) — February 9, 2011 - 5:23am

Hello i was wondering if anyone had to install/or is working with Zend Server.
My Question is: If i install Zend Server on a production server will it mess up my existing PHP configuration? Will i have to bring my application offline first or will Zend Server install without problems?
The application must run 24/7 and i need a reliable PHP Stack that will boost performance. Any comments on the performance part of Zend Server? Does it worth the installation?

  • reply

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <img> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h3> <h4> <h5> <h6> <h7>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].

More information about formatting options

Poll

Have you used any NoSQL Databases?:

User login

  • Request new password

Navigation

  • Recent posts

  • home
  • drupal articles
  • contact