dick
08/21/2023, 2:01 PMPatrick
08/21/2023, 2:02 PMdick
08/21/2023, 2:06 PMthisOldDave
08/21/2023, 2:13 PMbdw429s
08/21/2023, 2:51 PMbdw429s
08/21/2023, 2:52 PMbdw429s
08/21/2023, 2:53 PMbdw429s
08/21/2023, 2:53 PMcommandbox-hostudpater module for that, but it's just for local development, not for production deploys.bdw429s
08/21/2023, 2:55 PMwhat if I wanted to listen for a static site - example.org with no cfml just a front-end framework like React as well at the same time?Again, here I'm not quite sure if you're trying to setup multi-site or just a separate standalone server on its own port. CommandBox can do either, it's just not clear what you're looking for. To start a site with no CF Engine, run
start cfengine=none
https://commandbox.ortusbooks.com/embedded-server/start-html-serverdick
08/21/2023, 3:49 PMbdw429s
08/21/2023, 3:58 PMIs CommandBox 6 available for production yet?I'm winding down the release at this point and asking people to test. Whether you want to use it on production now is up to you 🙂
Has the number of sites the free version will support been decided yeUnlimited for non-production servers. 2 free sites for production. A CommandBox Pro license also comes with a bunch of add-ons like ForgeBox and cache licenses.
So CommandBox 5 only supports a single site?A single site PER SERVER. So you can start up as many servers (separate Java processes) as you like. CommandBox 5 also has native ModCFML support, so you can technically have more than one site, but it's limited and needs a web server in front to send the special ModCFML headers.
All requests received by the server get funnelled to the one IP/host combination?Funneled from the IP:_port_ combination. If you have more than one server, they can be listening on different IPs/ports.
I guess I'm asking about multi-site support, and that's only with CommandBox 6?The complete docs for multi-site is next on my list. Right now, you can check out this slide deck from Into The Box https://twitter.com/bdw429s/status/1659262788135518208 And I've also created this huge repo of example that basically demonstrates all the possible configurations of Multi-site and more. Check out the readme files in each folder. These should all be more/less runnable examples you can test locally. https://github.com/Ortus-Solutions/commandbox-tests
dick
08/21/2023, 4:07 PMbdw429s
08/21/2023, 4:08 PMbdw429s
08/21/2023, 4:09 PM