Disable the use of Apache2:Reload by default.
parent
34991bb44b
commit
985a8d1f41
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue