HTTP server on other port

Hello everybody,
I would have a stupid question: My arduino is running as web server properly on port 60 in local area network but I would like to load this content into general page which is running on Apache. I am using this:

<iframe src="pyPublicIp:60" title="Arduino Test"></iframe>

in index.html at apache server.

But I obtain "Forbidden" message from HTTP server when I try access to myPublicIp:60 from browser. I have allowed port 60 at the server's firewall and set port-forwarding from port 60 to Arduino's IP address, Apache server is working properly.

Do you have an idea what I am doing wrong? Thank you very much.

if the webserver on port 60 is on Arduino why do you access port 60 on apache server?

Because Apache Is loading classic HTML page on port 80 And, there Is frame directing to Arduino on port 60

Problem solved. I had Wrong coonfigured router.