How to reload apache configuration for a site without restarting apache?

前端 未结 5 1143
-上瘾入骨i
-上瘾入骨i 2021-01-29 22:20

I have edited the variable AllowOverride for one of my websites in sites-enabled directory. How do I reload the new configuration without restarting apache? I

5条回答
  •  时光说笑
    2021-01-29 22:58

    It should be possible using the command

    sudo /etc/init.d/apache2 reload
    

    I hope that helps.

提交回复
热议问题