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.
我在 apache web 服务器中创建了一个新的虚拟主机,我不想重新启动 Apache
有谁知道如何在不重新启动 Apache Web 服务器的情况下配置 VirtualHost?
也可以在windows服务器上做吗?
这是不可能的....您必须重新启动服务器才能获得新的/更改的虚拟主机。
您可以做的是:通过以下方式重新启动服务器而不终止任何活动连接:
/etc/init.d/apache2 -graceful [*]
[*] /etc/init.d/ apache2是你的可执行文件
您可以重新加载apache2以获得影响新的更改。
apache2
$ sudo systemctl reload apache2