romanstr
03/29/2022, 11:36 AMbdw429s
03/29/2022, 1:53 PMbdw429s
03/29/2022, 1:53 PMbdw429s
03/29/2022, 2:03 PMstart port=80 host=0.0.0.0
A couple notes
• ensure no other web server is also running and bound on port 80 or you'll have conflicts
• You can only bind one process to the same port/host so if you want to have two servers both on port 80 (and not use a proxy like IIS), you'd need different LAN IPs.
• You'll need to run as root
on Linux to bind to any port below 1024 (It's just a *nix restriction)
• I'd recommend looking at the CommandBox service manager module to help start your servers on boot. https://commandbox-service-manager.ortusbooks.com/Patrick
03/29/2022, 2:17 PM