Hi guys. I am trying to reuse as much existing components of OpenWrt as possible to serve my environment.
I started looking at uHTTPd recently. How to configure it to serve multiple websites at the same port 80 and 443? I will always use a domain name e.g website1.openwrt.lan
and website2.openwrt.lan
to access it. I do not want to use IP addresses with different port numbers.
By the way the User Guide only mentions php7. Does it support php8 yet? Can I expect uHTTPd to work with web applications made for Nginx and Apache HTTP server?