Thinking about hosting a couple of web applications on ports other than 80. Will this create extra work for the user such as e.g. allow outgoing traffic on the specified port, or is all outgoing traffic allowed by default on win, mac and linux?
You can have multiple applications configured on your webserver. Whatever server tech you are using (Apache, NGinx, Caddy, etc) should have configurations on how to route the http requests. This way all of your sites will run off port 80.
Yes, I know. But I want to host some apps on for example 81,82,83. I want to know if these ports are blocked by default for the user (outgoing traffic). I dont know how firewalls works on outgoing, just know I have to open some ports when I want to receive incoming traffic
Hosting web applications on non-standard ports should not create extra work for users in terms of outgoing traffic. However, users may need to adjust firewall settings and include the port number in the URL when accessing the application. Clear communication and guidance are important for a smooth user experience