Apache issue connecting to port 8080 – CentOS
I have setup my apache conf file, as per instructions here: https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-centos-7 I am running RHEL 7. I added: IncludeOptional sites-enabled/*.conf My sites-enabled folder has a fusio.conf file as below: <VirtualHost *:8080> ServerName server.company.net DocumentRoot /var/www/html/fusio/public <Directory /var/www/html/fusio/public> Options FollowSymLinks…