Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the machine where the Appliance Manager (AM) is running, repeat the above steps previously mentioned (Install Apache with mod_ssl, Generate keys, Configure Apache and Configure Tomcat).

Declare the hostname of the Server + API machine (10.60.11.24), the AM (10.60.11.25) machine and the host which will connect to the client (your own localhost) as well.

For example, in on the API+Server machine:

Code Block
vim /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 server263 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
10.60.11.24 server263
10.60.11.25 rs263

The same must file must be properly configured on the AM machine. You can check everything works fine if after executing "hostname" the name selected is displayed. If not, try running the following command

...

Code Block
ServerName server263

Now into on the API+Server machine, we configure theĀ /etc/httpd/conf.d/proxy_ajp.conf file and add it the configuration of the AM machine, leaving the file something like this:

...

  1. stop the Apache on AM side (/etc/init.d/httpd stop)
  2. in the database, now the URI of the appliance manager in remote services points directly to the API, which means the URI should be something like "https://server263:443/am"
  3. restart abiquo-tomcat on both machines. Remember to restart the apache in on the API+Server machine as well.