Search code examples
apache2

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


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? Is it possible?


Solution

  • It should be possible using the command

    sudo /etc/init.d/apache2 reload