@SaxnPaule
Not sure how this would help. I have not setup my pimatic to be accessible from outside my network and I believe 8080 refers to https.
This is the content of my /etc/apache2/ports.conf file
---------------------------Start-------------------
Listen 80
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
vim: syntax=apache ts=4 sw=4 sts=4 sr noet
------------------------End---------------------
The way I interpret this it is listening on port 80. When I change it to 8080 nothing I et “website not accessible”. I changed it back and get the Apache Startpage.
I think installing php7.0 overwrote some configuration of the pimatic webserver. Any help?