This item refers to the DEB, RPM, Tarball and Mac OS x.
After installing Zend Server, it opens in the browser with an error.
Possible Causes and Solutions:
Administration Interface Configurations and Settings:
The Zend Server Administration Interface resides on its own virtual host as follows:
The Administration Interface's virtual host by default listens on port 10083 on the user's Apache, it's document root is under /usr/local/zend/gui/UserServer.
In addition, the Administration Interface has its own dedicated web server [Lighttpd], listening on ports 10081 [HTTP] and 10082 [HTTPS]. The virtual host on Apache's end is used for communicating with Apache so that the Administration Interface can display its settings and status.
Troubleshooting:
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 0.0.0.0:10081 0.0.0.0:*
LISTEN 4018/lighttpd
tcp 0 0 0.0.0.0:10082 0.0.0.0:*
LISTEN 4018/lighttpd
tcp 0 0 127.0.0.1:10083 0.0.0.0:*
LISTEN 4168/apache2
tcp6 0 0 :::80 :::*
LISTEN 4168/apache2
The first line is the Lighttpd HTTP port [10081], second is the same for HTTPS port [10082], followed by the Apache Vhost for Administration Interface [10083], note that the listener is on 127.0.0.1 only as the communication between it and Lighttpd is local and last, the Apache also has a listener on port 80 for the user's purposes, regardless of. In tarball and MAC installations, Apache is bundled with Zend Server and is configured to listen on port 10088, with DEB and RPM installations, the Apache package from the distribution's repository is used.
Note for MAC users:
The netstat utility on MAC does not support the same
usage flags as in Linux, therefore, you must execute:
# netstat -an|egrep "10081|10082|10083|10088"
This is assuming none of the port settings were changed for Apache/Lighttpd.
In the event Lighttpd failed to start: