Can I use the embedded web server to server up additional pages on alternate ports?

I have some simple web pages I would like to serve up on my Pi OSMC install.
How can I power them up on an alternate port?

Thanks!

The answer is no, you can’t serve custom http pages using the web server built into Kodi - it is there purely to provide a remote control interface for Kodi.

However nothing stops you installing a small light http server such as light http or thttpd or even full blown Apache using apt-get. Just remember to set Kodis built in web server to something other than port 80 or disable it so they don’t clash.