Disable the use of Apache2:Reload by default.

master
Adirelle 2013-05-16 11:08:07 +02:00
parent 34991bb44b
commit 985a8d1f41
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ use Digest::SHA;
my $CanUseLDAPAuth = eval("use Authen::Simple::LDAP; 1");
# Reload ourself (disable in production)
use Apache2::Reload;
# use Apache2::Reload;
use Apache2::Module;
use Apache2::Access;