----------------------------------------------------------------------------- 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/amexio/20230725/oxs-a2w-server-amexio-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-amexio-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 amexio tenant # mkdir -p /etc/httpd/logs/tenants/amexio # 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. a. 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 b. IMPORTANT NOTE: HTTP Request must be set with 'Host' Header parameter with value 'amexio' This helps to select the 'amexio' specific AFP2web Server configurations were used for transformation 7. Configuration a. Apache HTTPD virtual host configuration specific to amexio tenant is available in following file /etc/httpd/a2wserver/httpd-conf/a2ws.amexio.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 amexio tenant specific installation/configuration files were available in the root path /etc/httpd/a2wserver/tenants/amexio !!! 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/amexio/afpcp/mapping.def and /etc/httpd/a2wserver/tenants/amexio/afpcp/*.cp files Substitute fonts: /etc/httpd/a2wserver/tenants/amexio/extfont 8. Run the transformation using transform APIs