From the host machine you can either attach into the container and then execute the
following command to restart Apache:
service apache2 restart
Or from outside the
container:
docker exec portal service apache2 restart
You should now be able to connect to the DNS Integrity Gateway via your browser.