Hi
I have portal 6 installed on a server. When a user is around the world, he connect with a vpn to a url (for example
www.site.com). Apache was configured to make every request to
www.site.com redirect to
www.site.com/wps/portal and so every user who connects with vpn can use the portal. I installed a war inside the portal. in order to access the application now I have to go to:
www.site.com:10038/myapp, but I would like users can connect with url:
www.site.com/myapp, because in the future that link will be available also without vpn, and naturally the port 10038 will nopt be opened. I know that there are some configuration in https.conf of apache, but I'm not sure if this is the right way. Can you explain which are the config files I have mo modify to do that please?
thanks for your help
bye