Wildcard Subdomain

I want to use the substitution subdomain on Jetty * .mydomain.com I found that Jetty supports regular virtual hosts http://docs.codehaus.org/display/JETTY/Virtual+hosts I also saw this configuration in Apache using mod_proxy or mod_rewrite Can I do this directly without Apache? If so, do I need to configure the DNS server as bind9 to create wildcard subdomains? If not, how can I configure Apache with Jetty and it will affect the performance of Jetty NIO?

+4
source share

Source: https://habr.com/ru/post/1346732/


All Articles