site to listen on port 88
- by JohnMerlino
I want to get one of my sites to listen on port 88.
In ports.conf in /etc/apache2 on ubuntu server, I add so web app can listen on port 88:
NameVirtualHost *:80
Listen 80
NameVirtualHost *:88
Listen 88
I have this in my etc/apache2/apache2.conf, I have this:
# Include the virtual host configurations:
Include sites-enabled/
Under sites…