wrightwaytech Anyone else tried to install the latest release. I only get the Apache page after install. thought maybe it was tied to ssl but tried all three methods and even when its succeeds SSL thru Let's Encrypt . Installing like always through the installation script.
litechforce Did you check the config file in /etc/apache2/sites-enabled/ Also, did you enable the site? a2ensite itflow (assuming the site config file is /etc/apache2/sites-available/itflow.conf)
wrightwaytech Doing it manually did work just wanted to see if it was something that needed to be reported.
johnny Hey @wrightwaytech I think you may be on to something. Im investigating now. not sure what broke.
johnny actually my issue is i didnt have port 80 open make port 80 and 443 are open and accessible from the world. Also make sure you have a valid resolvable FQDN.
wrightwaytech Yeah had everything correct but I still had to go manually add to enabled sites and disable default site (note that I did do a none on ssl type and so on port 80 and was using nginx proxy for my cert redirect but it had worked that way in the past) Like I said I did fix but but if it needed to be address wanted to make sure it was reported for the community side. @johnny