----------------------------------------------------------------------------- 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/10m/20240319/oxs-a2w-server-10m-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-10m-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 10m tenant # mkdir -p /etc/httpd/logs/tenants/10m # 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 '10m' This helps to select the Host specific AFP2web Server configurations that have to be used for transformation 7. Configuration a. Apache HTTPD virtual host configuration specific to 10m tenant is available in following file /etc/httpd/a2wserver/httpd-conf/a2ws.10m.conf You can customize it as needed. Refer to the 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 10m tenant specific installation/configuration files are available in the root path /etc/httpd/a2wserver/tenants/10m !!! 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/10m/afpcp/mapping.def and /etc/httpd/a2wserver/tenants/10m/afpcp/*.cp files Substitute fonts: /etc/httpd/a2wserver/tenants/10m/extfont 8. Run the transformation using transform APIs