Apache 2.4 on Ubuntu 16.04LTS . We have multiple VirtualHosts running on
port 80, one on port 8080. They are all fully functional...
BUT for the one on port 8080 I have to explicitly append the port number
to the URL in a browser to access it (or the browser gets the
000-default.) No diff between .conf files except Listen 80 | 8080 and
<VirtualHost *:80> | <VirtualHost *:8080>
How to avoid appending the port number to the browser URL? (I'm sure
it's simple, but I just can't find it.)
Nothing relevant in the logs. From apachectl -S :
VirtualHost configuration:
*:8080 ships-admin
(/etc/apache2/sites-enabled/ships-admin.conf:5)
*:80 is a NameVirtualHost
default server localhost
(/etc/apache2/sites-enabled/001-default.conf:1)
port 80 namevhost localhost
(/etc/apache2/sites-enabled/001-default.conf:1)
port 80 namevhost ships (/etc/apache2/sites-enabled/ships.conf:4)
port 80 namevhost shipstt
(/etc/apache2/sites-enabled/shipstt.conf:1)
etc., etc,
Many thanks -- Louis
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org