Use ModProxy in Apache

Avatar
  • Answered
I have a web-application listening on a non-standard port (8000) and I'd like to make it available publicly via the web-server on port 80. Currently I can browse to it via http://mydomain:8000 , and I'd like to do so via http://myotherdomain.com . How can I do this?

Thank you
Avatar
Scott
Hello subpic,

Thank you for your question on switching your we application to port 80. Does this application have a configuration interface that allows you to change ports? If you would like, can you give the application name? I am not quite understanding your last part of the question. Are you wanting to have 'http://myotherdomain.com' point to 'http://mydomain:8000' ?

Kindest Regards,
Scott M