After further investigation i can see that kaltura creates a virtual host with the doc root label of
/opt/kaltura/app/alpha/web and the address and server name of hostname.domain.com
in which i believe has to do with prividing access via this link during the config process
https://hostname.example.com/api_v3/index.php?service=system&action=ping
However i currently have Webmin and Virtualmin installed using port 80 and port 443 of that same
hostname but a different doc root.
So it appears there is a conflict here between them. Even though am using an access port different than the norm for Webmin/Vmin admin i think that kaltura and webmin in this case will conflict as kaltura also wants to use the same space and assign a different doc root in doing so.
So i guess i have two options here....
1) I can either let kaltura have the main hostname all to itself and just access the Webmin area as i do now using my special port and not use the direct browser page at all for
hostname.domain.com with Webmin and remove all of the virtural servers for that which will let kaltura have it all.
2) I can use kaltura on a different IP assigned to the server and let it use the shared ip for whatever it needs to do but ill have to only address it by IP and not by name convention.
They both seem rather intensive and tricky to set up for someone like me who is a good programmer but really green when it comes to server techniques.
Jess do i have the right conception of the issue here?
Thanks