Hi, I have an apache server running on mysite.com:80 and and another program running on mysite.com:12345
I would like my apache configuration to access this program via let say
mysite.com:80/myprogram (under the hood it would go to this adress: mysite.com:12345)
because some places the 12345 port is blocked.
Is there a way to configure my apache to do something like that?: I think it would be via virtual host?
btw i'm using fedora.
many thanks!