Installation von Zend auf einem VirtualServer mit Plesk
1. ZendServer-5.3.0-linux-glibc23-i386 # ./install.sh
Welcome to Zend Server installation script!
Please specify an installation path [/usr/local]:
Extracting files to /usr/local/zend…
Starting Zend Server 4.0.6 ..
/usr/local/zend/bin/apachectl start [OK]
spawn-fcgi: child spawned successfully: PID: 31771
Starting Zend Server GUI [Lighttpd] [OK]
[26.12.2009 10:54:51 SYSTEM] watchdog for lighttpd is running.
[26.12.2009 10:54:51 SYSTEM] lighttpd is running.
Zend Server started…
========================== INSTALLATION SUMMARY ===================================================
Zend Server was installed to /usr/local/zend
The End User License Agreement [EULA] can be viewed under /usr/local/zend/doc/EULA
See the README in /usr/local/zend/doc/README more information
To change the GUI password run /usr/local/zend/bin/gui_passwd.sh
Apache is up and running on port 10088!
To control Zend Server, please use /usr/local/zend/bin/zendctl.sh
To enable the Java bridge, please run /usr/local/zend/bin/setup_jb.sh
Web interface is accessible from https://localhost:10082/ZendServer
=============================== ENJOY Zend Server ===============================================
h1648731:/private-backup/ZendServer-5.3.0-linux-glibc23-i386 #
2. Ports anpassen, damit der Standard Apache von Plesk nicht mit Zend kollidiert
2.1 Ports von Zend anpassen
vi /usr/local/zend/apache2/conf/httpd.conf
Beispiel:
Listen 80
Listen 443
+ Virtual hosts anpassen
Zend restart mit:
2.2 Plesk umkonfigurieren, damit Port 80 und 443 wieder frei werden