Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个 apache2 虚拟主机会是什么样子,它可以捕获未明确托管在我的 Web 服务器上的任何其他虚拟主机中的域?
<VirtualHost _default_:80> virtual host config goes here </VirtualHost>
此虚拟主机将捕获来自端口 80 且主机名与任何其他虚拟主机都不匹配的请求。