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
It should be possible using the command
sudo /etc/init.d/apache2 reload
I hope that helps.