Profound UI makes use of the IBM i HTTP Server powered by Apache. The location of the Apache Configuration file in a default installation named, PROFOUNDUI, is as follows:
/www/profoundui/conf/httpd.conf
(Note: if your installation uses a different instance name than "PROFOUNDUI", then replace "profoundui" in "/www/profoundui" with your instance name.
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.