A few days ago I found a website that offers an NGINX module for running ASP.NET Core, and a note just below that that says Apache isn't currently supported. Did anybody see that web page recently? I can't find it anymore.
I'm looking for something like the ASP.NET Core IIS module for another web server. Actually I have an Apache server in production on Ubuntu and would like to add ASP.NET Core to that. Maybe I'll have to tinker a bit for that to work. But any similar solutions might be a good start.
I know that I could just run an ASP.NET Core application permanently at system start, wire it all together manually and configure a reverse proxy in Apache. That solution lacks the log collection and more importantly the process management and dynamic port selection of an integrated automated solution. Oh, and the multi-user security.