----------------------------------------------------------------------------- AFP2web Server Installation Notes ----------------------------------------------------------------------------- 1. Prerequisites a. Apache HTTP server v2.4 b. Apache mod_fcgid module v2.3.0 c. RHEL or Cent OS Linux 2. Download the AFP2web Server RPM from below link https://ftps.oxseco.net/customers/nlb/20230630/oxs-a2w-server-nlb-1.5.19-1.x86_64.rpm 3. In RHEL or Cent OS Linux machine, install the AFP2web Server RPM using below command yum install -y oxs-a2w-server-nlb-1.5.19-1.x86_64.rpm AFP2web Server will be installed in /etc/httpd/a2wserver directory 4. Run the following commands to create log directories for nlb tenant # mkdir -p /etc/httpd/logs/tenants/nlb # ln -s /etc/httpd/logs/tenants /var/log/httpd/tenants 5. To start/stop the AFP2web Server, use the following commands To start the AFP2web Server # service httpd start To stop the AFP2web Server # service httpd stop 6. Once started, AFP2web Server will listen on port 84. Services can be accessed using the http://:84/services/ URL Example: http://localhost:84/services/ URL will get you the usage documentation of all available APIs 7. Configuration a. Apache HTTPD virtual host configuration specific to nlb tenant is available in following file /etc/httpd/a2wserver/httpd-conf/a2ws.nlb.conf You can customize it as needed. Refer following web pages to know more about the VirtualHost configuration https://httpd.apache.org/docs/2.4/vhosts/name-based.html https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html b. AFP2web Server nlb tenant specific installation/configuration files were available in the root path /etc/httpd/a2wserver/tenants/nlb !!! Ensure to update the afp2web.ini in this path with your license key !!! c. Check and update the following configurations if you have changed them Font mapping: /etc/httpd/a2wserver/tenants/nlb/afpcp/mapping.def and /etc/httpd/a2wserver/tenants/nlb/afpcp/*.cp files Substitute fonts: /etc/httpd/a2wserver/tenants/nlb/extfont 8. Run the transformation using transform APIs