I have set up an AMP and it is running on port 8080. I wanted to ask if it is possible to run this panel via Apache2 in /www/html? I have the problem that I have connected a domain + subdomain, but when I connect it says that it is blocked.
AMP runs it’s own internal webserver to handle all the API calls, it isn’t a static site, so /www/html won’t work.
You need to properly reverse proxy a domain to AMP’s websverer.
HTTPS Guide here (has examples for Nginx and Caddy): https://discourse.cubecoders.com/t/setting-up-secure-http-https-with-amp/2305