Zend Server Cluster Manager is a tool that requires a minimal amount of actual interaction with the Administration Interface. Once your environment is setup, apart from occasionally logging in to view your system settings or your php.ini, there are not many day-to-day activities that require the Administration Interface.
The first point of reference for working with Zend Server Cluster Manager is what to do after installation.
The following section describes the tasks that should be performed after installing Zend Server Cluster Manager
for the first time.
These tasks cover all the different installation types (DEB, RPM
, Tarball
and Windows). Each task is accompanied by a description of its purpose and the expected results.
Purpose: To verify the installation and that the Administration Interface is accessible.
Result: the Administration Interface opens in a browser.
The Administration Interface is a Web interface that runs through a browser.
This procedure describes how to view the Administration Interface.
|
|
|
|
|
To view the Administration Interface:
|
|
The next time you log in to Zend Server Cluster Manager , you are prompted for the password you set the first time you opened Zend Server Cluster Manager . |
|
Purpose: To ensure that you can access the Administration Interface.
Result: Your password is created.
When you first run Zend Server Cluster Manager , the registration screen is displayed. Define your Zend Server Cluster Manager login password in this screen.
To view the different password management options, click Password Management.
Purpose: To verify that the bundled Apache is installed and running.
Result: System confirmation.
This procedure describes how to check if the Apache Web server is running.
|
|
|
|
|
To check if the Apache server is running: DEB, RPM , Tarball : from the command line, run ps -ef | grep -E 'apache2|httpd'. Windows: In the system tray, hover over the Apache Monitor icon to view the Apache status. If necessary, click to open a dialog with the Stop, Start and Restart options. |
|
A notification with the Apache server status is displayed. |
|
Note:
Every time the Apache is restarted, the following message is displayed: "httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName".
To resolve this situation, add a line to the Apache configuration file, as follows:
Open the file <install_path>/apache2/conf/httpd.conf and add the following line, placing your server's Host name in the brackets: ServerName [server name]
[Not Applicable for IBM i]
Purpose: To verify that the bundled Apache is installed and running.
Result
purpose: to enable php debugging using zend studio and zend server. result: you are able to debug your php code and view the results in zend studio. before working with the debugger, configure the allowed hosts in
//
configure debugger access control