Zend Server est un serveur d’applications Web professionnel pour faire tourner et gérer les applications PHP qui nécessitent un haut niveau de fiabilité, de performance et de sécurité sous Linux, Windows ou IBM.
Documentation : Zend Install Guide
Les extensions Mysql (et donc Mysqli ainsi pdo_mysql) de PHP sont configurées pour rechercher le socket dans l'emplacement par défaut :
MYSQL_SOCKET=/tmp/mysql.sock
Hors notre socket se trouve ailleurs ! L'ASTUCE est de créer un lien symbolique de l'emplacement réel, là où l'extension s'attend à le trouver:
ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock
URL : http://zendsrv.domaine.fr:10081/ ou http://zendsrv.zendsrv.fr/admin
Documentation : Reference manual
[root@zendsrv /]# /opt/zend/bin/zendctl.sh
Usage: /opt/zend/bin/zendctl.sh <action>
start Start all Zend Server daemons
start-apache Start Apache only
start-lighttpd Start lighttpd only
stop Stop all Zend Server daemons
stop-apache Stop Apache only
stop-lighttpd Stop lighttpd only
restart Restart all Zend Server daemons
restart-apache Restart Apache only
graceful-apache Call Apache with graceful
restart-lighttpd Restart lighttpd only
setup-jb Setup Java bridge
version Print Zend Server version
status Get Zend Server status