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.
在我的 httpd.conf 中,我有一个 AliasMatch 规则,我需要将其应用于除一个之外的所有 VirtualHosts 。有没有一种优雅的方法可以避免将规则复制到每个 VirtualHost 指令中?
并不真地。但是,如果除了一个之外,所有虚拟主机中还有其他东西,您可以将这些指令全部放在一个文件中,然后Include将该文件放在需要它的每个虚拟主机中。
Include