Hello @durangod,
This is not the expected output. I do not see the Kaltura VHOST in it, which explains why you cannot reach the web interfaces.
Here is what it should look like:
port 80 namevhost your-host (/etc/httpd/conf.d/zzzkaltura.conf:1)
You can have multiple additional vhosts, but this should be one of them.
Under /etc/httpd/conf.d, you should have:
zzzkaltura.conf -> /opt/kaltura/app/configurations/apache/kaltura.conf
All this is done by the kaltura-front-config.sh, which is called from the kaltura-config-all.sh script.
I suggest you rerun /opt/kaltura/bin/kaltura-config-all.sh and post the full output here [you can mask your actual inputs, of course, the actual domain and email addrs do not matter, so long as the domain is resolvable from both inside the server and all machines/devices you intend to use to access the web I/F and play content from.
Thanks,