I have apache httpd server which I would like to configure to communicate with WSO2 ESB server 4.6.0.
Here is example. I would like to have http://myesbserverinternaladdress:8280/services/MySomethingEndpoint visible to internet with address http://my.public.address/services/MySomethingEndpoint
I have tried to configure apache mod_proxy and changed configuration in repository/conf/axis/axis.xml (there was some help in comments), but without luck so far.
Is there guides/howtos/references how I can achieve this goal?