Profound UI 2.1.5 Update

Instructions for manually updating the http config file for version 2.1.5

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. Change the line Options  -Indexes  -Includes    to    Options  -Indexes  +Includes


2. Add the following line directly below the other multiple ScriptAlias lines in the file. (The section in red is the library name Profound UI is installed in. It may be named slightly different on your system.)
ScriptAlias /profoundui/custom /QSYS.LIB/PROFOUNDUI.LIB/PUI0005000.PGM


3. Add the following text below the ScriptAlias line above. (The section in red may be named slightly different on your system.)

<Directory /www/profoundui/htdocs/profoundui/userdata/html/>
SetOutputFilter Includes
order allow,deny
allow from all
</Directory>

4. 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)