Profound UI makes use of the IBM i HTTP Server powered by Apache. The location of the Apache Configuration file is as follows:
/www/profoundui/conf/httpd.conf
For more information on Apache, click here.
In order to restart the Profound UI HTTP server, you will need to use the following commands in this order:
ENDTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)
STRTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)
where PROFOUNDUI is the default name for the HTTP server.
To check if the Profound UI HTTP server is running, use the following command:
WRKACTJOB JOB(PROFOUNDUI)
A list of jobs should appear on the screen if the HTTP server is running.