Profound UI 4.7.0 Update

Instructions for manually updating the http config file for version 4.7.0

Use these instructions if you unchecked the HTTP Configuration option with the Installer

Edit the IFS file /www/profoundui/conf/httpd.conf   The section in red may be named slightly different on your system.

1. Modify the <Files> directive in your config file. Find the section that looks like below and change the line marked in red as shown. It's best to copy/paste the line in red.

Change this:

<Files "PUI0009106.PGM">
  CgiConvMode binary
</Files>
To this:

<FilesMatch "^PUI000(9106|1113).PGM">
  CgiConvMode binary
</FilesMatch>

This change is required for the Profound UI Visual Designer's new Translation Settings dialog to function properly.

2. Save the file and restart the Profound UI http instance (The section in red may be named slightly different on your system.)

ENDTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)
STRTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)