Zend Server & Zend Framework

Zend Server stop | start | restart
To control the various Zend Server processes, the zendctl.sh script is used.
NOTE: sudo or administrator privileges will be required.

To start/stop all Zend Server processes run:

sudo /usr/local/zend/bin/zendctl.sh <stop|start|restart>

To start/stop Apache run:

sudo /usr/local/zend/bin/zendctl.sh <start-apache | stop-apache | restart-apache>

To start/stop MySQL run:

sudo /usr/local/zend/bin/zendctl.sh <start-mysql | stop-mysql | restart-mysql>

To see all options available for zendctl.sh run:

sudo /usr/local/zend/bin/zendctl.sh

Admin Interface
Administration GUI app: /Applications/ZendServer
Alternatively, the admin interface can be accessed via a browser: https://localhost:10082/ or http://localhost:10081/

php.ini
/usr/local/zend/etc/php.ini

Zend Server install path

/usr/local/zend

error_log

/usr/local/zend/var/log/php.log

Zend Framework 2
Setting up ZF2′s Zend\Tool side by side with ZF1
Getting started with Zend Framework 2 (beta)